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. meshesMethods in org.xjge.graphics with parameters of type Mesh Modifier and Type Method Description voidModel. bindMeshTexture(Mesh mesh)Sets the texture of the specified mesh to the currentGL_TEXTURE_2Dtarget.