Liam Magee
|
2b9c3d3942
Changes GL_EXT_draw_buffers enable to required
|
9 years ago |
Liam Magee
|
3a53e9ecec
Updates ShaderMaterial with extensions property
|
9 years ago |
Liam Magee
|
17a64ca40c
Adds fragDepth, drawBuffers and shaderTextureLOD properties to ShaderMaterial
|
9 years ago |
WestLangley
|
e5443a185b
Inital PR for MeshStandardMaterial
|
9 years ago |
mkkellogg
|
8dfd933fd6
Added checks for definition of POINT_LIGHT_SHADOWS in shaders for including point light shadow mapping code.
|
10 years ago |
tschw
|
b8533a25d6
Renderer: Fixed WebGLPrograms factorization.
|
10 years ago |
Mr.doob
|
e0db83c4f2
WebGLProgram: Use displacementMap only when the system supports vertex textures.
|
10 years ago |
Mr.doob
|
fa20679c7a
MeshPhongMaterial: Added displacementMap. See #7094.
|
10 years ago |
Mr.doob
|
9d158a23e3
WebGLProgram: Minor clean up.
|
10 years ago |
Mr.doob
|
cbfa37db36
WebGLProgram: Fixed gsls warning.
|
10 years ago |
Mr.doob
|
3ed0acb0cf
Removed (long-time broken) Cascaded ShadowMaps code.
|
10 years ago |
Mr.doob
|
6c786c7545
WebGLProgram: Only use MorphNormals when shading is SmoothShading.
|
10 years ago |
Mr.doob
|
497d3b23fb
WebGLProgram: Simplified index0AttributeName code.
|
10 years ago |
gero3
|
923256459e
fixed files to codestyle
|
10 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 |
dubejf
|
d70c576811
WebGLMultipleRenderers: Use Geometry
|
10 years ago |
Mr.doob
|
c052878f3c
WebGLProgram: Simplified uniforms and attributes caching.
|
10 years ago |
tschw
|
89fdbd0dd3
WebGLProgram: Removed redundant lookup.
|
10 years ago |
tschw
|
d4f6d48c9c
WebGLProgram: Added braces and whitespace.
|
10 years ago |
tschw
|
3ea6feb84c
WebGLProgram: Compilation errors go to .diagnostics.
|
10 years ago |
tschw
|
8a2c479922
Removed new operator calling THREE.WebGLShader (it's a function).
|
10 years ago |
tschw
|
c1c13c4cc0
Let WebGLProgram skip redundant warning on error.
|
10 years ago |
WestLangley
|
db23097853
MeshPhongMaterial: Added support for Emissive Maps
|
10 years ago |
Mr.doob
|
b428a19e50
WebGLRenderer/WebGLProgram: Added SHADER_NAME define. See https://gist.github.com/spite/7ae92212b4f28076ba29.
|
10 years ago |
Mr.doob
|
d4c9cdc2c5
WebGLProgram: Minor clean up.
|
10 years ago |
tschw
|
a2a6a9d5d6
Added deprecated .uniforms and attributes*.
|
10 years ago |
tschw
|
e84bc18049
Removed getAttributesKeys.
|
10 years ago |
tschw
|
ab8497bd61
Renamed uniforms/attributes* to getUniforms/Attr*.
|
10 years ago |
tschw
|
70b4a68665
Fixed caching of vertex attributes / uniforms (changing WebGLProgram API).
|
10 years ago |