Package | Description |
---|---|
com.tyrlib2.graphics.renderables | |
com.tyrlib2.graphics.renderer | |
com.tyrlib2.util |
Constructor and Description |
---|
SubEntity(java.lang.String name,
Mesh mesh,
Material material) |
Modifier and Type | Method and Description |
---|---|
Mesh |
Renderable.getMesh() |
Modifier and Type | Method and Description |
---|---|
void |
Renderable.setMesh(Mesh mesh) |
Constructor and Description |
---|
Renderable(Material material,
Mesh mesh) |
Renderable(Mesh mesh,
Material material) |
Modifier and Type | Method and Description |
---|---|
static Mesh |
MeshCreator.createSphere(float radius,
int rings,
int sectors,
int posOffset,
int normalOffset,
int uvOffset,
int repeatX,
int repeatY,
int colorOffset,
Color color,
int vertexSize) |