Explorar o código

file places changed

Zoadian %!s(int64=11) %!d(string=hai) anos
pai
achega
e40d7b7352
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      source/app.d

+ 4 - 3
source/app.d

@@ -73,9 +73,10 @@ void main() {
 	//------------------------------------------------
 	//------------------------------------------------
 	// Create Scene
 	// Create Scene
 	//------------------------------------------------
 	//------------------------------------------------
-	scene.loadModel("C:/Coding/models/Collada/duck.dae");
-//	scene.loadModel("C:/Coding/models/Collada/cube.dae");
-//	scene.loadModel("C:/Coding/models/Collada/teapots.DAE");
+	//TODO: check file exists
+	scene.loadModel("F:/Coding/models/Collada/duck.dae");
+//	scene.loadModel("F:/Coding/models/Collada/cube.dae");
+//	scene.loadModel("F:/Coding/models/Collada/teapots.DAE");
 	log("vertexCount: ", scene.vertexCount, " (", scene.vertexCount * VertexData.sizeof / 1024," KiB)");
 	log("vertexCount: ", scene.vertexCount, " (", scene.vertexCount * VertexData.sizeof / 1024," KiB)");
 	log("indexCount: ", scene.indexCount, " (", scene.indexCount * IndexData.sizeof / 1024," KiB)");
 	log("indexCount: ", scene.indexCount, " (", scene.indexCount * IndexData.sizeof / 1024," KiB)");
 	log("meshCount: ", scene.meshCount);
 	log("meshCount: ", scene.meshCount);