SigRenderer2/TriOptimizations
Nic0Nic0Nii d345b3d2a9 Add some notes about optimizations to make.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-11-29 07:03:37 +00:00

2 lines
250 B
Plaintext

1) When an object is farther away from the camera, it can be rendered with a worse texture. You can skip texture coords to speed up texture rendering.
2) Triangles that take up 1 or less pixels in width or height might as well not be rendered at all.