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.
|
org.scijava.java3d.utils.image |
Provides texture image utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Texture2D
Texture2D is a subclass of Texture class.
|
class |
Texture3D
Texture3D is a subclass of Texture class.
|
class |
TextureCubeMap
TextureCubeMap is a subclass of Texture class.
|
Modifier and Type | Method and Description |
---|---|
Texture |
TextureUnitState.getTexture()
Retrieves the current texture object.
|
Texture |
Appearance.getTexture()
Retrieves the current texture object.
|
Modifier and Type | Method and Description |
---|---|
void |
TextureUnitState.set(Texture texture,
TextureAttributes textureAttributes,
TexCoordGeneration texCoordGeneration)
Sets the texture, texture attributes, and texture coordinate
generation components in this TextureUnitState object to the
specified component objects.
|
void |
TextureUnitState.setTexture(Texture texture)
Sets the texture object to the specified object.
|
void |
Appearance.setTexture(Texture texture)
Sets the texture object to the specified object.
|
Constructor and Description |
---|
TextureUnitState(Texture texture,
TextureAttributes textureAttributes,
TexCoordGeneration texCoordGeneration)
Constructs a TextureUnitState component object using the specified
component objects.
|
Modifier and Type | Method and Description |
---|---|
Texture |
TextureLoader.getTexture()
Returns the associated Texture object.
|
Copyright © 2016–2022 SciJava. All rights reserved.