Tutorials

List of tutorials explaining some areas of my game engine which I hope can be useful also for other people in their own projects.


preview image

Roads in 3D scene

This tutorial provides some basic insight into problem of roads in 3D game engine and offers a solution using memory-friendly and in-game editable vector representation of road segments with ability to "rasterize" itself into proper 3D model as well as on demand fast data streaming. full article...