Mr.doob
|
eb411d1bef
Blender exporter now has options to export (or not) vertices and faces too.
|
14 years ago |
Mr.doob
|
3bc9f48c2f
src/animation ⟶ src/extras/animation
|
14 years ago |
alteredq
|
a318d87522
Added forgotten THREE namespace to SceneUtils.traverseHierarchy
|
14 years ago |
Mr.doob
|
6a857400bc
REVISION ++
|
14 years ago |
Mr.doob
|
76e7ea3461
Added namespace to all the objects that missed it (geometries, uniforms, etc)
|
14 years ago |
Mr.doob
|
d1ae3fb45b
Updated builds. All seems to be good again.
|
14 years ago |
Mr.doob
|
e8847848ad
Merging with alteredq's branch.
|
14 years ago |
Mr.doob
|
c74f046b76
src/physics ⟶ src/extras/physics
|
14 years ago |
Mr.doob
|
b2d39cf832
WebGLRenderer now logs some GL information (I think it may be handy).
|
14 years ago |
alteredq
|
f7d97caf1d
Merged with empaempa's branch.
|
14 years ago |
alteredq
|
de2dcdf5c0
Changed WebGLRenderTarget / FBO default color format to RGBA.
|
14 years ago |
alteredq
|
5fa19e8460
Fixed delays when loading multiple models.
|
14 years ago |
alteredq
|
e0768d0605
Merged with empaempa's branch.
|
14 years ago |
alteredq
|
1fd801719f
Added option to have flat shading for renderBufferImmediate.
|
14 years ago |
alteredq
|
7915999bdd
Added edges to Blender exporter, JSONLoader and Geometry.
|
14 years ago |
Mr.doob
|
5742cceefd
Ray: Added support for object.flipSided and object.doubleSided properties.
|
14 years ago |
Mr.doob
|
b899391008
Updated buillds.
|
14 years ago |
Mr.doob
|
abb4a774cd
Merging with alteredq.
|
14 years ago |
alteredq
|
7e6ba581de
Removed some bottlenecks in shader building / sharing.
|
14 years ago |
alteredq
|
e19bf17645
Synced with mrdoob's branch.
|
14 years ago |
Mr.doob
|
8c3fa8f401
WebGLRenderer: Removed unneded program checks.
|
14 years ago |
alteredq
|
27b0ee0be7
Updated Loader to handle more material parameters (blending, transparent, depthTest).
|
14 years ago |
Mr.doob
|
29da25e746
WebGLRenderer: Added internal cache for compiled shaders. Already compiled shaders get reused.
|
14 years ago |
alteredq
|
2d7833d32e
Fixed runaway globals in JSONLoader.
|
14 years ago |
Mr.doob
|
816d19a8d6
REVISION ++
|
14 years ago |
Mr.doob
|
d5cff3fd37
WebGLRenderer: Removed dupe blending.
|
14 years ago |
Mr.doob
|
8af4dd49c1
WebGLRenderer now uses material.transparent to determine whether a material is transparent or not.
|
14 years ago |
alteredq
|
ccc566463e
Replaced QuakeCamera's dragToLook parameter with activeLook parameter.
|
14 years ago |
Mr.doob
|
01d60217cc
Updated builds.
|
14 years ago |
Mr.doob
|
3960e5c8ef
Camera was hitting infinite loop when useTarget = true. Hopefully this fixes it.(Thx bai)
|
14 years ago |