Uses of Class
com.aspose.threed.WrapMode
-
-
Uses of WrapMode in com.aspose.threed
Methods in com.aspose.threed that return WrapMode Modifier and Type Method Description WrapMode
ITextureUnit. getUWrap()
Gets the wrap mode for texture's U coordinate.WrapMode
ITextureUnit. getVWrap()
Gets the wrap mode for texture's V coordinate.WrapMode
TextureBase. getWrapModeU()
Gets the texture wrap modes in U.WrapMode
TextureBase. getWrapModeV()
Gets the texture wrap modes in V.WrapMode
TextureBase. getWrapModeW()
Gets the texture wrap modes in W.WrapMode
ITextureUnit. getWWrap()
Gets the wrap mode for texture's W coordinate.static WrapMode
WrapMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WrapMode[]
WrapMode. 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 WrapMode Modifier and Type Method Description void
ITextureUnit. setUWrap(WrapMode value)
Sets the wrap mode for texture's U coordinate.void
ITextureUnit. setVWrap(WrapMode value)
Sets the wrap mode for texture's V coordinate.void
TextureBase. setWrapModeU(WrapMode value)
Sets the texture wrap modes in U.void
TextureBase. setWrapModeV(WrapMode value)
Sets the texture wrap modes in V.void
TextureBase. setWrapModeW(WrapMode value)
Sets the texture wrap modes in W.void
ITextureUnit. setWWrap(WrapMode value)
Sets the wrap mode for texture's W coordinate.
-