Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spawn at start/ end of splines
#1
Trying to spawn a mesh/ game object at the beginning and end of splines. I am trying to use rasterize path, volume spots, but not as straightforward as i had hope. Is this the right method? or is there a better way to do something like this?
Reply
#2
Hi
The path you are following is good for complexe tasks, but for simple ones, I would simply generate an object with a Spline Controller, and set its position (in relative mode) to 0 (for start of spline) or 1 (for end of spline).
You can also do it simply using code. Let me know if this interests you.
Did this help?
Have a nice day.
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply
#3
Thanks. For my use case i am adding a "post" to the start and end of a wall I am creating with generator. Is using the spline controller still the correct method?

Once the geometry is in place, it will remain a static object, and there is no need for curvy components. Is it possible do something similar inside of the generator?
Reply
#4
I don't see an issue with using spline controllers, even if the objects aren't meant to move, because it's a quick way to place them. If, for some reason, you prefer not to use the spline controller, you can use the Curvy Generator to place the objects.
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply
#5
To do that use the Input Transform Spots module to define a Spot's position as being the same as an existing transform (In your case, the transform of the first control point and the last control point of the spline). Then use these Spots to create game objects at the desired place. using the Create GameObject module.
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Any performance 'hacks' for scene with lots of splines rickgplus 1 118 03-18-2025, 10:11 PM
Last Post: _Aka_
Smile Simple splines movement shills 3 381 02-26-2025, 09:40 AM
Last Post: _Aka_
  Mesh Generation between two splines vatan 4 438 02-14-2025, 07:11 AM
Last Post: vatan
Information New free asset: Converter For Dreamteck Splines _Aka_ 0 104 07-19-2024, 08:27 PM
Last Post: _Aka_

Forum Jump: