mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-12 18:38:43 -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),
|
glium::index::NoIndices(glium::index::PrimitiveType::TrianglesList),
|
||||||
&programs.chunk,
|
&programs.chunk,
|
||||||
&uniform! {
|
&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,
|
view: view,
|
||||||
perspective: perspective,
|
perspective: perspective,
|
||||||
tex: &assets.textures.block_atlas
|
tex: &assets.textures.block_atlas
|
||||||
|
|
Loading…
Reference in a new issue