Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Draw a spline as a string in 2D game
#1
Hi,
I want to draw a spline in a 2D game as a very thin string. What I thought is to use a generator with the shape extrusion template, with a segment as input spline shape (one-dimensional shape to generate two-dimensional mesh). The mesh is generated but I have problems with the orientation as you can see in the image

   

I don't know if the problem is in how I set up the generator, or it's in the spline (I set orientation "none" in the spline).

How can I fix it?
Anyway is it the best way to achieve what I want?

Thanks
Reply
#2
You want something that looks like a LineRenderer output in the end, right? Try to set the orientation of your extrusion path perpendicular to the 2D plane. So, if your using X/Y, set orientation to go into the Z axis.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Programming a first-person player/camera to follow a Curvy Spline kenmarold 1 2 05-21-2023, 05:03 PM
Last Post: _Aka_
  Odd behavior when drawing spline ricke 11 28 05-15-2023, 12:28 PM
Last Post: _Aka_
  When is it required to check if the spline / generator as initialized? Lupos 1 1 05-15-2023, 12:04 PM
Last Post: _Aka_
  Can Curve Spline be used for an in game level editor. Lupos 29 50 05-12-2023, 02:15 AM
Last Post: Lupos

Forum Jump: