| Modifier and Type | Method and Description |
|---|---|
protected void |
ShadowGenerator.handle(Uniform uniform,
Transform transform,
Material material,
RenderEngine renderEngine,
Matrix4f projection) |
protected void |
Shader.handle(Uniform uniform,
Transform transform,
Material material,
RenderEngine renderEngine,
Matrix4f projection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Wireframe.handle(Uniform uniform,
Transform transform,
Material material,
RenderEngine renderEngine,
Matrix4f projection) |
| Modifier and Type | Method and Description |
|---|---|
Material |
MaterialLoader.get() |
| Modifier and Type | Field and Description |
|---|---|
protected Material |
Figure.material |
| Constructor and Description |
|---|
Figure(Mesh mesh,
Material material)
Creates an untitled Figure with a mesh and a material
|
Figure(String name,
Mesh mesh,
Material material)
Create a Figure with a Mesh and Material.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Material> |
FigureRetriever.materials
Retrieved materials.
|
| Modifier and Type | Method and Description |
|---|---|
List<Material> |
FigureRetriever.getMaterials()
Returns retrieved materials
or if not retrieved yet, does the retrieving.
|
Copyright © 2014. All rights reserved.