VRay SDK Docs

Hi, I’ve been going through VRay SDK docs and I’m wondering if they are missing some html pages because for example /docs/rayserver.html has links to classes like /docs/class_RayServerInterface.html however none of these exist? I didn’t find these classes in the complied html docs either (vrayclasses.chm).

So is there any detailed descriptions of classes like StaticPrimitive?

Hi,

just checked, the links are indeed broken. But you can browse the chm file. There you will find all the info about the classes.

Best regards,

Dieter

Thanks for the fast reply but I can’t seem to find info about StaticPrimitive class, all links to it point to DynamicPrimitive, is it the same thing or something?

Yes it is the same now:

from rayprimitives.h:

typedef DynamicPrimitive<StaticBox> StaticPrimitive;

Best regards,

Dieter

Aah no wonder I couldn’t find it. Thank you.