comparison tests/test_gltf.nim @ 1299:6d0162bfe48a

did: finish mentioned refactoring, no API changes still
author sam <sam@basx.dev>
date Tue, 06 Aug 2024 22:57:43 +0700
parents 0369fa1ffbd9
children 21c4e598d820
comparison
equal deleted inserted replaced
1298:1feaa8a97acf 1299:6d0162bfe48a
1 import std/os 1 import std/math
2 import std/sequtils 2 import std/sequtils
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
7 6
8 import ../semicongine 7 import ../semicongine
9 8
10 proc test_gltf(time: float32) = 9 proc test_gltf(time: float32) =
11 var renderdata = initRenderData() 10 var renderdata = initRenderData()