mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 02:17:11 +02:00
PR comments
This commit is contained in:
parent
de5e95f7dc
commit
7d4b680255
1 changed files with 9 additions and 7 deletions
|
@ -258,6 +258,7 @@ void Procedural::setupUniforms() {
|
|||
});
|
||||
break;
|
||||
}
|
||||
|
||||
case 2: {
|
||||
glm::vec2 v{ valueArray[0].toDouble(), valueArray[1].toDouble() };
|
||||
_uniforms.push_back([=](gpu::Batch& batch) {
|
||||
|
@ -265,6 +266,7 @@ void Procedural::setupUniforms() {
|
|||
});
|
||||
break;
|
||||
}
|
||||
|
||||
case 3: {
|
||||
glm::vec3 v{
|
||||
valueArray[0].toDouble(),
|
||||
|
|
Loading…
Reference in a new issue