UnknownShadow200
|
f99a01cba9
|
Refactor physics some more, also fix bug with terrain atlas sometimes causing crash. More work on occlusion, still broken.
|
2015-10-10 10:17:13 +11:00 |
|
UnknownShadow200
|
0979c0597e
|
Fix translucent blocks, fix clipboard crashing the client.
|
2015-09-30 13:49:37 +10:00 |
|
UnknownShadow200
|
6df70aa383
|
Don't use face culling for translucent liquids, fixes #55.
|
2015-09-06 17:33:00 +10:00 |
|
UnknownShadow200
|
2ffa078e75
|
Experimental heightmap optimisation. Runs a lot quicker. (750ms to 600ms for 256 sized map, 24s to 12s for 512 sized map.
|
2015-08-25 06:39:54 +10:00 |
|
UnknownShadow200
|
bea5c34691
|
Try to minimise api overhead with MapRenderer.
|
2015-08-23 09:13:28 +10:00 |
|
UnknownShadow200
|
96b508a2ce
|
Optimise even further, fix bug with sky drawing with OpenGL api.
|
2015-08-04 11:35:57 +10:00 |
|
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 |
|
UnknownShadow200
|
618ded14e0
|
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 |
|