Uses of Class
com.openinventor.inventor.nodes.SoSeparator.Cachings
-
Packages that use SoSeparator.Cachings Package Description com.openinventor.inventor.nodes -
-
Uses of SoSeparator.Cachings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoSeparator.Cachings Modifier and Type Field Description SoSFEnum<SoSeparator.Cachings>
SoSeparator. boundingBoxCaching
Whether to cache during bounding box traversal.SoSFEnum<SoSeparator.Cachings>
SoSeparator. pickCulling
Whether to cull during picking traversal.SoSFEnum<SoSeparator.Cachings>
SoSeparator. renderCaching
Deprecated.As of Open Inventor 10300.SoSFEnum<SoSeparator.Cachings>
SoSeparator. renderCulling
Whether to cull during rendering traversal.Methods in com.openinventor.inventor.nodes that return SoSeparator.Cachings Modifier and Type Method Description static SoSeparator.Cachings
SoSeparator.Cachings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoSeparator.Cachings
SoSeparator.Cachings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoSeparator.Cachings[]
SoSeparator.Cachings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-