mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
Merge pull request #7901 from jherico/fix_procedural
Fix procedural rendering on primitives
This commit is contained in:
commit
1c20212c39
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