Make backface culling ready to use

This commit is contained in:
2022-10-16 23:46:51 +02:00
parent 5236c99383
commit e4f634a441
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -94,6 +94,8 @@ fn main() {
write: true,
..Default::default()
},
// Verify that it helps from the FPS point of view.
//backface_culling: glium::draw_parameters::BackfaceCullingMode::CullClockwise,
..Default::default()
};