Uses of Enum Class
com.openinventor.inventor.nodes.SoTexture.WrapType
Packages that use SoTexture.WrapType
-
Uses of SoTexture.WrapType in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoTexture.WrapTypeModifier and TypeMethodDescriptionSoCallbackAction.getTextureWrapS()Returns the current texture mapping information from the state.SoCallbackAction.getTextureWrapT()Returns the current texture mapping information from the state. -
Uses of SoTexture.WrapType in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTexture.WrapTypeModifier and TypeFieldDescriptionfinal SoSFEnum<SoTexture.WrapType> SoTexture3.wrapRIndicates what to do when texture coordinates in the R (depth) direction lie outside the range 0-1.final SoSFEnum<SoTexture.WrapType> SoTextureCubeMap.wrapRIndicates what to do when texture coordinates in the R (depth) direction lie outside the range 0-1.final SoSFEnum<SoTexture.WrapType> SoTexture.wrapSIndicates what to do when texture coordinates in the S (horizontal) direction lie outside the range 0-1.final SoSFEnum<SoTexture.WrapType> SoExtTexture2.wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.final SoSFEnum<SoTexture.WrapType> SoIndexedTexture2.wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.final SoSFEnum<SoTexture.WrapType> SoTexture2.wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.final SoSFEnum<SoTexture.WrapType> SoTexture3.wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.final SoSFEnum<SoTexture.WrapType> SoTextureCubeMap.wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.Methods in com.openinventor.inventor.nodes that return SoTexture.WrapTypeModifier and TypeMethodDescriptionstatic SoTexture.WrapTypeSoTexture.WrapType.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoTexture.WrapTypeReturns the enum constant of this class with the specified name.static SoTexture.WrapType[]SoTexture.WrapType.values()Returns an array containing the constants of this enum class, in the order they are declared.