Make backface culling ready to use
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user