Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
loadModel = (model) => {
const parsed = ModelsEngine.parseModel(model);
parsed.scale({x: 5, y: 5, z: 5 });
parsed.position({x: 0, y: 0, z: 0})
}