Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Combining two separate meshes
#2
Hi
The Spline to Mesh tool uses LibTessDotNet library to tesselate spline. When you use the tool with intersecting splines, it generates a hole at the intersecting area:
   
So to achieve what you need, there are two ways I see:
  1. Generate two meshes, one for each spline, and combine them using any mesh combining solution.
  2. Modify LibTessDotNet: LibTessDotNet  should be used such as it generates merged meshes. I looked at its code and examples, and it does not seem to me that it is implemented in that library. Except if I overlooked something (I might), the solution seems to modify LibTessDotNet to add this capability. Unfortunately this is not something I will be working on for now. So a solution would be to, if you don't have the skills to implement such modification, to open a ticket at LibTessDotNet's repository asking for this feature.
I hope this helped
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
Combining two separate meshes - by ava_ava - 07-25-2023, 12:22 PM
RE: Combining two separate meshes - by _Aka_ - 07-26-2023, 12:09 AM
RE: Combining two separate meshes - by ava_ava - 07-26-2023, 05:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cant Generate Meshes At Runtime alms94 5 22 01-26-2024, 11:27 AM
Last Post: _Aka_
  Disable rebuild of meshes in dynamic mode Zilk1 1 8 10-04-2023, 09:50 AM
Last Post: _Aka_
  Invisible generated meshes in build itsGama 5 10 06-08-2023, 11:53 AM
Last Post: _Aka_
  How to merge intersecting meshes at spline connections? Reign_of_Light 2 6 03-20-2023, 08:36 AM
Last Post: Reign_of_Light

Forum Jump: