![]() |
Position Object Align to Surface - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: Position Object Align to Surface (/thread-1250.html) |
Position Object Align to Surface - Syu_z - 11-02-2019 Is this behaviour normal? I am just spawning on a box with 3x3x3. Seems like it's aggregating all the related normals to the face, which can be useful for some cases, but looks unusable for this kind of scatter on low poly objects. RE: Position Object Align to Surface - tyFlow - 11-02-2019 Default align behavior in Position Object is vertex normal align, and vertex normals are averaged face normals, so in the case of a box they all point out diagonally. If you need more control, do your surface align with an actual Rotation operator. In there you can specify face align instead of vertex align. RE: Position Object Align to Surface - Syu_z - 11-02-2019 (11-02-2019, 04:44 AM)tyFlow Wrote: Default align behavior in Position Object is vertex normal align, and vertex normals are averaged face normals, so in the case of a box they all point out diagonally. Sweet, that settles it. Thanks! |