Created
November 23, 2022 23:23
-
-
Save flushpot1125/9d0f1e2973ccc1b96491908e5d5ae089 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
//Box on Babylon.js | |
var box = BABYLON.MeshBuilder.CreateBox("box", {height:1, width:1, depth:1}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment