alteredq
|
5fc41c0efe
Changed face.materialIndex default to be 0 instead of "undefined".
|
12 years ago |
alteredq
|
22205effa1
Fixed handling of MeshFaceMaterial when material indices were not set in faces.
|
12 years ago |
alteredq
|
e5759e5a56
Changed WebGLRenderer opaque pass to use NoBlending instead of NormalBlending.
|
12 years ago |
Mr.doob
|
c0f94b3f39
Updated builds.
|
12 years ago |
alteredq
|
55e8d36455
Added frontface direction constants.
|
12 years ago |
alteredq
|
ea4b8a6045
Renamed renderer.shadowMaterialSide => renderer.shadowMapCullFace
|
12 years ago |
alteredq
|
2fb5db39f8
Renamed renderer.shadowMapCullFrontFaces => renderer.shadowMaterialSide
|
12 years ago |
alteredq
|
05e363b4a8
Added deferred shading example with morph animation.
|
12 years ago |
alteredq
|
71c4cec78c
Refactored texture cloning.
|
12 years ago |
alteredq
|
5cb5d8b022
Added texture.unpackAlignment parameter.
|
12 years ago |
alteredq
|
422b9b8020
Added manual mipmaps handling also to DataTexture.
|
12 years ago |
alteredq
|
2148d37e0c
Whitespace cleanup in manual mipmaps example.
|
12 years ago |
alteredq
|
ad97cdea43
Updated builds.
|
12 years ago |
alteredq
|
89b9d21da3
Merged @MiiBond's single file DDS cube textures.
|
12 years ago |
alteredq
|
b6331a8560
Added safeguards to morph buffers setting in WebGLRenderer.
|
12 years ago |
alteredq
|
b2600a27a8
Added computing of normals also for non-indexed BufferGeometry.
|
12 years ago |
alteredq
|
3d4b2c9566
Removed internal variables _projectionMatrixArray and _viewMatrixArray from WebGLRenderer and render plugins.
|
12 years ago |
alteredq
|
8c26ddf224
Fixed multiple issues caught by stricter Closer Compiler settings (checkTypes on).
|
12 years ago |
alteredq
|
2825141196
Bumped up Closure compiler version.
|
12 years ago |
alteredq
|
dcf6ff73e7
Cleaned up WebGLRenderer.renderBufferDirect() whitespace.
|
12 years ago |
alteredq
|
cbc22ff32c
Renamed SpriteMaterial properties: affectedByDistance => sizeAttenuation, mergeWith3D => depthTest. Added support for SpriteMaterial.depthWrite.
|
12 years ago |
alteredq
|
c84097364b
Moved sprite material properties from Sprite object into SpriteMaterial.
|
12 years ago |
alteredq
|
68afe5bc60
Small refactoring in EventTarget.
|
12 years ago |
alteredq
|
73922dc797
Added support for alphaTest to Sprites.
|
12 years ago |
alteredq
|
4e716553d9
Fixed Clock double-counting of time in getElapsedTime (thanks to @gagern)
|
12 years ago |
alteredq
|
0d747761dc
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
12 years ago |
alteredq
|
a27cabba41
Changed WebGLRenderer's sortFacesByMaterial to only split geometry if MeshFaceMaterial is used at the first render.
|
12 years ago |
alteredq
|
167486b654
Removed forgotten commented out code.
|
12 years ago |
alteredq
|
8736f3b322
Refactored enabling / disabling of attributes in WebGLRenderer.
|
12 years ago |
Mr.doob
|
888042bd46
Updated builds.
|
12 years ago |