Uses of Class
org.xjge.graphics.Mesh
Package | Description |
---|---|
org.xjge.graphics |
Supplies abstractions of OpenGL into various objects and data structures to
be used by other parts of the engine.
|
-
Uses of Mesh in org.xjge.graphics
Fields in org.xjge.graphics with type parameters of type Mesh Modifier and Type Field Description java.util.List<Mesh>
Model. meshes
Methods in org.xjge.graphics with parameters of type Mesh Modifier and Type Method Description void
Model. bindMeshTexture(Mesh mesh)
Sets the texture of the specified mesh to the currentGL_TEXTURE_2D
target.