Announcement

Collapse
No announcement yet.

VRay SDK Docs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?
    http://www.ylilammi.com/

  • #2
    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
    --------
    visit my developer blog

    Comment


    • #3
      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?
      http://www.ylilammi.com/

      Comment


      • #4
        Yes it is the same now:

        from rayprimitives.h:

        typedef DynamicPrimitive<StaticBox> StaticPrimitive;

        Best regards,

        Dieter
        --------
        visit my developer blog

        Comment


        • #5
          Aah no wonder I couldn't find it. Thank you.
          http://www.ylilammi.com/

          Comment

          Working...
          X