Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  ObiRopeCursor documentation is out of date
#1
I'm trying to use ObiRopeCursor to grow a rope for a Harpoon launcher (also running into other issues as per http://obi.virtualmethodstudio.com/forum...-2325.html). The documentation for the ropecursor (http://obi.virtualmethodstudio.com/tutor...ursor.html) mentions a Normalized Coord property. However this property no longer seems to exist. Instead, the cursor contains two properties: "sourceMu" and "cursorMu". http://obi.virtualmethodstudio.com/docs/...ursor.html

Is there updated documentation I'm missing somewhere? What is the appropriate way to set the position of new particles with ObiRopeCursor? What do "sourceMu" and "cursorMu" do?

   
Reply
#2
(20-06-2020, 07:58 PM)protomenace Wrote: I'm trying to use ObiRopeCursor to grow a rope for a Harpoon launcher (also running into other issues as per http://obi.virtualmethodstudio.com/forum...-2325.html). The documentation for the ropecursor (http://obi.virtualmethodstudio.com/tutor...ursor.html) mentions a Normalized Coord property. However this property no longer seems to exist. Instead, the cursor contains two properties: "sourceMu" and "cursorMu". http://obi.virtualmethodstudio.com/docs/...ursor.html

Is there updated documentation I'm missing somewhere? What is the appropriate way to set the position of new particles with ObiRopeCursor? What do "sourceMu" and "cursorMu" do?

Thanks for pointing this out! I've updated the documentation.

For convenience:
- The cursor mu is the normalized position of the cursor along the rope. This is where new particles will be inserted or removed.
- The source mu is the normalized position from which particles will be copied from, when inserting them at the cursor mu. This is useful if your rope has non-uniform thickness, color, or any other property.
Reply
#3
(22-06-2020, 08:34 AM)josemendez Wrote: Thanks for pointing this out! I've updated the documentation.

For convenience:
- The cursor mu is the normalized position of the cursor along the rope. This is where new particles will be inserted or removed.
- The source mu is the normalized position from which particles will be copied from, when inserting them at the cursor mu. This is useful if your rope has non-uniform thickness, color, or any other property.

Excellent, thank you!
Reply