Skip to content

VR: Accommodate separate eye transforms

Sankhesh Jhaveri requested to merge sankhesh/vtk:vr-compositeprojection into master
  • Track HMD affects whether the camera is tracking the head mounted display or not. Moving this flag to the vtkVRCamera is fitting for this purpose to allow multiple cameras in the VR world. When performing hardware picking, the camera is moved to the wand and TrackHMD is disabled to ensure that the scene doesn't change.

  • Stereo projection transforms for rendering

Related issue: #19123 (closed)

Edited by Sankhesh Jhaveri

Merge request reports