This commit is contained in:
2019-07-29 16:45:37 +02:00
parent 3f62333d66
commit e01ff8d395
4 changed files with 163 additions and 41 deletions

View File

@@ -92,7 +92,7 @@ fn main() {
let line_count = 30;
vulkan::init(
vec!["models/box.obj"],
vec!["models/cube.dae"],
(-line_count..=line_count)
.flat_map(|it| vec![
LinePoint { position: [it as f32, -line_count as f32, 0.] },