THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/06/2003 at 12:58, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 7.3
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
I was trying to write a shader that is using the depth of the object. So I am accessing the VolumeData object.
I found the
[int] TraceGeometry([Ray] ray, [int] lhit, [vector] &p;, [vector] &n;);
function, but if I try to call it (with the sample) C4D tells me: too less parameters. If I add another parameter it complains about the type - nice Joke - how should I know the type?? Or what's the mistake I am doing?
And where can I find a documentation of the "Ray" class???
thx in advance
-zet
PS: Can I access the class infos via COFFEE? (method names, parameters, etc)