tyFlow Forum
surface force RGB to Vector issue - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html)
+--- Thread: surface force RGB to Vector issue (/thread-2821.html)



surface force RGB to Vector issue - nayan - 12-26-2021

Hey there

If I apply a simple red color to surface force texture and give force 1.0 to RGB to vector, that mean the particle will move in x axis right?, but instead they are moving diagonal in X and Y axis.....Is this a bug or something, or understanding is wrong?

Thank you
Nayan Bodawala


RE: surface force RGB to Vector issue - tyFlow - 12-29-2021

This was answered on facebook, but to those looking for the answer here as well, RGB vectors have a midpoint of [0.5, 0.5, 0.5], not [0,0,0]...so if you set your RGB to [1,0,0], all components of the resulting vector will be non-zero. You'd want to set it to [1, 0.5, 0.5] to move to the right.