TechnicallyArt

83 readers
8 users here now

Community for technical art - shaders, modeling, rigging, etc.
Learn, discuss, and maybe share your work, too!


Resources:


Icon from this shader.
Banner from this shader.

founded 2 months ago
MODERATORS
1
 
 

Some example uses of transformation matrices. Kind of a practical introduction to what game developers can do with linear algebra.

2
3
 
 

Clouds are lovely and fluffy and rather difficult to make.In this video I attempt to create clouds from code in the Unity game engine.

4
 
 

Explored a few of the latest techniques in procedural cloud rendering used in Horizon: Zero Dawn and the FrostBite engine.

5
 
 

Rigging is the key to making a 3D character ready to animate, but everyone finds it so intimidating. Even I was afraid of it at first. But now I find it beautiful, so I want to show you how it works!

6
7
8
9
10
 
 

Let's dive into Super Mario Galaxy 2, and explore how a small team at Nintendo pushed simple developer techniques to their limits to make something that still looks good today.

11
 
 

Level of detail and imposters are effective optimizations that work for reasons you may not fully understand. Let's explore why, from a hardware perspective, these work.