Export Strategy
Opened this issue · 0 comments
pizzart commented
choose binary, JSON, or rich and it will try to do the one you selected or fall back to a more basic one if that fails.
Binary
The decompressed/depooled object from the BigFile without any post-processing.
JSON
A single JSON object representing the object
Rich
Common file formats representing the object. May be multiple files.
Directory Structure
USA1.DPC.d
|- manifest.json
|- objects
|- whatever_name_you_want.UserDefine_Z.d
| |- object.json
| |- data.txt
|- whatever_name_i_want.Mesh_Z.d
|- object.json
You can name the folders whatever you want since the object.json file has the object name.