You are here |
www.jendrikillner.com | ||
| | | |
etodd.io
|
|
| | | | This week was a lot of under the hood improvements. The voxel engine got a TON of performance optimizations, which allow my Nvidia GTX 260 to render my test scene at 100-200 FPS. Screenshots: New features: Rough-draft tutorial level with instructions and whatnot. Fullscreen toggling on-the-fly by hitting F11 Rudimentary fog effect Performance optimizations: Voxels are now rendered as surfaces, rather than complete cubes. This lets me cull a lot of unnecessary geometry. Voxels are now split into chunks. This lets me easily implement frustum culling and view distance, which helps tremendously with shadow map rendering as well. I fixed some bugs in the voxel modification code, making voxel modifications of up to 100-150 cells practically instantaneous. Shadow maps and reflections are now rendered every other frame. It's a hack, but the important thing is that the gameplay is responsive. My biggest development challenge was my battle with fullscreen toggling and graphics resource management. Switching from fullscreen to windowed mode, the entire XNA GraphicsDevice is invalidated, along with every vertex buffer, texture, shader, everything. So that was interesting. | |
| | | |
wassimulator.com
|
|
| | | | Blogpost explaining how the game was made. | |
| | | |
michaldrobot.com
|
|
| | | | Finally back to Montreal after excellent Digital Dragons 2014 conference. It was tons of fun and very relevant talks. I was asked to deliver a rather 'hardcore' talk for programming track. "Low Level Optimizations for GCN" - "Hacking the Next Generation" focuses on: AMD GCN ISA performance characteristics ALU bottlenecks new ISA subset (vs. previous... | |
| | | |
alain.xyz
|
|
| | A review of the rendering architecture of Control, reviewing their ray tracer, rendering architecture, and technical art direction. |