mirror of
https://github.com/leozide/leocad
synced 2025-01-14 08:01:45 +01:00
Removed unused variable.
This commit is contained in:
parent
c92c423e3f
commit
92227eda8b
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ protected:
|
||||||
lcMatrix44 mViewMatrix;
|
lcMatrix44 mViewMatrix;
|
||||||
lcMatrix44 mProjectionMatrix;
|
lcMatrix44 mProjectionMatrix;
|
||||||
lcMatrix44 mViewProjectionMatrix;
|
lcMatrix44 mViewProjectionMatrix;
|
||||||
lcVector4 mHighlightParams[5];
|
lcVector4 mHighlightParams[4];
|
||||||
bool mColorDirty;
|
bool mColorDirty;
|
||||||
bool mWorldMatrixDirty;
|
bool mWorldMatrixDirty;
|
||||||
bool mViewMatrixDirty;
|
bool mViewMatrixDirty;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
LC_PIXEL_INPUT vec3 PixelNormal;
|
LC_PIXEL_INPUT vec3 PixelNormal;
|
||||||
LC_PIXEL_OUTPUT
|
LC_PIXEL_OUTPUT
|
||||||
|
|
||||||
uniform mediump vec4 HighlightParams[5];
|
uniform mediump vec4 HighlightParams[4];
|
||||||
uniform samplerCube Texture;
|
uniform samplerCube Texture;
|
||||||
|
|
||||||
void main()
|
void main()
|
||||||
|
|
Loading…
Reference in a new issue