Package | Description |
---|---|
com.threed.jpct | |
com.threed.jpct.util |
Modifier and Type | Method and Description |
---|---|
int |
Object3D.addTriangle(SimpleVector vert1,
SimpleVector vert2,
SimpleVector vert3,
TextureInfo tInf)
Adds a triangle to the object.
|
void |
PolygonManager.setPolygonTexture(int polyID,
TextureInfo tInf)
Sets the textures and its coordinates for a polygon.
|
void |
Object3D.setTexture(TextureInfo tInf)
Sets the texture for the object via an instance of TextureInfo.
|
Modifier and Type | Method and Description |
---|---|
void |
Overlay.setTexture(TextureInfo textureInfo)
Changes the texture of the overlay.
|