How to set RWGltf_CafWriter.ToMergeFaces() to true? #146
-
Hello, How can I set ToMergeFaces attribute of gltf writer to true? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
donalffons
Jun 7, 2022
Replies: 1 comment
-
Is there a problem with If you encounter missing functionality / bindings in OpenCascade.js, your best option is to create a custom build. Start by extending the default build. Add classes and add methods with whatever functionality you need - bindings will be generated automatically that you can then use from JS. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
donalffons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a problem with
RWGltf_CafWriter::SetMergeFaces()
?If you encounter missing functionality / bindings in OpenCascade.js, your best option is to create a custom build. Start by extending the default build. Add classes and add methods with whatever functionality you need - bindings will be generated automatically that you can then use from JS.