We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8337868 commit db9528eCopy full SHA for db9528e
src/test/kotlin/assimp/obj/obj.kt
@@ -8,12 +8,12 @@ class obj : StringSpec() {
8
val path = "$models/OBJ"
9
10
init {
11
-// "box"{ box("$path/box.obj") }
12
-// "cube"{ cube("$path/cube.obj") }
13
-// "nanosuit" { nanosuit("$path/nanosuit") }
+ "box"{ box("$path/box.obj") }
+ "cube"{ cube("$path/cube.obj") }
+ "nanosuit" { nanosuit("$path/nanosuit") }
14
"wall"{ wall("$path/wall.obj") }
15
-// "spider"{ spider.obj("$path/spider") }
16
-// "shelter" { shelter("$path/shelter") }
17
-// "car" { car("$path/car") }
+ "spider"{ spider.obj("$path/spider") }
+ "shelter" { shelter("$path/shelter") }
+ "car" { car("$path/car") }
18
}
19
0 commit comments