-
Notifications
You must be signed in to change notification settings - Fork 46
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
Make glTF feature #156
Comments
I feel I must apologise for the atrocious compile time of |
@alteous would you be good with having |
Yes, that's perfectly reasonable. Be aware though the documentation uses |
@alteous not sure, but perhaps the |
Although the compile time of |
I don't think having it as a feature would exclude anyone. Adding a simple |
I agree it should be a feature; I'm saying it should be enabled by default. |
Let me clarify my position, please:
|
Reluctantly, I'm happy to let |
glTF is certainly not the reason of slow compile times on my machine. Non-gltf examples take 25 sec, while gltf-enabled ones take 30 sec. I'm going to rename this issue and leave #183 for follow-ups. |
I noticed that we are spending multiple seconds compiling even some trivial changes. We need to investigate and see if something can be done about this. E.g. we could hide gltf stuff behind a (default) feature, or some derivatives, or use less generics, etc.
The text was updated successfully, but these errors were encountered: