Mr.doob
|
935ee8df1b
WebGLRenderer clean up.
|
12 years ago |
Mr.doob
|
0dfb49ae26
WebGLRenderer: Making z sorting more stable. See #3315.
|
12 years ago |
Mr.doob
|
198ddcb77e
Only setting the canvas.style when devicePixelRatio !== 1.
|
12 years ago |
Mr.doob
|
5f78a2786b
Renamed new setSize() autoResize parameter to updateSyle. Also applied to CanvasRenderer and WebGLRenderer3.
|
12 years ago |
Mr.doob
|
60c00bdb8a
Merge remote-tracking branch 'gero3/patch-6' into dev
|
12 years ago |
Mr.doob
|
c16b26c6a6
Moved WebGLRenderer's autoUpdateScene to scene.autoUpdate.
|
12 years ago |
Mr.doob
|
4d9f520d71
Deprecated parameters.clearColor and parameters.clearAlpha from WebGLRenderer contructor. Added missing setClearColor to other renderers. Updated editor.
|
12 years ago |
Mr.doob
|
0248628613
Deprecated setClearColorHex().
|
12 years ago |
Mr.doob
|
51d597416f
Using Matrix3.getNormalMatrix. See #3220.
|
12 years ago |
Mr.doob
|
ce14abbfd9
Hacked WebGLRenderer to allow changing geometry of object.
|
12 years ago |
Mr.doob
|
04fb8d3a97
Merge remote-tracking branch 'zz85/master' into dev
|
12 years ago |
Mr.doob
|
905ab19acc
Added morphTargets support to MeshNormalMaterial. Fixes #3200.
|
12 years ago |
Mr.doob
|
7732b04273
WebGLRenderer: ids need to be sorted in reverse.
|
12 years ago |
Tomas Carnecky
|
a7f53ec93f
Fix the renderList sort function to be truly stable
|
12 years ago |
Mr.doob
|
c1884204ae
Fixed SceneLoader minor breakage.
|
12 years ago |
zz85
|
80876074e4
Prevent BufferGeometry custom attributes's array from being deleted by setting geometry.attributes.name.dynamic = true
|
12 years ago |
zz85
|
f31062690a
Refactoring addObject WebGLRenderer to make code cleaner
|
12 years ago |
zz85
|
6f57c2092c
More refactoring with BufferGeometry in WebGLRender to reduce code.
|
12 years ago |
zz85
|
11f449b569
Add BufferGeometry + Custom Attributes + Particles example.
|
12 years ago |
zz85
|
632ab5740c
Supporting updates with BufferGeometry as discussed in #3088
|
12 years ago |
zz85
|
f9fe6da15d
Proper attributeSize declaration in WebGLRenderers
|
12 years ago |
zz85
|
2ac1bb473e
Adding custom BufferGeometry attributes support to WebGLRenderer2.
|
12 years ago |
zz85
|
8c723f74e1
Support custom BufferGeometry attributes in WebGLRenderer.
|
12 years ago |
Mr.doob
|
cc066007e2
Reverting to old WebGLRenderer.
|
12 years ago |
Mr.doob
|
ff9afb1c17
Replaced WebGLRenderer with WebGLRenderer2. Old WebGLRenderer is now WebGLRendererOld.
|
12 years ago |
Aleksandar Rodic
|
ac4f62d780
fixed issue #3045 - linewidth ignored with buffergeometry lines
|
12 years ago |
Ben Houston
|
c589751dac
removed "position = _vector3" pattern per @WestLangley
|
12 years ago |
Ben Houston
|
3db966d658
make Matrix4.getPosition() deprecated and replace all usages in core library with Vector3.getPositionFromMatrix()
|
12 years ago |
OpenShift guest
|
ae6e261e4f
changed to undefined
|
12 years ago |
OpenShift guest
|
441ca41ddc
This makes sure getShaderPrecisionFormat exists on the context
|
12 years ago |