mirror of
https://github.com/Dejvino/roadtrip
synced 2024-11-14 04:57:28 +00:00
Cleanup.
This commit is contained in:
parent
9e083c0b1c
commit
78ae5153e6
@ -29,7 +29,8 @@ A game about a journey involving vehicles and obstacles.
|
|||||||
* fog, depth-of-field filter
|
* fog, depth-of-field filter
|
||||||
* distance-based hiding of objects
|
* distance-based hiding of objects
|
||||||
* Input
|
* Input
|
||||||
* Keyboard
|
* Keyboard (walking + driving)
|
||||||
|
* Mouse (walking)
|
||||||
* Game menu
|
* Game menu
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
|
@ -89,9 +89,6 @@ public class GameWorldView {
|
|||||||
al.setColor(new ColorRGBA(0.5f, 0.5f, 0.5f, 1.0f));
|
al.setColor(new ColorRGBA(0.5f, 0.5f, 0.5f, 1.0f));
|
||||||
rootNode.addLight(al);
|
rootNode.addLight(al);
|
||||||
|
|
||||||
// load sky
|
|
||||||
rootNode.attachChild(SkyFactory.createSky(assetManager, "Textures/Sky/Bright/BrightSky.dds", false));
|
|
||||||
|
|
||||||
// TERRAIN TEXTURE material
|
// TERRAIN TEXTURE material
|
||||||
terrain.mat_terrain = new Material(assetManager, "Common/MatDefs/Terrain/HeightBasedTerrain.j3md");
|
terrain.mat_terrain = new Material(assetManager, "Common/MatDefs/Terrain/HeightBasedTerrain.j3md");
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
|
Loading…
Reference in New Issue
Block a user