-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Load Faster & Use Less RAM #1
Comments
Footnotes |
Another option would be to merge meshes for each model, Maintaining the "mesh groups" defined by |
Specifically, merging meshes into models before generating them, which should improve import speed (theoretically) |
Just wrapped up an update for faster load times in snake-biscuits/bsp_tool#80 |
I do need to take a proper look at vertex colour |
Use the bpy
.foreach_set
method with NumPy to speed up mesh assembly. Can also use the new Vertex lookup method frombsp_tool/src/glview.cpp
to save some timeVertexReservedClass -> NumPy array will likely be the hardest step
The text was updated successfully, but these errors were encountered: