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.geometry |
Provides geometry construction, triangulation, and optimization
utility classes.
|
org.scijava.vecmath |
Provides 3D vector mathematics classes.
|
Modifier and Type | Method and Description |
---|---|
void |
GeometryArray.getTextureCoordinate(int texCoordSet,
int index,
TexCoord4f texCoord)
Gets the texture coordinate associated with the vertex at
the specified index in the specified texture coordinate set
for this object.
|
void |
GeometryArray.getTextureCoordinates(int texCoordSet,
int index,
TexCoord4f[] texCoords)
Gets the texture coordinates associated with the vertices starting at
the specified index in the specified texture coordinate set
for this object.
|
void |
GeometryArray.setTextureCoordinate(int texCoordSet,
int index,
TexCoord4f texCoord)
Sets the texture coordinate associated with the vertex at
the specified index in the specified texture coordinate set
for this object.
|
void |
GeometryArray.setTextureCoordinates(int texCoordSet,
int index,
TexCoord4f[] texCoords)
Sets the texture coordinates associated with the vertices starting at
the specified index in the specified texture coordinate set
for this object.
|
void |
GeometryArray.setTextureCoordinates(int texCoordSet,
int index,
TexCoord4f[] texCoords,
int start,
int length)
Sets the texture coordinates associated with the vertices
starting at the specified index in the specified texture
coordinate set for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
GeometryInfo.setTextureCoordinates(int texCoordSet,
TexCoord4f[] texCoords)
Sets the texture coordinates array for the specified set.
|
Constructor and Description |
---|
TexCoord4f(TexCoord4f v1)
Constructs and initializes a TexCoord4f from the specified TexCoord4f.
|
Copyright © 2016–2022 SciJava. All rights reserved.