thirdpillow
thirdpillow copied to clipboard
This is a 3D software renderer that I wrote (no DirectX or OpenGL) that implements model loading, camera projection, and texture loading/mapping
Results
1
thirdpillow issues
Sort by
recently updated
recently updated
newest added
Hi. Thank you for the great and simple render engine! I know I can rotate the camera with e.g. `rotate_y(-.1f);`. The problem is, how to rotate the object itself (single...