Skip to content

Commit

Permalink
added fog, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
BunZaga committed Nov 22, 2013
1 parent 1c62cf2 commit ed9c85b
Show file tree
Hide file tree
Showing 5 changed files with 5,778 additions and 933 deletions.
2 changes: 1 addition & 1 deletion js/loadScene.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ require([
z4.aIComponent.addBehavior({name:"Zombie-PathFind", update:ZombiePathFind}, 1);

//console.log(navRef);

goo.renderer.setClearColor(0, 0, 0, 1);
goo.renderer.domElement.id = 'goo';
document.body.appendChild(goo.renderer.domElement);
goo.startGameLoop();
Expand Down
Binary file added res/NavMesh/binaries/1385126587_data.bin
Binary file not shown.
10 changes: 5 additions & 5 deletions res/Point.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@
"Point/entities/RootNode.entity"
],
"fogColor": [
1,
1,
1
0.08429752066115702,
0.10739594290007513,
0.13636363636363635
],
"fogFar": 1000,
"fogFar": 50,
"fogNear": 0,
"globalAmbient": [
0,
Expand Down Expand Up @@ -264,7 +264,7 @@
"rotation": 0,
"shape": "Box"
},
"useFog": false,
"useFog": true,
"view": []
}
}
Loading

0 comments on commit ed9c85b

Please sign in to comment.