Skip to content

Commit

Permalink
Oblique view frustums
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner committed May 12, 2012
1 parent c4ae66e commit 39d0cfd
Show file tree
Hide file tree
Showing 7 changed files with 2,901 additions and 1,750 deletions.
3 changes: 2 additions & 1 deletion build.json
Expand Up @@ -5,7 +5,8 @@
"srcurl": "../src/",
"globals": ["engine.core", "jQuery", "gl-matrix", "webgl-debug"],
"entrypoints": {
"main": "browser"
"main": "browser",
"test": "browser"
},
"provides": {
"jQuery": "./lib/jquery-dev.js",
Expand Down
11 changes: 0 additions & 11 deletions build/engine.test.html

This file was deleted.

2 changes: 2 additions & 0 deletions doc/todo
@@ -1,6 +1,8 @@
Add dat.gui for global uniforms!
Update dat.gui for neonflames -> color picker!

reverse operands of scene.Transform?

fix clipping hack -> try oblique frustums
create mirror node
transform mirror plane with inverse of thee transpose of the view projection matrix.
Expand Down

0 comments on commit 39d0cfd

Please sign in to comment.