Jump to content

Is there some kind of Mesh Processing toolkit in Unigine?


photo

Recommended Posts

In our work, triangles which forms the mesh may come from various of modelling tools.  

the geometric models were faceted and then forms the triangle mesh.

some input triangles are even not from a modeler. we can't make sure the polyhedral is continuous in topology, and they may have many other problems.

some render engines can deal with some of these problem automatically, is there any mechanism which i can utilize in Unigine?

(i set some bad data into the ObjectMeshStatic, it won't correct the mesh automatically)

Link to comment

Hi Zhang,

 

Mesh should be triangulated to be correctly displayed. We don't have any specific tools that will rebuild mesh if it doesn't have continuous topology.  You can check mesh file format internals in that article: https://developer.unigine.com/en/docs/2.3/code/formats/file_formats#mesh

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...