Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Modifying a Deformed Mesh
#1
Hi guys! Can you help me with my problem: I am trying to make a clone of Snake Run Race (https://play.google.com/store/apps/details?hl=en_US&gl=us&id=com.snakeattack.game) and I have It's great to use spline movement. I just use the mesh deformation and control the spline with the mouse. The controls really look the same. But there was a problem and I do not understand how to solve it. The bottom line: the snake eats the apple and it grows a little. Scale cannot be used in this case, I would like to add polygons to a mesh that is already generated in the generator. How to be? Any thoughts?
Reply
#2
Hi
If I understood you well, you want to apply an operation (mesh modification) on the generated mesh each time it is updated.
To do so, listen to the OnRefresh event of the Create Mesh module:
https://api.curvyeditor.com/860/FluffyUn..._OnRefresh
In your event handler use the usual Unity mesh related methods to modify the mesh
https://docs.unity3d.com/ScriptReference/Mesh.html
Did this help?
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Adjust radius of generated mesh via script? Shackman 1 3 03-26-2024, 01:12 PM
Last Post: _Aka_
  Not seeing mesh extended after following YT PaulM 1 3 02-02-2024, 12:01 PM
Last Post: _Aka_
Wink Modifying Splines at Runtime artsung 1 7 01-30-2024, 09:40 AM
Last Post: _Aka_
  Trigger Zones along Spline Mesh dlees9191 1 5 01-05-2024, 10:18 AM
Last Post: _Aka_

Forum Jump: