Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gradually rendering paths
#2
Hi,
Curvy Line Renderer is basically just getting points from a spline and feeding them to a regular Unity's Line Renderer.
In CurvyLineRenderer.Refresh, you have this line that gets the spline's points:
var vts = Spline.GetApproximation(Space.World);
(sorry for the poorly named local variable)
that variable is an array. You can do whatever you want with it, like reducing its size.
Have a nice day
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Messages In This Thread
Gradually rendering paths - by Ærilwentar - 05-07-2020, 11:02 AM
RE: Gradually rendering paths - by _Aka_ - 05-07-2020, 02:19 PM
RE: Gradually rendering paths - by Ærilwentar - 05-08-2020, 09:54 AM
RE: Gradually rendering paths - by _Aka_ - 05-08-2020, 11:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  To dynamic generate the connection between paths Canis 4 2,156 08-07-2020, 07:33 PM
Last Post: _Aka_
  rendering a road with junction dazz777 3 3,210 07-12-2019, 11:19 AM
Last Post: _Aka_
  One generator for multiple paths justinms66 10 11,927 05-30-2019, 03:48 AM
Last Post: Horibe
  Referencing Paths in Editor johnnemann 2 4,406 06-15-2016, 01:43 PM
Last Post: Jake

Forum Jump: