Add missing Particle Scale getter node to Particle Emitter graph

#1343
This commit is contained in:
Wojtek Figat
2023-09-11 13:54:44 +02:00
parent 716e643f2a
commit fb27606541
4 changed files with 30 additions and 1 deletions

View File

@@ -331,6 +331,12 @@ void ParticleEmitterGraphCPUExecutor::ProcessGroupParticles(Box* box, Node* node
value = GET_PARTICLE_ATTRIBUTE(0, float);
break;
}
// Particle Scale
case 112:
{
value = GET_PARTICLE_ATTRIBUTE(0, Float3);
break;
}
// Effect Position
case 200:
{