Mr.doob
|
1aa5bfe85d
Updated builds.
|
13 gadi atpakaļ |
Mr.doob
|
fe4466a40b
Trying to cherry pick from a previous @alteredq commit.
|
13 gadi atpakaļ |
Mr.doob
|
a48864b47a
Reverted TrackballControls changes.
|
13 gadi atpakaļ |
Mr.doob
|
f8a33248fe
Fixed example. For some reason the clearColor was killing the shadows (and antialias, something to do with alpha I guess).
|
13 gadi atpakaļ |
Mr.doob
|
7206504648
Added EventTarget to TrackballControls. Fixes #1189.
|
13 gadi atpakaļ |
Mr.doob
|
9541e7f4b8
ColladaLoader: Returning visualScenes[ 'visual_scene0' ] when url is empty.
|
13 gadi atpakaļ |
Mr.doob
|
67ff513a0f
Removed deprecated collider bits from SceneLoader. Fixes #1265.
|
13 gadi atpakaļ |
Mr.doob
|
45438dc64f
Merge remote-tracking branch 'alteredq/dev' into dev
|
13 gadi atpakaļ |
alteredq
|
a851b6dc3c
Added sanity check to MorphAnimMesh.playAnimation
|
13 gadi atpakaļ |
Mr.doob
|
97d0ec43e9
Merge remote-tracking branch 'alteredq/dev' into dev
|
13 gadi atpakaļ |
Michael Rienstra
|
55bfa2396b
Changed `stencilBufer` to `stencilBuffer` in `examples/webgl_terrain_dynamic.html`.
|
13 gadi atpakaļ |
Michael Rienstra
|
7040f645b2
Changed `stencilBufer` to `stencilBuffer` in `examples/webgl_shading_physical.html`.
|
13 gadi atpakaļ |
Michael Rienstra
|
694ee6fa00
Changed `stencilBufer` to `stencilBuffer` in `examples/webgl_postprocessing.html`.
|
13 gadi atpakaļ |
alteredq
|
6862c7d935
Fixed horse-induced animation playback bug.
|
13 gadi atpakaļ |
Michael Rienstra
|
c15de0a390
Changed `stencilBufer` to `stencilBuffer` in `examples/webgl_materials_skin.html`.
|
13 gadi atpakaļ |
Michael Rienstra
|
ad831711c2
Changed `stencilBufer` to `stencilBuffer` in `examples/webgl_materials_cubemap_dynamic.html`.
|
13 gadi atpakaļ |
Michael Rienstra
|
8f9170837f
Changed `stencilBufer` to `stencilBuffer` in `examples/js/postprocessing/SavePass.js`.
|
13 gadi atpakaļ |
Michael Rienstra
|
91b1173c93
Changed `stencilBufer` to `stencilBuffer` in `examples/js/postprocessing/EffectComposer.js`.
|
13 gadi atpakaļ |
Mr.doob
|
55e0a843da
Projector now negates (inverts?) the normals when culled and flipSided || doubleSided. Fixes #1270.
|
13 gadi atpakaļ |
Mr.doob
|
b716ed4040
Fixed compile error introduced in #1267
|
13 gadi atpakaļ |
Mr.doob
|
fb89ad0136
Changed PerspectiveCamera and CombinedCamera .setLens() as per #1212.
|
13 gadi atpakaļ |
Mr.doob
|
614a40c870
Removed *Cameras that are now *Controls. Moved src/extras/plugins to src/extras/renderers/plugins.
|
13 gadi atpakaļ |
Mr.doob
|
649b83137e
Merge remote-tracking branch 'AddictArts/dev_colladaLoaderFixes' into dev
|
13 gadi atpakaļ |
Khang Duong
|
c2fe0d68d1
Fixes issue with previous commit that references a nonexistent object.
|
13 gadi atpakaļ |
Khang Duong
|
764b666166
Adds a check for the instance when normals are provided as part of the vertices element in the collada file and supplies the normals from there (as per the collada spec). If normals still aren't supplied, this defaults to calculating the vertex normals via Geometry.computeVertexNormals().
|
13 gadi atpakaļ |
alteredq
|
4fe9753ea4
Added defaults to DirectionalLight for cascading shadows.
|
13 gadi atpakaļ |
Khang Duong
|
a802288e1d
Collada files normally name the materials, so this adds the name property to the material and puts that name value into it.
|
13 gadi atpakaļ |
alteredq
|
ede5c9b34d
Extended MorphAnimMesh to be able to play animations backwards.
|
13 gadi atpakaļ |
alteredq
|
2cb6d88f6f
Added MorphAnimMesh.setAnimationLabel (for custom setting of named animation frames ranges).
|
13 gadi atpakaļ |
alteredq
|
4d9f9c860c
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
13 gadi atpakaļ |