d3dcoder / d3d12book

Sample code for the book "Introduction to 3D Game Programming with DirectX 12"
1.47k stars 571 forks source link

nonuniform scaling => uniform scaling #23

Open ohmaya opened 4 years ago

ohmaya commented 4 years ago

gWorld instead of inverse-transpose of world matrix is used, so you were actually assuming "uniform scaling".