alteredq
|
5dc4bcc1d2
Added handling of BufferGeometry in ShadowMapPlugin.
|
13 years ago |
alteredq
|
272a83ff53
Fixed ColladaLoader crashing on "constant" materials.
|
13 years ago |
alteredq
|
8ec6317ef8
Added BufferGeometry for direct rendering from typed arrays.
|
13 years ago |
alteredq
|
757c4e62f6
Fixed bug in UTF8Loader.
|
13 years ago |
alteredq
|
4ac72ffc75
Added material name tracking in Loader.
|
13 years ago |
alteredq
|
019a0f59ef
Some more GLSL precision cleanup.
|
13 years ago |
Mr.doob
|
37f2ad3b19
Changed default precission to mediump.
|
13 years ago |
alteredq
|
3163b79782
Added name copying to GeometryUtils.cloneObject (thanks to @C4RL05)
|
13 years ago |
alteredq
|
36338eeeef
Tweaked and renamed geometry extrude examples.
|
13 years ago |
alteredq
|
370d20b407
Refactored normal map shader.
|
13 years ago |
Mr.doob
|
5697084e64
Moved `RequestAnimationFrame.js` code right into `src/Three.js`.
|
13 years ago |
alteredq
|
befc98a01e
Refactored bounding box to use 2x Vector3 instead of custom object.
|
13 years ago |
alteredq
|
b1ef3409a6
Sorting out accidental double-merge.
|
13 years ago |
alteredq
|
3aa1767844
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
13 years ago |
Mr.doob
|
c5613ebb53
Implemented again @ekitson's improvement to GeometyUrils.center. Increased light intensity in loader_json_blender example.
|
13 years ago |
Mr.doob
|
5bcf179d3e
Merging with @alteredq's branch.
|
13 years ago |
alteredq
|
1d5a72ddc9
Resurrected UVs normalization (as GeometryUtils.normalizeUVs).
|
13 years ago |
Mr.doob
|
2ea8cbae2a
Fixed a bug in GeometryUtils.merge where it would create a material index per face.
|
13 years ago |
alteredq
|
bac513dda9
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
13 years ago |
Mr.doob
|
aac4384e1c
Updated builds.
|
13 years ago |
Mr.doob
|
f14e3dc72f
Added .crossOrigin to Loader and ImageUtils.
|
13 years ago |
Mr.doob
|
3be2cdae2c
Better Rectangle.intersects() formula.
|
13 years ago |
alteredq
|
d906f301bd
Updated builds.
|
13 years ago |
Mr.doob
|
606f008bec
Fixed wrapping handling in ColladaLoader.
|
13 years ago |
Mr.doob
|
618a079045
Changed some more `.children` to `.childNodes`. (Fixes webgl_collada.html example)
|
13 years ago |
Mr.doob
|
13e3c8f255
Updated builds.
|
13 years ago |
alteredq
|
655b1efbde
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
13 years ago |
alteredq
|
e207f5e852
Changed lights to use global positions.
|
13 years ago |
Mr.doob
|
db6cb6d1cf
Fixed ColladaLoader issue where node id was non-existent.
|
13 years ago |
Mr.doob
|
5d5bb3db00
Added .crossOrigin = '' to Loader.load_image() (thanks @remoe).
|
13 years ago |