Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to fix the object
#7
(16-05-2022, 10:11 AM)josemendez Wrote: Fixing the center of mass wouldn't do what you want: The center of mass is the mass-weighted average of all particles' positions, so if you fix the center of mass, moving one particle to the right would move all other particles to the left.

I think you just want to attach some particles in place, which is what attachments do.


To achieve this, you can just use attachments. Check out the RubberDragon sample scene, as it does what you describe here: the bottom part of the dragon is attached in place using an attachment component, so that you can drag to deform it, but it doesn't move around.

Yes! I have used the attachments on the particles on the bottom of the objects! That worked very well! Really appreciate it!
Reply


Messages In This Thread
Trying to fix the object - by JeffsonYu - 14-05-2022, 07:49 AM
RE: Trying to fix the object - by josemendez - 14-05-2022, 08:39 AM
RE: Trying to fix the object - by JeffsonYu - 14-05-2022, 09:24 AM
RE: Trying to fix the object - by josemendez - 14-05-2022, 09:43 AM
RE: Trying to fix the object - by JeffsonYu - 15-05-2022, 06:55 AM
RE: Trying to fix the object - by josemendez - 16-05-2022, 10:11 AM
RE: Trying to fix the object - by JeffsonYu - 17-05-2022, 05:26 AM