Skip to content

Commit

Permalink
Fixes for lint issues, updated branch for CubicVR.js so tests pass ag…
Browse files Browse the repository at this point in the history
…ain.
  • Loading branch information
David Humphrey committed Aug 5, 2011
1 parent 6904b51 commit 343c1c5
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 118 deletions.
2 changes: 1 addition & 1 deletion external/CubicVR.js
Submodule CubicVR.js updated 57 files
+114 −12,844 CubicVR.js
+15 −1 CubicVR_Core.fs
+10 −0 HEADER
+50 −9 Makefile
+12 −1 README.markdown
+1 −1 samples/basic/basic_primitives.html
+1 −1 samples/basic/materials.html
+197 −0 samples/camera/multi_camera.html
+286 −0 samples/camera/renderscenetexture.html
+71 −0 samples/collada/wall_smash_cam_attach.html
+ samples/images/concrete3.jpg
+ samples/images/metal6.jpg
+214 −0 samples/moz_joystick/fps_control_test.html
+343 −0 samples/projects/beatdetektor_audio_demo.html
+662 −0 samples/projects/beatdetektor_audio_demo/beatdetektor.js
+70 −0 samples/projects/beatdetektor_audio_demo/bumpTex1.pjs
+94 −0 samples/projects/beatdetektor_audio_demo/fft.js
+ samples/projects/beatdetektor_audio_demo/jamendo-lifes-things.ogg
+1 −0 samples/projects/beatdetektor_audio_demo/processing-1.0.0.min.js
+49 −0 samples/projects/empty_project.html
+101 −0 samples/projects/mesh_construction.html
+134 −0 samples/projects/scene_animation.html
+77 −0 samples/projects/scene_primitive.html
+131 −0 samples/projects/scene_shadowed.html
+149 −0 samples/shadows/alphamap_shadows_attach.html
+157 −0 samples/shadows/alphamap_shadows_projector.html
+1,662 −0 source/CubicVR.COLLADA.js
+567 −0 source/CubicVR.CVRXML.js
+378 −0 source/CubicVR.Camera.js
+377 −0 source/CubicVR.GML.js
+211 −0 source/CubicVR.Landscape.js
+233 −0 source/CubicVR.Layout.js
+472 −0 source/CubicVR.Light.js
+515 −0 source/CubicVR.MainLoop.js
+432 −0 source/CubicVR.Material.js
+798 −0 source/CubicVR.Math.js
+932 −0 source/CubicVR.Mesh.js
+586 −0 source/CubicVR.Motion.js
+952 −0 source/CubicVR.Octree.js
+311 −0 source/CubicVR.Particles.js
+617 −0 source/CubicVR.Polygon.js
+598 −0 source/CubicVR.PostProcess.js
+398 −0 source/CubicVR.Primitives.js
+257 −0 source/CubicVR.Renderer.js
+1,117 −0 source/CubicVR.Scene.js
+375 −0 source/CubicVR.Shader.js
+620 −0 source/CubicVR.Texture.js
+447 −0 source/CubicVR.UVMapper.js
+226 −0 source/CubicVR.Utility.js
+670 −0 source/CubicVR.Worker.js
+0 −0 source/collada.js
+55 −0 tests/aabb.html
+84 −0 tests/layout/layout_test_remove.html
+110 −0 tests/mainloop/mainloop.html
+268 −0 tests/polygon/tessellate.html
+48 −0 tests/workers/resource-pool.html
+10 −0 tools/cutter.py
Loading

0 comments on commit 343c1c5

Please sign in to comment.