Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -405,8 +405,8 @@ fn main() { |
| 405 | 405 | |
| 406 | 406 | _democanvas( &xcb, "Something...(f64)", tx.clone() |
| 407 | 407 | , Polyeder::triangle(60.0) |
| 408 | - , Polyeder::tetrahedron(80.0) | |
| 409 | - , Polyeder::cube(45.0) | |
| 408 | + , Polyeder::tetrahedron(100.0) | |
| 409 | + , Polyeder::cube(56.25) | |
| 410 | 410 | , DirectLight::new(Vector(0.0, 0.0, 1.0)) ); |
| 411 | 411 | /* |
| 412 | 412 | _democanvas( &xcb, "Something...(Fractional)", tx.clone() | ... | ... |
Please
register
or
login
to post a comment