Mr.doob
|
ff95a02fc9
|
Small case tweak.
|
2011-05-17 13:55:26 +01:00 |
|
Mr.doob
|
36b11906ee
|
Added a link to Paul Lewis awesome "Getting started" article.
Added ROME to the featured projects list.
|
2011-05-16 23:40:14 +01:00 |
|
alteredq
|
dc0880ee12
|
Updated PathCamera to use easing for look (thanks to mrdoob).
Also added silly path camera example.
|
2011-05-11 00:35:36 +02:00 |
|
Mr.doob
|
fc24eab0a8
|
Merge remote branch 'tilmanb/convdoc'
|
2011-05-10 08:13:46 -07:00 |
|
Mr.doob
|
c82c465c18
|
Updated builds.
|
2011-05-10 08:11:49 -07:00 |
|
Mr.doob
|
d4d9e1f956
|
Merge remote branch 'empaempa/master'
|
2011-05-10 07:54:59 -07:00 |
|
Mr.doob
|
4467fd120f
|
Merge remote branch 'alteredq/master'
|
2011-05-10 07:54:54 -07:00 |
|
Mr.doob
|
87d4ddc72d
|
Deleting middleman *Arrays if Object3D.dynamic == false.
|
2011-05-10 07:53:45 -07:00 |
|
Tilman Brock
|
458544ef3d
|
Removed misleading line from convert_obj_three.py help output. "Can have more than 65,535 edges" is not a limitation).
|
2011-05-10 16:40:28 +02:00 |
|
Mikael Emtinger
|
310469b767
|
Merge branch 'master' of git://github.com/mrdoob/three.js
|
2011-05-10 14:44:43 +02:00 |
|
Mikael Emtinger
|
cdcc530b0e
|
Removed bugs related to custom attributes and buffers. Removed bug related to attributes.position
|
2011-05-10 14:44:27 +02:00 |
|
alteredq
|
c234c5cc6e
|
Merge branch 'master' of https://github.com/mrdoob/three.js
Conflicts:
build/Three.js
build/custom/ThreeExtras.js
build/custom/ThreeWebGL.js
|
2011-05-08 14:56:12 +02:00 |
|
Mr.doob
|
be5a27198c
|
Renamed Ray::intersectArray to Ray::intersectObjects.
|
2011-05-07 16:15:20 -07:00 |
|
alteredq
|
023024f520
|
Updated Blender scene exporter to output proper JSON. Changed OBJ converter to dump less digits for floats.
|
2011-05-07 21:31:16 +02:00 |
|
Mr.doob
|
30cfa26ee2
|
Fixed build script for ThreeWebGL (was missing objects).
|
2011-05-07 03:39:29 -07:00 |
|
Mr.doob
|
71d3e32af6
|
Abstracted Ray::intersectScene into Ray::intersectArray.
|
2011-05-07 19:07:07 +09:00 |
|
Mr.doob
|
e84d8b5b37
|
Added WebGL Globe project.
|
2011-05-06 03:34:25 +09:00 |
|
Mikael Emtinger
|
1f2d4641c9
|
Merge branch 'master' of git://github.com/mrdoob/three.js
|
2011-05-04 11:50:20 +02:00 |
|
Mr.doob
|
e87caabbf8
|
Removed __styleString and updateStyleString out of THREE.Color.
Using * ( 1 / scale ) instead of / scale in JSONLoader.
|
2011-05-04 17:34:49 +09:00 |
|
alteredq
|
ef38d481bf
|
Caching vertex texture check.
It can get pretty costly when trying to initialize tons of materials.
|
2011-05-02 23:58:29 +02:00 |
|
alteredq
|
739e6b4cd4
|
Synced with empaempa's branch.
|
2011-04-29 17:23:24 +02:00 |
|
alteredq
|
0c0af88884
|
Merge branch 'master' of https://github.com/empaempa/three.js
|
2011-04-29 17:17:51 +02:00 |
|
Mikael Emtinger
|
f542cc8d04
|
Probably fixed small bug related to blend modes on PC/Chrome
|
2011-04-29 16:46:11 +02:00 |
|
Mikael Emtinger
|
164ba5f217
|
Added so empties also can be triggers.
|
2011-04-28 17:41:14 +02:00 |
|
alteredq
|
043f42bd91
|
Synced with mrdoob's branch.
|
2011-04-27 12:36:46 +02:00 |
|
Mr.doob
|
aeec494a3d
|
Removed some uncommon computations out of the JSONLoader.
|
2011-04-27 17:44:22 +08:00 |
|
alteredq
|
65293ea5e2
|
Updated terrain model used in mesh collider example.
|
2011-04-26 23:24:42 +02:00 |
|
alteredq
|
e184403727
|
Fixed bug in custom attributes.
I think.
|
2011-04-24 23:58:00 +02:00 |
|
alteredq
|
b6ab1f68cf
|
Merged with mrdoob's branch.
|
2011-04-24 18:02:10 +02:00 |
|
alteredq
|
d95d6d979d
|
Refactored HSV getter out of Color into ColorUtils.
|
2011-04-24 17:57:06 +02:00 |
|
Mr.doob
|
44a8652c37
|
REVISION ++
r40
|
2011-04-24 12:57:28 +01:00 |
|
alteredq
|
4bfca67caa
|
JSONLoader: added scaling also to morphs.
|
2011-04-24 09:45:01 +02:00 |
|
alteredq
|
8062c3bf31
|
Added HSV -> RGB color conversion to Color.
|
2011-04-23 10:57:34 +02:00 |
|
Mr.doob
|
e457b4f8ae
|
Added drawCalls property to WebGLRenderer::data object.
|
2011-04-22 00:35:43 +02:00 |
|
alteredq
|
7ee6cc33eb
|
OBJ converter: add option for scaling and truncating vertex coordinates (flag "-x scale").
To be used like this:
python convert_obj_three.py -i lucy100k.obj -o Lucy100k_slim.js -a center -s flat -x 100
It should work also for morph vertices.
|
2011-04-21 14:36:53 +02:00 |
|
alteredq
|
abbfd7a493
|
Fixed handling of vertexColors parameter in Blender JSON importer.
|
2011-04-21 13:58:52 +02:00 |
|
alteredq
|
614925336d
|
Added support for empty objects and meshes without geometries to Blender scene exporter and SceneLoader.
|
2011-04-21 13:28:04 +02:00 |
|
alteredq
|
4637b69d58
|
Synced with mrdoob's branch.
|
2011-04-21 12:19:44 +02:00 |
|
Mr.doob
|
c1ce040781
|
Updated Projector's Particle handling (it wasn't using hierarchy).
|
2011-04-21 10:42:30 +02:00 |
|
Mr.doob
|
0a11daf348
|
Updated builds. Fixed Trident.
|
2011-04-21 01:59:33 +02:00 |
|
Mikael Emtinger
|
360ef808bb
|
Merge branch 'master' of https://github.com/alteredq/three.js
|
2011-04-21 01:24:58 +02:00 |
|
Mikael Emtinger
|
78050886eb
|
Merge branch 'master' of git://github.com/mrdoob/three.js
|
2011-04-21 01:24:47 +02:00 |
|
Mikael Emtinger
|
e08e3456b0
|
Changed so objects added in sceneB in sceneA.addChild( sceneB ) actually propagates all the way up to sceneA, so they become rendered.
|
2011-04-21 01:24:29 +02:00 |
|
alteredq
|
b6e3089425
|
Added embedded meshes to Blender scene exporter.
|
2011-04-20 15:59:48 +02:00 |
|
alteredq
|
d7ec2be764
|
Added embedded ascii JSON meshes to SceneLoader.
|
2011-04-19 20:47:35 +02:00 |
|
alteredq
|
b9977ede37
|
Added triggers type to Blender exporter and scene loader.
|
2011-04-19 18:08:39 +02:00 |
|
alteredq
|
c0e232d019
|
Updated builds.
|
2011-04-19 07:44:16 +02:00 |
|
alteredq
|
7b6cee3f41
|
Merge remote branch 'remotes/empaempa/master'
|
2011-04-19 07:28:57 +02:00 |
|
Mikael Emtinger
|
40eae8ae10
|
Fixed bug related to morphColors in JSONLoader. Changed reading of custom attributes from geometry group to material to let material instead of geometry rule of the source of data.
|
2011-04-18 22:36:23 +02:00 |
|
Mr.doob
|
b18b6f9fbe
|
Added Trident to Geometry example. Found out that handling scene.objects from API wise is a bit confusing (childs are there too).
|
2011-04-18 16:29:00 +02:00 |
|