Merge pull request #10 from rtpHarry/patch-1
Add clarification for a comment
This commit is contained in:
commit
337e21226b
|
@ -39,7 +39,7 @@ export default class Model {
|
||||||
new MeshHelper(this.scene, obj);
|
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;
|
this.obj = obj;
|
||||||
|
|
||||||
obj.scale.multiplyScalar(Config.model.scale);
|
obj.scale.multiplyScalar(Config.model.scale);
|
||||||
|
|
Loading…
Reference in New Issue