Uses of Class
com.aspose.threed.ReferenceMode
-
-
Uses of ReferenceMode in com.aspose.threed
Methods in com.aspose.threed that return ReferenceMode Modifier and Type Method Description ReferenceMode
VertexElement. getReferenceMode()
Gets how the element is referenced.static ReferenceMode
ReferenceMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReferenceMode[]
ReferenceMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type ReferenceMode Modifier and Type Method Description VertexElement
Geometry. createElement(VertexElementType type, MappingMode mappingMode, ReferenceMode referenceMode)
Creates a vertex element with specified type and add it to the geometry.VertexElementUV
Geometry. createElementUV(TextureMapping uvMapping, MappingMode mappingMode, ReferenceMode referenceMode)
Creates aVertexElementUV
with given texture mapping type.void
VertexElement. setReferenceMode(ReferenceMode value)
Sets how the element is referenced.
-