Added log module

This commit is contained in:
Thomas FORGIONE
2015-07-03 13:27:05 +02:00
parent e8af26913e
commit c44c13e34a
11 changed files with 88 additions and 27 deletions

View File

@@ -1,3 +1,5 @@
var Log = require('../lib/NodeLog.js');
/**
* Represents a mesh. All meshes are loaded once in geo.availableMesh to avoid
* loading at each mesh request
@@ -157,7 +159,7 @@ function trySetLoaded() {
}
console.log("[OBJ] All meshes are ready");
Log.ready("All meshes are ready");
}
var availableMeshNames = {