top of page


Compute Shaders in Unity.
Compute Shaders are specialized tools that enable massively parallel computations on the GPU, bypassing the traditional rendering pipeline. They’re ideal for tasks like real-time texture generation, physics simulations, and complex data processing.
Pavel Zosim
Mar 39 min read


Procedural environment and asset OPTIMIZATION for Games Using Houdini (Chapter 1)
Introduction In this article, I will walk through the process of creating a procedural environment and optimizing assets for game development using Houdini. The focus will be on modeling, texturing, and preparing assets efficiently while maintaining optimal performance for a game engine such as Unity. Project Scope The goal of this project is to model and texture the provided assets: a modular building, and a terrain with a road. Each asset has specific low texel density, pol
Pavel Zosim
Jan 295 min read


Procedural Modeling: tire generator
OBJECTIVE The goal of this tool is to generate a flexible and physically accurate tire model based on a tire measurements and tread...
Pavel Zosim
Jan 122 min read
bottom of page





