21-03-2023, 02:04 PM
Hi,
The end of the rope mesh doesnt have a face. Is there a way to add a face?
The end of the rope mesh doesnt have a face. Is there a way to add a face?
Close off mesh face
|
21-03-2023, 02:04 PM
Hi,
The end of the rope mesh doesnt have a face. Is there a way to add a face?
21-03-2023, 02:37 PM
(This post was last modified: 21-03-2023, 02:38 PM by josemendez.)
(21-03-2023, 02:04 PM)netjeenpetje Wrote: Hi, When using the ObiRopeExtrudedRenderer component, you can place any custom mesh/object at the end to close off the rope, by using ObiPathSmoother.GetSectionAt(float mu) and passing 0 or 1 (start or end of the rope respectively). This returns an orthonormal frame at the end of the rope, that you can use to place any object there. See the sample ObiRopeAttach component, which works this way. Also see the sample ObiRopePrefabPlugger component, which can plug prefabs at the start/end of the rope as well as at cuts. kind regards, |
« Next Oldest | Next Newest »
|