Package 

Enum Engine.StereoscopicType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Engine.StereoscopicType
    
                        

    The type of technique for stereoscopic rendering. (Note that the materials used will need to becompatible with the chosen technique.)

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      No stereoscopic rendering.

      INSTANCED

      Stereoscopic rendering is performed using instanced rendering technique.

      MULTIVIEW

      Stereoscopic rendering is performed using the multiview feature from the graphics backend.