Game Development | 游戏开发 | CS 415 UIUC
· 18 min read
Geometric Transformations
The geometry of a mesh is defined by the vertex set Applying a transformation to a mesh means transforming each vertex location Simple transformations can be accomplished by multiplying a matrix times the vertex location
- Rotation
- Scale
- Translation
