| Package | Description |
|---|---|
| io |
Engine: Keyboard/Mouse Input
|
| main |
Engine: Entry point
|
| rendertools |
Engine: Rendering
|
| world |
Engine: Scene Representation
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyMapping.apply_key(KeyStates s,
CameraFPS c,
RayCast rc,
VertexData vd,
java.util.ArrayList<SceneObject> so,
UiFileList ufl,
float dt) |
| Modifier and Type | Method and Description |
|---|---|
void |
Window.set_vertex_data(VertexData vd,
java.util.ArrayList<SceneObject> so,
CameraFPS c) |
| Modifier and Type | Method and Description |
|---|---|
void |
RendererMain.update_geometry(VertexData vd,
int start,
int size) |
void |
RendererMain.upload_geometry(VertexData vd,
java.util.ArrayList<SceneObject> so,
CameraFPS c) |
| Modifier and Type | Method and Description |
|---|---|
VertexData |
Scene.get_vertex_data() |
| Modifier and Type | Method and Description |
|---|---|
void |
SceneObject.apply_object_transformation(VertexData vd) |