top of page

Pavel Zosim
Mar 924 min read
TECHNICAL ART: Comprehensive Cheatsheet on Unity 2024/2025. CG Shader Operations & ShaderLab
by Pavel Zosim · v1.3 1. Introduction This post outlines core principles and practical tips for writing CG shaders in Unity. Whether...

Pavel Zosim
Mar 55 min read
TECHNICAL ART: Shader Fundamentals in Unity/Unreal
edit v.0.6 Shader Fundamentals and Rendering Pipeline Shaders are small programs (with a “.shader” extension in Unity, and .usf/.ush in...

Pavel Zosim
Mar 39 min read
TECHNICAL ART: Compute Shaders in Unity.
edit v.1.1 Introduction Compute Shaders are specialized tools that enable massively parallel computations on the GPU , bypassing the...

Pavel Zosim
Feb 1710 min read
TECHNICAL ART: Basics. Coordinate & Transformation Systems
Technical Art Basics: Coordinate Transformation Systems. Understanding local, world, and view spaces in computer graphics.
bottom of page