Ver a proveniência

Cleanup.

master
Dejvino há 7 anos
ascendente
cometimento
78ae5153e6
2 ficheiros alterados com 2 adições e 4 eliminações
  1. +2
    -1
      README.md
  2. +0
    -3
      src/roadtrip/view/GameWorldView.java

+ 2
- 1
README.md Ver ficheiro

@@ -29,7 +29,8 @@ A game about a journey involving vehicles and obstacles.
* fog, depth-of-field filter
* distance-based hiding of objects
* Input
* Keyboard
* Keyboard (walking + driving)
* Mouse (walking)
* Game menu

### TODO


+ 0
- 3
src/roadtrip/view/GameWorldView.java Ver ficheiro

@@ -89,9 +89,6 @@ public class GameWorldView {
al.setColor(new ColorRGBA(0.5f, 0.5f, 0.5f, 1.0f));
rootNode.addLight(al);
// load sky
rootNode.attachChild(SkyFactory.createSky(assetManager, "Textures/Sky/Bright/BrightSky.dds", false));
// TERRAIN TEXTURE material
terrain.mat_terrain = new Material(assetManager, "Common/MatDefs/Terrain/HeightBasedTerrain.j3md");
if (DEBUG) {


Carregando…
Cancelar
Guardar