THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/01/2007 at 14:25, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.52
Platform: Mac OSX ;
Language(s) : C++ ;
---------
I am trying to access the VolumeData from within a VideoPost plugin. The SDK says that the VolumeData should be available with the VP_RENDER message.
Well, the VolumeData seems to be there (I can read out the camera position for instance), but using raytracing commands such as TraceGeometry doesn't work. I have to use VP_INNER to make thes commands work with the VolumeData.
Is this correct?
This would be quite odd as I try to calculate some data within the videopost plugin and hand it over to a shader plugin. Unfortunately during the VP_INNER routine the shaders are already initialized.