Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mesh generation optimization
#1
Hi,
While optimizing my level editor that uses Curvy, I found out that Vector3's and Vector2's operators, which are heavily used in the Curvy's mesh generation code, are not optimized. The optimized version I came up with saved me tens of milliseconds when refreshing my Curvy Generator.
I created this Unity3d forum thread to explain the optimization, so please take a look at it for more details :
https://forum.unity3d.com/threads/vector...rs.477338/
And also, please support my suggestion ticket so we can hope to see the optimization integrated in Unity3d soon:
https://feedback.unity3d.com/suggestions...-operators
Thanks and 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
#2
Very interesting, much optimization potential. I'll optimize my code with this.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mesh Generation between two splines vatan 4 670 02-14-2025, 07:11 AM
Last Post: vatan
  Create Mesh Node, Make Static Options rickgplus 1 349 01-23-2025, 10:12 AM
Last Post: _Aka_
  Extrude mesh along spline. New and confused user GhostStalker 3 531 01-02-2025, 09:58 AM
Last Post: _Aka_
  Is it possible to make the face at the end of mesh? Chanon 3 430 11-14-2024, 04:38 PM
Last Post: _Aka_

Forum Jump: