Mr.doob
5697084e64
Moved RequestAnimationFrame.js code right into src/Three.js.
2011-11-29 03:29:13 +01:00
Mr.doob
a0b8f50fb0
Renamed scene.center to scene.origin as per @pyrotechnick suggestion.
2011-10-04 03:07:07 +02:00
Mr.doob
ad31ff1214
Fixed the rest of the examples.
...
Found out that CrosseyedWebGLRenderer probably wouldn't work for target-less cameras.
Something weird going on with `webgl_scene_test.html` and `webgl_scene_test_blender.html`. For some reason cubes dissapear.
2011-10-02 06:33:32 +02:00
Mr.doob
99713c72ae
Fixed some more examples.
2011-10-01 23:27:54 +02:00
Mr.doob
19d8261174
More examples clean up.
2011-09-20 18:31:13 -07:00
Mr.doob
71c2df1649
Updated HTML of some examples.
2011-09-20 15:59:12 -07:00
Mr.doob
a940f05427
Updated examples with the new .add/.remove methods.
2011-09-05 23:16:56 +02:00
Mr.doob
bfdb10a85a
Updated all examples so they use the renamed geometry classes.
2011-06-13 18:33:53 +02:00
Mr.doob
087066524a
Added boundingSphere check for Meshes in Ray ( improving performance considerably).
2011-05-29 10:02:20 +01:00
Mr.doob
76e7ea3461
Added namespace to all the objects that missed it (geometries, uniforms, etc)
...
WebGLRenderer antialias is off by default (considering Firefox doesn't support it...)
Formatting clean up here and there
2011-04-09 12:38:39 +01:00
alteredq
377a71faa5
Merge branch 'master' of http://github.com/mrdoob/three.js
2011-03-17 12:51:19 +01:00
Mr.doob
dd52560369
Some basic performance optimisations on voxel examples. Bottleneck is still Ray caster anyway :/
2011-03-17 04:42:46 +00:00
alteredq
04a7ac496c
Added SceneUtils.traverseHierarchy and SceneUtils.showHierarchy.
...
Also cleaned up examples from individual includes, only sandboxes and ubiquity now include individual files.
2011-03-17 00:22:20 +01:00
Mr.doob
33610b4a11
Adapted Projector and CanvasRended to use camera.matrixWorldInverse.
2011-03-01 11:38:35 +00:00
Mr.doob
9297fb975e
All examples now use RequestAnimationFrame.js (pheww!)
2011-02-22 04:45:38 +00:00
Mr.doob
5aa43cd1cd
All canvas examples are now using RequestAnimationFrame.js
...
Webgl examples next.
2011-02-22 01:54:03 +00:00
Mr.doob
4912f59cc6
Compiled new build.
...
Renamed examples.
2011-02-20 04:11:47 +00:00