Mr.doob
|
01c6bb4668
Implemented InstancedMesh
|
5 years ago |
Mugen87
|
89c9f529f5
WebGLRenderer: Introduce WebGLInfo
|
7 years ago |
Mugen87
|
11a117aad4
WebGLRenderer: Enhance .dispose()
|
7 years ago |
Mr.doob
|
66f3b37565
WebGLObjects: Clean up.
|
8 years ago |
Mr.doob
|
0559c99a30
WebGLObjects: Less hacky update optimisation.
|
8 years ago |
Mr.doob
|
c31b30a1b4
WebGLObjects: Hackish approach to update only once per frame.
|
8 years ago |
Mr.doob
|
7301fa475d
WebGLObjects: Moved wireframeAttribute code to WebGLGeometries.
|
8 years ago |
Mr.doob
|
a55ecbeba1
WebGLAttributes refactoring.
|
8 years ago |
Mr.doob
|
380de1a888
WebGLObjects and WebGLGeometries attributes code moved to WebGLAttributes.
|
8 years ago |
Mr.doob
|
933f4cae14
Moved arrayMin and arrayMax out of _Math. See #10603.
|
8 years ago |
Mr.doob
|
0afa7a9363
Replaced Math.max.apply( Max, ... ) with setIndexArray(). See #10603.
|
8 years ago |
Mr.doob
|
a263586244
WebGLObjects: Clean up. See #10603.
|
8 years ago |
Brian Burke
|
441395277a
Correct detection of Uint32BufferAttribute for length of verticies
|
8 years ago |
Mugen87
|
4e622398bb
WebGLObjects: Removed unused variable
|
8 years ago |
Mr.doob
|
85ab4d1d4d
BufferAttribute: onUpload callback to callback setter.
|
8 years ago |
Mr.doob
|
91802d6870
BufferAttribute.onUpload() clean up.
|
8 years ago |
aardgoose
|
629195b9b7
Discard attribute typed arrays for buffered geometries that are not modified after initial rendering (#9512)
|
8 years ago |
aardgoose
|
d0b259b157
capture bufferAttribute.array properties at first upload (#9972)
|
8 years ago |
Matt DesLauriers
|
348b72eefe
Allow user to copy full buffer with `gl.bufferData` (#9631)
|
8 years ago |
Ian Kerr
|
900094efd4
This commit fixes wireframe rendering when groups and drawRange are in use. (#9698)
|
9 years ago |
Mr.doob
|
79e5837956
Refactored WebGL classes.
|
9 years ago |
Mr.doob
|
b3acca6b10
Clean up.
|
9 years ago |
Mr.doob
|
9147f32ca2
Clean up.
|
9 years ago |
Rich Harris
|
4f98d35ed7
Remove unused `is*` properties (#9381)
|
9 years ago |
Mr.doob
|
bdea7d00ce
Fixed function formatting
|
9 years ago |
Rich Harris
|
f65e669af9
Modules (#9310)
|
9 years ago |
Mr.doob
|
e84b72ae01
WebGLObjects clean up.
|
10 years ago |
Alexander Rose
|
28e91c464e
Faster checkEdge function
|
10 years ago |
Mr.doob
|
0dbd4b3ae8
Removed IndexBufferAttribute. Promoted index attribute to BufferGeometry. Maybe .addIndices() instead?
|
10 years ago |
Mr.doob
|
2a0c1bf2bc
Removed DynamicBufferAttribute.
|
10 years ago |