Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/06/2010 at 23:55, xxxxxxxx wrote:
User Information: Cinema 4D Version: 11.5 Platform: Windows ; Mac OSX ; Language(s) :
--------- Hello all, i am in a VideoPostData Plugin.... is there a way to know the rendered object in a (x,y) pixel in Execute pixel?
all the best Franz
On 14/06/2010 at 01:45, xxxxxxxx wrote:
you can get the RayObject via PixelPost -> vd -> op. the RayObject then has a link to the BaseObject
On 14/06/2010 at 01:48, xxxxxxxx wrote:
Yes, through PixelPost* pp.
RayObject *op = pp->vd->op;
cheers, Matthias
On 14/06/2010 at 04:13, xxxxxxxx wrote:
Perfect Thanks Franz