Lasse Öörni
|
6ca0aafd27
|
Use cAmbientColor.rgb where necessary.
|
2016-07-25 01:31:51 +03:00 |
|
Lasse Öörni
|
f36abeb57c
|
Force highp for shadow related samplers, uniforms & varyings on GLES for better shadows on iOS. Note: may be incompatible for some mobile GPU's that don't support highp at all.
|
2016-06-08 21:30:31 +03:00 |
|
Lasse Öörni
|
a123794886
|
Normal offset support in GLSL. Fix deferred specular in GLSL.
|
2016-05-07 20:20:43 +03:00 |
|
Lasse Öörni
|
8215c42e37
|
OpenGL arbitrary vertex attributes. Change GLSL attribute indexing to zero-based to match HLSL, so the second texcoord (lightmaps, billboard sizes) is now called texCoord1, and instancing texcoords are texCoord4,5,6.
|
2016-04-07 00:32:41 +03:00 |
|
Mike3D
|
84cb5abf0b
|
Increased precision qualifiers to medium for better compatibility across mobile devices. Closes #763.
|
2015-07-04 12:39:30 +02:00 |
|
Lasse Öörni
|
3759570319
|
Remove rrr swizzle from lighting shaders to allow the spotlight to be colored. Convert the default spot textures to RGB color to avoid sampling only the R channel on D3D11.
|
2015-03-12 21:25:42 +02:00 |
|
Lasse Öörni
|
e919935abd
|
Merge back D3D9 & D3D11 shaders using macros. Removed the "custom" constant buffer slot; rather allow to prevent the default material CB from being defined.
|
2015-03-02 03:39:21 +02:00 |
|
Lasse Öörni
|
6be3b14855
|
Merge branch 'master' into render-refactor
|
2015-02-15 12:59:09 +02:00 |
|
Chris Friesen
|
57eeeb84b1
|
Fix terrain shader in chrome by explicitly setting precision
|
2015-02-13 21:31:59 +08:00 |
|
Lasse Öörni
|
b96f47db61
|
Change order of matrix multiplies in GLSL to eliminate need to transpose matrix uniforms and make the order consistent with skinned & instanced rendering.
|
2015-02-12 00:05:32 +02:00 |
|
Yao Wei Tjong 姚伟忠
|
05a8b79fd2
|
Rename "Bin" subdir to "bin".
|
2015-01-18 21:31:13 +08:00 |
|