This website requires JavaScript.
Explore
Help
Sign In
AstralTransRocketries
/
ClassiCube
Watch
1
Star
0
Fork
0
You've already forked ClassiCube
mirror of
https://github.com/ClassiCube/ClassiCube.git
synced
2025-10-06 20:46:21 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ClassiCube
/
ClassicalSharp
/
GraphicsAPI
History
UnknownShadow200
dd2eb1105a
Use single index buffer for all chunks. Very minor increase in performance, but does slightly reduce memory usage.
2015-08-03 19:17:53 +10:00
..
Direct3D9Api.cs
Don't crash when the device is lost, partially addresses
#30
. Need to conduct more thorough testing to ensure that this works on all graphics cards.
2015-07-30 19:54:02 +10:00
IGraphicsApi.cs
Use single index buffer for all chunks. Very minor increase in performance, but does slightly reduce memory usage.
2015-08-03 19:17:53 +10:00
OpenGLApi.cs
Use single index buffer for all chunks. Very minor increase in performance, but does slightly reduce memory usage.
2015-08-03 19:17:53 +10:00
VertexFormats.cs
Add experimental optimisation of grouping vertices by faces, then skipping all vertices of a face if that face is always back facing. Improves FPS by 50 - 100 in some cases. On slower card, imrpvoed FPS by 5-30.
2015-08-03 17:25:42 +10:00