Merge pull request #10 from rtpHarry/patch-1

Add clarification for a comment
This commit is contained in:
Paul Graffam 2018-06-27 12:21:39 -04:00 committed by GitHub
commit 337e21226b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export default class Model {
new MeshHelper(this.scene, obj);
}
// Set prop to obj
// Set prop to obj so it can be accessed from outside the class
this.obj = obj;
obj.scale.multiplyScalar(Config.model.scale);