[orx-dnk3] Fix demos
This commit is contained in:
@@ -18,12 +18,6 @@ fun main() = application {
|
||||
}
|
||||
|
||||
program {
|
||||
if (System.getProperty("takeScreenshot") == "true") {
|
||||
extend(SingleScreenshot()) {
|
||||
this.outputFile = System.getProperty("screenshotPath")
|
||||
}
|
||||
}
|
||||
|
||||
val gltf = loadGltfFromFile(File("demo-data/gltf-models/suzanne/Suzanne.gltf"))
|
||||
val scene = Scene(SceneNode())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user