Move GPU particles generator code to be more compact

This commit is contained in:
Wojtek Figat
2021-02-06 15:58:33 +01:00
parent 25f35b22be
commit 5cb0da3340
4 changed files with 125 additions and 143 deletions

View File

@@ -256,10 +256,8 @@ void ParticleEmitterGPUGenerator::ProcessGroupTextures(Box* box, Node* node, Val
}
// Scene Depth
case 8:
{
sampleSceneDepth(node, value, box);
break;
}
// Texture
case 11:
{