Class SoTextureImageElement
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.elements.SoElement
-
- com.openinventor.inventor.elements.SoReplacedTextureElement
-
- com.openinventor.inventor.elements.SoTextureImageElementBase
-
- com.openinventor.inventor.elements.SoTextureImageElement
-
public class SoTextureImageElement extends SoTextureImageElementBase
Stores the current texture image. This element stores the current texture image.- See Also:
SoTexture2
,SoExtTexture2
,SoIndexedTexture2
,SoTextureCubeMap
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.elements.SoTextureImageElementBase
SoTextureImageElementBase.Targets
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
containsTransparency(SoState state)
Calls containsTransparency(state, (int)0).static boolean
containsTransparency(SoState state, int unit)
Returns true if the texture contains transparency info.static int
getClassStackIndex()
Deprecated.As of Open Inventor 9300.static void
set(SoState state, SoNode node, SbVec2i32 subSize, int xoffset, int yoffset, java.nio.ByteBuffer buffer, int texname)
Pass texname = -1 to deactivate subtexturing.-
Methods inherited from class com.openinventor.inventor.elements.SoTextureImageElementBase
push
-
Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
containsTransparency
public static boolean containsTransparency(SoState state)
Calls containsTransparency(state, (int)0).
-
getClassStackIndex
@Deprecated public static int getClassStackIndex()
Deprecated.As of Open Inventor 9300. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] *
-
set
public static void set(SoState state, SoNode node, SbVec2i32 subSize, int xoffset, int yoffset, java.nio.ByteBuffer buffer, int texname)
Pass texname = -1 to deactivate subtexturing. Subtexturing not active by default. In any case, the regular set method must be called.
-
containsTransparency
public static boolean containsTransparency(SoState state, int unit)
Returns true if the texture contains transparency info.
-
-