10-03-2022, 11:24 AM
(10-03-2022, 11:01 AM)josemendez Wrote: It's 100% legit, since it's the method used internally by the engine to establish a "reference pose" for attachments.That's strange- because with this method the rotation of rope ends(particle connected) is off of target - maybe tangents update is needed to fix this? (in this case would like to know how it's done)
See: http://obi.virtualmethodstudio.com/manua...icles.htmlCode:rod.solver.orientations[particleIndexInSolver] = yourOrientation;
Note that orientations are only used by rods. Ropes do not use particle orientation at all, setting their position is all you need.