Uses of Class
com.openinventor.inventor.nodes.SoCamera.ViewportMappings
-
Packages that use SoCamera.ViewportMappings Package Description com.openinventor.inventor.nodes -
-
Uses of SoCamera.ViewportMappings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoCamera.ViewportMappings Modifier and Type Field Description SoSFEnum<SoCamera.ViewportMappings>
SoCamera. viewportMapping
Defines how to map the rendered image into the current viewport, when the aspect ratio of the camera differs from that of the viewport.Methods in com.openinventor.inventor.nodes that return SoCamera.ViewportMappings Modifier and Type Method Description static SoCamera.ViewportMappings
SoCamera.ViewportMappings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoCamera.ViewportMappings
SoCamera.ViewportMappings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoCamera.ViewportMappings[]
SoCamera.ViewportMappings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-