Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export Strategy #10

Open
pizzart opened this issue Sep 27, 2023 · 0 comments
Open

Export Strategy #10

pizzart opened this issue Sep 27, 2023 · 0 comments
Assignees
Labels
bff enhancement New feature or request
Milestone

Comments

@pizzart
Copy link
Collaborator

pizzart commented Sep 27, 2023

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.

@widberg widberg added this to bff Sep 27, 2023
@pizzart pizzart converted this from a draft issue Sep 27, 2023
@widberg widberg added this to the v0.1.0 milestone Sep 27, 2023
@widberg widberg self-assigned this Sep 30, 2023
@widberg widberg added bff enhancement New feature or request labels Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bff enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants