Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  how can i set collision material and self collisions in script
#1
as the title how can i set      collision material and self collisions     in script.
Please give me some information.


Attached Files Thumbnail(s)
   
Reply
#2
(14-12-2020, 08:58 AM)FZMv587 Wrote: as the title how can i set      collision material and self collisions     in script.
Please give me some information.

See the API docs:
http://obi.virtualmethodstudio.com/api.html

Code:
rope.collisionMaterial = <your material>;
Reply