Author: admin

Quake 2's MD2 models in Unity3D

In this short post, I would like to present to you simple Unity 3D project that converts Quake 2's MD2 models into mesh asset. There is a class that loades data from md2 file (MD2File.cs) and class that converts that to format used by Unity's meshs (MD2Importer.cs). The project is available on GitHub. You can Read More ...

aws-sdk-cpp part 1

Introduction In this post, I want to present how to install aws-sdk-cpp on Linux Mint 18 and how to write basic code to work with buckets and objects.   Preparation Software I used: 1. Virtual Box 2. Linux Mint 18 “Sahra” 64 bit 3. CloudBerry Explorer   Create new virtual machine on Virtual Box and Read More ...