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

Expose Draco parameters for Max #918

Merged
merged 9 commits into from
Jan 13, 2021
Merged

Conversation

pandaGaume
Copy link
Contributor

Expose Draco compression parameters into the export form of 3DSMax. Fix #878.
We choose to add an additional "Advanced" tab into the form to encompass the Draco Control.

Capture draco

  • Draco settings is enabled according to the checkBox "Use Draco Compression".
  • Parameters are serialized/deserialized into rootNode attributes.
  • Parameters default values are set to Draco official default values
  • Reset button get the values QuantizeBits values back to default.

Note : We might address the Maya version differently, while there is an issue redesigning the Form. However all the necessary code are located into shared project so the workload will be minimum.

Add class support for parameters
1- DracoParameter
2 - Draco User Control
Modify GltfUtility to take parameters in account
Let user to save and restore draco parameters along other exporters params
@Drigax Drigax merged commit 0a53724 into BabylonJS:master Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose settings for Draco
2 participants