Created
December 14, 2019 08:45
-
-
Save flushpot1125/faf95458ed5698a988af6d01b9416b70 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BABYLON.SceneLoader.ImportMeshAsync("", inputs.filePath, inputs.fileName, scene).then(function(result) { | |
result.meshes[0].position = new BABYLON.Vector3(0, 0, 0); | |
result.meshes[0].scaling = new BABYLON.Vector3(inputs.scale,inputs.scale,inputs.scale); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment