Mr.doob
8db9d6fd61
GUI: Snap to axis (press x,y or z when moving). Added TrackballControls
...
Added this.enabled property to TrackballControls.
Simplified TrackballControls code.
2011-10-08 19:43:11 +02:00
Mr.doob
71ebe4e544
GUI: Replaced the 4 views with just a single perspective view.
2011-10-08 05:37:11 +02:00
zz85
9498ebc3b2
Gui code change
2011-10-08 10:23:15 +08:00
zz85
13c08981db
Merge branch 'master' into gui
2011-10-08 10:19:12 +08:00
zz85
07442382f6
Testing viewports
2011-10-08 10:08:18 +08:00
Mr.doob
df94d2af57
Moved matrixWorldInverse logic to renderers as per @greggman suggestion.
...
Now `Camera` can use inherited `update()`
2011-10-08 03:38:49 +02:00
Mr.doob
3a2c28488b
Merge remote-tracking branch 'alteredq/dev' into dev
2011-10-08 02:37:16 +02:00
Mr.doob
ed8df3acab
Corrected README typo
2011-10-08 02:36:54 +02:00
alteredq
456fe3ccff
Rewritten URL and BlobBuilder shims.
2011-10-08 02:13:33 +02:00
alteredq
ae8c84a7fe
Made GUI drag-n-drop work also in Firefox.
2011-10-08 01:31:13 +02:00
Mr.doob
d4704fe8db
Updated builds.
2011-10-08 00:30:20 +02:00
Mr.doob
7d3e482555
Merge remote-tracking branch 'alteredq/dev' into dev
2011-10-08 00:28:07 +02:00
Mr.doob
b66c1e5744
GUI: Added support for dropping .js files
...
Remembered that @alteredq managed to get this working on a viewer for ro.me. So I just copied the code :)
2011-10-08 00:22:26 +02:00
Mr.doob
7891f2b33b
JSONLoader.load( parameters ) to JSONLoader( url, callback, texturePath )
2011-10-08 00:21:13 +02:00
alteredq
51b6db1c54
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
2011-10-07 22:54:56 +02:00
alteredq
8ab93926ce
Fixed bug causing disappearing wireframe objects in mixed scenes.
2011-10-07 22:53:57 +02:00
Mr.doob
319d423262
Forgot marklundin's credit.
2011-10-07 21:54:47 +02:00
Mr.doob
2928cce2d9
Parallax Barrier WebGL Renderer
...
Pretty useless, no way I can try it and it's probably done in hardware anyway. But looks cool :P
http://en.wikipedia.org/wiki/Parallax_barrier
2011-10-07 21:22:48 +02:00
Mr.doob
fbbfb3b683
Merge remote-tracking branch 'alteredq/dev' into dev
2011-10-07 21:02:44 +02:00
alteredq
89c578332e
Fixed shading glitches on OpenGL (thanks to @mrdoob for spotting this).
2011-10-07 20:56:24 +02:00
Mr.doob
77af9c0cde
Implemented @jeromeetienne's webgl voxelpainter changes.
2011-10-07 20:54:45 +02:00
Mr.doob
869927a80e
Merge remote-tracking branch 'alteredq/dev' into dev
2011-10-07 20:30:30 +02:00
alteredq
c7d304db57
Fixed ambient occlusion in Minecraft example.
2011-10-07 20:24:50 +02:00
Mr.doob
f5aa95396f
Merge remote-tracking branch 'alteredq/dev' into dev
2011-10-07 20:07:41 +02:00
Mr.doob
c3d706e295
preserveDrawingBuffer isn't needed anymore.
2011-10-07 20:06:24 +02:00
alteredq
3a6138d080
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
2011-10-07 20:06:07 +02:00
Mr.doob
40bca923c3
Added WebGL trails example.
2011-10-07 19:45:02 +02:00
alteredq
7355c2b68b
Changed ambient term to influence also texture in Phong / normal map materials.
...
This feels more intuitive, otherwise ambiently lit textured surfaces look weird.
2011-10-07 19:06:55 +02:00
alteredq
7d2805dd83
Fixed specular term in Phong / normal map materials.
...
Turns out I had it right before after all: to get rid of artefacts it should be multiplied by diffuse term (instead of being patched by conditional).
2011-10-07 18:43:00 +02:00
zz85
fc496e86ec
Some fixes to GUI Codegen + Preview
2011-10-07 18:08:38 +08:00
Mr.doob
3343729ad0
Updated builds.
2011-10-07 09:03:57 +02:00
Mr.doob
e4a17d6369
Merge remote-tracking branch 'greggman/newrot' into dev
2011-10-07 09:01:16 +02:00
Mr.doob
4e5dff61c8
Added basic Collada file drop support to the GUI.
...
Unfortunately "File" doesn't have path information, so textures won't load :/
Tried to also drop .js files, but the Workers part ruined the party too :/ :/
2011-10-07 08:55:05 +02:00
gman
1ab9940107
Add example that shows using three.js for multiple monitors in a circle
2011-10-06 23:43:36 -07:00
Mr.doob
ca517008d1
Trying to use OrthographicCamera in the GUI.
...
Not much luck yet, for some reason the camera zooming doesn't work on the orthographic views :/
2011-10-07 07:53:02 +02:00
Mr.doob
7ec1a88d26
Fixed GUI.
2011-10-07 07:25:05 +02:00
Mr.doob
1258e8a771
Ray now also checks object's children.
2011-10-07 07:07:34 +02:00
gman
7f0346f3b8
Update WebGL Renderer so cameras can have parents
2011-10-06 17:58:00 -07:00
Mr.doob
81d338e915
ColladaLoader fixes.
...
* Fixed `ColladaLoader` and `Loader` url base extraction code.
* `ColladaLoader` now ignores non-joint nodes when constructing the skeleton. (Hopefuly, in a year time, I'll find this fix stupid)
2011-10-07 02:30:10 +02:00
Mr.doob
435f7e7be5
Backwards compatibility for old cameras.
2011-10-07 01:08:59 +02:00
Mr.doob
fdf6fab7e6
Including @alteredq's post-release normal map improvements into r45.
2011-10-06 23:58:20 +02:00
alteredq
88d54b0cfa
Updated builds.
2011-10-06 23:46:51 +02:00
alteredq
b18a38eee5
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
2011-10-06 23:44:10 +02:00
alteredq
84ed1835ca
Added reflection to normal map shader.
2011-10-06 23:33:01 +02:00
Mr.doob
b964b7e49f
Merge remote-tracking branch 'guardianResearch/master' into dev
2011-10-06 21:35:31 +02:00
Andrew Strelzoff
485122a150
small fix - screen resize needs to refer to controls.screen sizes
2011-10-06 09:31:22 -05:00
Mr.doob
57769f8fd4
Merge remote-tracking branch 'jsermeno/ortho' into dev
2011-10-06 07:45:55 +02:00
Mr.doob
4172108688
setting REVISION to 46dev
2011-10-06 07:45:20 +02:00
Justin Sermeno
6e6f2453a1
change voxelpainter to use THREE.CombinedCamera
2011-10-05 22:27:34 -07:00
Justin Sermeno
e645a562b0
update voxelpainter to use projector pickingRay()
2011-10-05 22:11:30 -07:00