Is that the same as the .ASE format max imports? I think it's similar if not the same...
Okay, I just did a sample box model export to ASE and it's pretty verbose, containing:
- Scene parameters
- The object and its properties and transforms
- A list of all vertices (each assigned a unique number)
- An exhaustive list of each polygon referencing associated vertex numbers
So it would be feasible to make simple code to take the xyz data and generate an ASE to import... if you know how many point samples for width and height of your data...
The following is for a CUBE...
|