Mercurial > games > semicongine
comparison examples/E03_hello_cube.nim @ 204:6e2017cb8b8b
del: unused imports
| author | Sam <sam@basx.dev> |
|---|---|
| date | Mon, 08 May 2023 21:23:29 +0700 |
| parents | 84fd522fdf3f |
| children | f3912838cd69 |
comparison
equal
deleted
inserted
replaced
| 203:84fd522fdf3f | 204:6e2017cb8b8b |
|---|---|
| 7 # | 7 # |
| 8 # | 8 # |
| 9 | 9 |
| 10 | 10 |
| 11 import std/times | 11 import std/times |
| 12 import std/strutils | |
| 13 | 12 |
| 14 import semicongine | 13 import semicongine |
| 15 | 14 |
| 16 const | 15 const |
| 17 TopLeftFront = newVec3f(-0.5'f32, -0.5'f32, -0.5'f32) | 16 TopLeftFront = newVec3f(-0.5'f32, -0.5'f32, -0.5'f32) |
