[vtkusers] How to enable vtkRenderingOculus compling in VTK 7 and 8
Fujiang Yu
fujiang.yu at kit.edu
Sat Nov 3 11:49:37 EDT 2018
Dear guys,
Got one simple problem which troubling me for twodays.
In VTK 7 and 8, Oculus and OpenVR are supported and becomes a module
vtkRendering.
However, it seems like by the default setting of CmakeList, the Oculus
module will not be enabled.
Everytime I'm configuring the packing in Cmake, it will show:
/...
Backend OpenGL2 modules:
vtkDomainsChemistryOpenGL2;vtkIOExportOpenGL2;vtkImagingOpenGL2;vtkRenderingContextOpenGL2;vtkRenderingGL2PSOpenGL2;vtkRenderingLICOpenGL2;vtkRenderingOculus;vtkRenderingOpenGL2;vtkRenderingOpenVR;vtkRenderingVolumeOpenGL2
Enabling modules for OpenGL2.
Backend OpenGL modules:
vtkIOExportOpenGL;vtkRenderingContextOpenGL;vtkRenderingGL2PS;vtkRenderingLIC;vtkRenderingOpenGL;vtkRenderingVolumeOpenGL
.../
which means vtkRenderingOculus is not enabled
Wish to know how can I enable the Oculus module in VTKRending?
Thanks
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
More information about the vtkusers
mailing list