Eno Creator uses cubes to create a scene. Saying that we could import Wavefront files is already incompatible with the application.
We need first to convert a triangle into cubes.
Some ideas:
- Calculate the bounding box of the file
- Create cubes to fill the bounding box
- Intersect triangles of the file with the cubes
- Extract the cubes that collide
Eno Creator uses cubes to create a scene. Saying that we could import Wavefront files is already incompatible with the application.
We need first to convert a triangle into cubes.
Some ideas: