|
|
|
|
|
by traverseda
3251 days ago
|
|
An open source project of mine, pycraft, has recently gotten some renewed attention. We learned that we were doing rendering very inefficiently, using "static" when we should have done stream. Our big project right now is making it easier for contributors to contribute. https://github.com/traverseda/pycraft |
|
Can you expand on this? Did you use 'static' for VBOs that were only used for one or two frames?