Instant Terra Forum

Instant Terra => Feature requests => Topic started by: Danilo Nishimura on April 30, 2019, 09:02:16 PM

Title: Multi file export mesh
Post by: Danilo Nishimura on April 30, 2019, 09:02:16 PM
Hi there,

We're evaluating our physics engine choices, and we noticed most of them have trouble (including crashes) with large terrains exported as mesh.
If we had a way to export those terrains in tiles, we would be able to selectively disable some of them, would probably fix it and get some performance at the same time.
Title: Re: Multi file export mesh
Post by: Marianne Calva on May 01, 2019, 10:38:52 AM
Hi,
currently the multi file export is only available for heightmaps, not for meshes.
Now we have just developed a node to crop your terrain. it will be available in the next release.
That would be a way to export smaller meshes. I guess we can make components around that. We'll discuss internally to see what could be easily provided.
Title: Re: Multi file export mesh
Post by: Danilo Nishimura on May 02, 2019, 09:01:30 PM
Hi there,

Just saw the crop terrain post, but if I were to export 6x6 tiles using the crop, it would be quite a manual work placing all crop nodes connected to all export nodes. And if by any reason I decide to change the tiling to, say, 5x5, I'd have to go and edit each crop node and change all the tiles width, height and offsets to support the new tiling options. If you guys have a better workflow for this case, I'd love to hear, because the way I see, it would be a huge rework, very unproductive.
Title: Re: Multi file export mesh
Post by: Alexis Vaisse on May 03, 2019, 02:13:01 PM
Hi,

You can use the Python API to automate the process.

We plan to extend the components to support file name parameters. That will allow to create component nodes to split a terrain and export it to several fbx files with just one node.

But the simpler for us will be to implement a multi-file mesh export node. We're going to add it to our backlog.
Thanks for the suggestion.
Title: Re: Multi file export mesh
Post by: Marianne Calva on January 17, 2020, 04:09:29 PM
The file name parameters are now available since v1.8.5, January 2020 and can be used by components or custom nodes.