alteredq
11e1290080
Got WebGL sandbox working again.
...
Finally I realized how useful it is and why we kept it around ;).
2011-10-26 11:02:51 +02:00
alteredq
412c545c47
Updated the rest of examples.
...
All should now work with new cameras.
2011-10-05 05:05:13 +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
25d6480cf6
Fixed yet more examples.
2011-10-02 00:08:40 +02:00
Mr.doob
bbb65a768c
Updated HTML of the rest of the examples.
2011-09-20 19:27:01 -07:00
Mr.doob
19d8261174
More examples clean up.
2011-09-20 18:31:13 -07:00
alteredq
e298ac6814
Renamed MeshShaderMaterial => ShaderMaterial
2011-09-12 19:17:20 +02:00
Mr.doob
a940f05427
Updated examples with the new .add/.remove methods.
2011-09-05 23:16:56 +02:00
alteredq
797530e4f7
Moved 2d filter shaders from ShaderUtils to ShaderExtras.
2011-08-31 13:16:49 +02:00
Mr.doob
7c7d4428f2
Moved src/materials/Mappings.js inside src/materials/Texture.js
...
Moved `src/materials/*Texture.js` to `src/textures/*Texture.js`
2011-08-29 05:18:25 +02:00
alteredq
5859ac66a6
Updated stale individual JS file includes in examples that don't use build libs.
2011-07-14 15:47:03 +02:00
Mr.doob
176d0f2884
Merging with @alteredq's branch.
2011-07-03 12:56:50 +02:00
Chris Killpack
2c502ae5db
Switched examples over to FPCamera.
2011-06-29 10:51:14 -07:00
Mr.doob
bfdb10a85a
Updated all examples so they use the renamed geometry classes.
2011-06-13 18:33:53 +02:00
Mr.doob
e5e4ff79ee
Fixed Vector3::setRotationFromMatrix
2011-04-11 16:15:46 +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
Mr.doob
8af4dd49c1
WebGLRenderer now uses material.transparent to determine whether a material is transparent or not.
...
Moved materials/RenderTarget.js ⟶ renderer/WebGLRenderTarget.js
2011-03-31 07:22:44 +01:00
Mr.doob
bd2d39ac6b
Fixed broken examples.
...
Updated build script.
2011-03-24 21:04:34 +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
alteredq
1c466f26e7
Moved QuakeCamera and PathCamera into extras/cameras.
2011-03-15 16:49:52 +01:00
Mr.doob
ce751a10dd
WebGLRenderer now doesn't render objects with material.opacity == 0.
2011-03-10 16:19:19 -08:00
Mr.doob
cf732e694b
WebGLRenderer::sortObjects = true by detault.
...
WebGLRenderer checks if texture is power of 2. Throws an error if it's not.
2011-03-05 14:52:54 +00:00
alteredq
cf2e8c1bbf
Refactored everything to use CamelCase naming for properties. Plus some smaller fixes here and there.
...
Went through all examples, all should work.
JSON files exported from Blender / converted from OBJ files still use underscored property names internally. I don't know, should these also be changed?
2011-02-28 14:52:04 +01:00
Mr.doob
7480fb69cd
Updated README examples.
...
Sound3D ⟶ Sound
2011-02-26 14:21:15 +00:00
Mr.doob
446834ba35
Minor fixes and improvements.
2011-02-26 12:10:35 +00:00
Mr.doob
c7aa2ab3d1
Object3D::localMatrix ⟶ Object3D::matrix
...
Object3D::globalMatrix ⟶ Object3D::matrixWorld
Added hierarchy examples.
2011-02-26 10:31:18 +00:00