VPBuffer::GetLine() 32 Bit Docs
-
On 30/04/2015 at 15:43, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :---------
The documentation says that if the line should be retrieved with a bitdepth of 32, the datatype
should be Float. Shouldn't it be Float32? Since Float could also be Float64.https://developers.maxon.net/docs/cpp/2023_2/class_v_p_buffer.html#aa4719c25589d79056350a82703f144dc
-
On 04/05/2015 at 16:34, xxxxxxxx wrote:
Hi NiklasR,
We've carefully checked, and can confirm that you're right. For the 32 bit depth choice, it should always be Float32, never Float64, as the code is unconditionally compiled with Float32 and assumes such in its pointer arithmetic.
Nice catch! The documentation will be updated accordingly.
Joey Gaspe
SDK Support Engineer -
On 19/01/2016 at 06:05, xxxxxxxx wrote:
The documentation hasn't been updated yet and I fell for it just another time. :clown: