Announcement

Collapse
No announcement yet.

Missing header files

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

  • Missing header files

    To compile the Stereoscopic helper provided in the SDK I need a few header files that weren't included.

    missing files:
    #include "camerasampler.h"
    #include "pzfilestream.h"
    #include "pbufferedstream.h"
    #include "../vrayphysicalcamera/pb2enumphysicalcamera.h"


    Best Regards,
    Tharyn

  • #2
    Unfortunately we cannot provide these files as they are not part of the public V-Ray SDK. They include other files and in the end you'll end up with half of the sources for V-Ray. You can look at the code of the stereoscopic plugin as a guide if you want to do something similar, or you can rework it to compile without these headers. For future versions we will probably remove the sources of the stereosopic plugin from the SDK to avoid confusion.

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment

    Working...
    X