Add clarification for a comment
I removed this as it looked pointless, only to realise it was because it was for using outside of the class
This commit is contained in:
parent
a8e2a24c43
commit
97f5358f95
|
@ -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