mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Fix procedural rendering on primitives
This commit is contained in:
parent
87aa90de08
commit
1e136ed71f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
// the interpolated normal
|
||||
in vec3 _normal;
|
||||
in vec3 _modelNormal;
|
||||
in vec3 _color;
|
||||
in vec4 _color;
|
||||
in vec2 _texCoord0;
|
||||
in vec4 _position;
|
||||
|
||||
|
|
Loading…
Reference in a new issue