Mugen87
|
0a538fcfee
Core: More usage of let/const.
|
5 years ago |
aardgoose
|
5c97a30a6e
move error checking and display
|
6 years ago |
Alex Goldring
|
b2790d5263
Refactored WebGLRendererDebug into a separate object
|
6 years ago |
Alex Goldring
|
e7ffdff5b9
Renamed "check" parameter
|
6 years ago |
Alex Goldring
|
2cc3340d7c
es-lint violation check
|
6 years ago |
Alex Goldring
|
f206c8236e
Provide option to disable shader compiler error checking
|
6 years ago |
Tristan VALCKE
|
22e6b5bcbd
Fix indentation
|
8 years ago |
Mr.doob
|
193f62a8f1
Removed no longer needed closures. See #9395.
|
9 years ago |
Rich Harris
|
f65e669af9
Modules (#9310)
|
9 years ago |
Mr.doob
|
275f339a64
Clean up.
|
9 years ago |
Mr.doob
|
22cad1ab86
Merge branch 'addFunctionDefintions' of https://github.com/gero3/three.js into dev
|
10 years ago |
gero3
|
22b4a311c7
add function definintion to closured functions
|
10 years ago |
Mr.doob
|
c6daf296be
WebGLRenderer: Clean up.
|
10 years ago |
Mr.doob
|
cdcdde9337
Reverted console.* to THREE.* change. See #5791.
|
10 years ago |
Andrew Ray
|
0f945f290b
Expose more shader error information to the world
|
10 years ago |
Jan Waller
|
90dd7cc0d3
#5791 Use unified Log,Warn & Error handlers, rather than directly using console.error/warn/log
|
10 years ago |
Ben Houston
|
c9f111c310
adopt THREE.warn rather than THREE.warning to be more inline with console.warn standard.
|
10 years ago |
Ben Houston
|
71944ab20f
use arguments variable to simplify ThreeJS error/warning handlers per @mrdoob's comments here: https://github.com/mrdoob/three.js/pull/5791#issuecomment-67733222
|
10 years ago |
Ben Houston
|
1e97815e77
add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings.
|
10 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
Mr.doob
|
b49d00d6cf
getProgramInfoLog()/getShaderInfoLog() to console.warn. See #4834.
|
11 years ago |
Mr.doob
|
4a1c06904a
WebGLShader: Trying to get getTranslatedShaderSource() to work. No luck...
|
11 years ago |
Mr.doob
|
390ab5b422
WebGLRenderer: Tweaked index0AttributeName handling. Fixes #4469.
|
11 years ago |
Mr.doob
|
73d0e9ab59
WebGLShader: Simplified logic.
|
11 years ago |
Mr.doob
|
e957060049
WebGLRenderer: getShader to THREE.WebGLShader.
|
11 years ago |