Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
Modifier and Type | Method and Description |
---|---|
TextureUnitState[] |
Appearance.getTextureUnitState()
Retrieves the array of texture unit state objects from this
Appearance object.
|
TextureUnitState |
Appearance.getTextureUnitState(int index)
Retrieves the texture unit state object at the specified
index within the texture unit state array.
|
Modifier and Type | Method and Description |
---|---|
void |
Appearance.setTextureUnitState(int index,
TextureUnitState state)
Sets the texture unit state object at the specified index
within the texture unit state array to the specified object.
|
void |
Appearance.setTextureUnitState(TextureUnitState[] stateArray)
Sets the texture unit state array for this appearance object to the
specified array.
|
Copyright © 2016–2022 SciJava. All rights reserved.