mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
Use correct culling?
This commit is contained in:
parent
6f866d2305
commit
59cdd84fc5
|
@ -56,7 +56,7 @@ pub fn draw_world(
|
|||
..Default::default()
|
||||
},
|
||||
polygon_mode: PolygonMode::Fill, //Change to Line for wireframe
|
||||
backface_culling: BackfaceCullingMode::CullCounterClockwise,
|
||||
backface_culling: BackfaceCullingMode::CullClockwise,
|
||||
..Default::default()
|
||||
};
|
||||
let texture_sampler = Sampler(&texture.0, SamplerBehavior {
|
||||
|
|
Loading…
Reference in a new issue