Takahiro
|
33ff26085e
Add .isWebGL2 to WebGLCapabilities
|
7 years ago |
Mr.doob
|
feefe06713
Merge pull request #13717 from takahirox/WebGLRendererWebGL2.0
|
7 years ago |
WestLangley
|
a09c258c54
clean up
|
7 years ago |
WestLangley
|
d0cc21c098
Allow Additive, CustomBlending when material.transparent is false
|
7 years ago |
Takahiro
|
a18d1a217d
Merge branch 'dev' into WebGLRendererWebGL2.0
|
7 years ago |
Takahiro
|
dfb93f6409
Clean up enableAttribute of WebGLState
|
7 years ago |
Takahiro
|
46ee5b62b9
Remove workaround from WebGLExtensions and add if ( gl.isWebGL2 ) instead
|
7 years ago |
Takahiro
|
5219c0f120
Save isWebGL2 to WebGL context object
|
7 years ago |
Takahiro
|
5392545f37
Update instancing for WebGL 2.0
|
7 years ago |
Takahiro
|
6fc1510b87
WebGLState minor clean up
|
7 years ago |
finscn
|
28f7fdf850
update style
|
7 years ago |
finscn
|
bd2de3eab6
Add null-checking for gl.VERSION
|
7 years ago |
amakaseev
|
63d305b392
fixed incorrect constants
|
7 years ago |
WestLangley
|
9f673328ef
Support reflections in world transform
|
7 years ago |
bentok
|
680f499d6b
Add file extension to import paths
|
8 years ago |
Mr.doob
|
ad0aac6038
WebGLState: Removed unused getScissorTest().
|
8 years ago |
Jaume Sanchez
|
7f54f0d149
WebGLUtils uses provided WebGL context and extensions
|
8 years ago |
zregos
|
5d63d4dc90
function setBlending refactor
|
8 years ago |
Mr.doob
|
6bdb1f34bb
WebGLState: Added clarification comment.
|
8 years ago |
WestLangley
|
6161ab5733
Fix clear color bug
|
8 years ago |
Mr.doob
|
0384493e2a
WebGLState: Clearer setBlending(). See #11752.
|
8 years ago |
zrgs
|
4ecec8c3a0
Update WebGLState.js
|
8 years ago |
zregos
|
022ae88ef6
Fix for potential missing update of current blending mode variable in setBlending()
|
8 years ago |
Mr.doob
|
da7b874db1
WebGLRenderer: Basic support for webgl context lost. See #11435
|
8 years ago |
Mr.doob
|
ac7a4dc884
WebGLRenderer: Moved currentProgram to WebGLState.
|
8 years ago |
Mugen87
|
d9e35afc50
Clean up log messages
|
8 years ago |
WestLangley
|
999ffcf53f
WebGLState: handle CustomBlending case
|
8 years ago |
06wj
|
65b20bcde9
maxTextures use gl.MAX_COMBINED_TEXTURE_IMAGE_UNITS instead of gl.MAX_TEXTURE_IMAGE_UNITS
|
8 years ago |
Mr.doob
|
46ddec4a07
WebGLRenderer: Instancing code clean up.
|
8 years ago |
Mr.doob
|
dc7af39d2e
WebGLState: Removed setColor*/setDepth*/setStencil* methods.
|
8 years ago |