Mercurial > games > semicongine
comparison tests/test_rendering.nim @ 1267:4cf9872f7bb6
did: rename back to old name (no v2)
| author | sam <sam@basx.dev> |
|---|---|
| date | Sun, 28 Jul 2024 23:10:57 +0700 |
| parents | 01e9f41d35b1 |
| children | 01138e6257dd |
comparison
equal
deleted
inserted
replaced
| 1266:9e4dc93d4fa9 | 1267:4cf9872f7bb6 |
|---|---|
| 3 import std/monotimes | 3 import std/monotimes |
| 4 import std/times | 4 import std/times |
| 5 import std/options | 5 import std/options |
| 6 import std/random | 6 import std/random |
| 7 | 7 |
| 8 import ../semiconginev2 | 8 import ../semicongine |
| 9 | 9 |
| 10 proc test_01_triangle(time: float32) = | 10 proc test_01_triangle(time: float32) = |
| 11 var renderdata = InitRenderData() | 11 var renderdata = InitRenderData() |
| 12 | 12 |
| 13 type | 13 type |
