Skip to content

Tmrcdsk/Games101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 1 旋转与投影

环境

wsl2

编译

mkdir build
cd build
cmake ..
make -j4

运行

使用 A键 和 D键 旋转

./Rasterizer 

绕 z 轴旋转 20°,结果保存至 image.png

./Rasterizer -r 20 image.png

绕轴(0, 0, -1)旋转 20°,结果保存至 image.png

./Rasterizer -r 20 image.png 0 0 -1

About

Games101课后作业

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published