You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: