Skip to content

Commit

Permalink
Adding many-meshes.dae file to test loading, well, many meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Phillips committed Mar 29, 2012
1 parent ebcf6c2 commit 7ff1c2a
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 165 deletions.
82 changes: 0 additions & 82 deletions box-shaped.dae

This file was deleted.

82 changes: 0 additions & 82 deletions box.dae

This file was deleted.

2 changes: 1 addition & 1 deletion demo.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
var renderer = createRenderer(); var renderer = createRenderer();


// loadCollada("box.dae", render); // loadCollada("box.dae", render);
loadCollada("box.dae", render); loadCollada("models/many-meshes.dae", render);


function render() { function render() {
requestAnimationFrame(render); requestAnimationFrame(render);
Expand Down
Loading

0 comments on commit 7ff1c2a

Please sign in to comment.