Sil Tutorials January 3, 2017 2016 Gallery 1: OpenTK Voxels Sil Tutorials January 3, 2017 View fullsize The first voxels and model loading I got working in OpenTK/C# View fullsize With voxels working I started working on getting some voxel characters animated. View fullsize I got a simple running animation working with some nice tweening for rotating the arms and legs. View fullsize I got a 3D grid based ray-casting working and simply filled the blocks I passed through to represent the steps taken during the ray-cast. View fullsize Just messing around with the orthogonal view and block placement using the ray-casting. View fullsize Tried doing some custom shaders to do bump mapping and lighting.