Rendered Objects

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

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

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

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 14/06/2010 at 01:48, xxxxxxxx wrote:

Yes, through PixelPost* pp.

RayObject *op = pp->vd->op;

cheers,
Matthias

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 14/06/2010 at 04:13, xxxxxxxx wrote:

Perfect Thanks
Franz