mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18:41 -06:00
fuck
This commit is contained in:
parent
5d0802c47a
commit
078520ebbe
|
@ -63,7 +63,12 @@ pub fn run() {
|
|||
glium::index::NoIndices(glium::index::PrimitiveType::TrianglesList),
|
||||
&programs.chunk,
|
||||
&uniform! {
|
||||
model: [[0.0f32; 4]; 4],
|
||||
model: [
|
||||
[1., 0., 0., 0.],
|
||||
[0., 1., 0., 0.],
|
||||
[0., 0., 1., 0.],
|
||||
[0., 0., 0., 1.0f32]
|
||||
],
|
||||
view: view,
|
||||
perspective: perspective,
|
||||
tex: &assets.textures.block_atlas
|
||||
|
|
Loading…
Reference in a new issue