Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
generate rope based on collision
#2
(19-06-2019, 02:07 PM)h00man Wrote: hi, i was wondering if there was any way to generate a rope at run time between my gun and for example a wall when i hit it?
if i hit a wall object with rigidbody bullets ,is there any way to create a rope between the point of collision and my gun model?
thanks.

Hi,

Yes, you can procedurally generate ropes. Check out this manual page:
http://obi.virtualmethodstudio.com/tutor...ctors.html

Also you have a fully working example of this included in the Obi/SampleScenes folder, it's called "RopeGrapplingHook".
Reply


Messages In This Thread
generate rope based on collision - by h00man - 19-06-2019, 02:07 PM
RE: generate rope based on collision - by josemendez - 19-06-2019, 02:12 PM
RE: generate rope based on collision - by h00man - 19-06-2019, 02:15 PM