Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Obi Rope Lenght Problem
#6
(15-04-2020, 12:46 PM)relevantname Wrote: - Is there any difference between Handles and Pin Constraints?

Handles were replaced by Attachments in 5.0. I you mean if Attachments are the same as pin constraints, not exactly.

Attachments can be static or dynamic. Static attachments are implemented using fixed particles (particles with their inverseMass set to 0). Dynamic attachments are implemented using pin constraints.

From the pin constraints manual page:
http://obi.virtualmethodstudio.com/tutor...aints.html

Quote:Unlike most other constraints, pin constraints aren't stored in a blueprint. They are automatically created and managed by dynamic particle attachments.

And from the attachments page:
http://obi.virtualmethodstudio.com/tutor...ments.html

Quote:Internally, dynamic attachments use pin constraints. Read the pin constraints section for more info on pin constraints.

(15-04-2020, 12:46 PM)relevantname Wrote: - When I change the particle mass, the particles created in runtime are also have the same mass amount, right?

Yes, that's the whole point of blueprints. When you instantiate a blueprint, the runtime particle properties are copied from the blueprint values.
Reply


Messages In This Thread
Obi Rope Lenght Problem - by relevantname - 15-04-2020, 11:57 AM
RE: Obi Rope Lenght Problem - by josemendez - 15-04-2020, 12:00 PM
RE: Obi Rope Lenght Problem - by relevantname - 15-04-2020, 12:31 PM
RE: Obi Rope Lenght Problem - by josemendez - 15-04-2020, 12:39 PM
RE: Obi Rope Lenght Problem - by relevantname - 15-04-2020, 12:46 PM
RE: Obi Rope Lenght Problem - by josemendez - 15-04-2020, 01:00 PM
RE: Obi Rope Lenght Problem - by relevantname - 15-04-2020, 01:13 PM
RE: Obi Rope Lenght Problem - by josemendez - 15-04-2020, 01:16 PM
RE: Obi Rope Lenght Problem - by relevantname - 15-04-2020, 02:08 PM