Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created November 23, 2022 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/9d0f1e2973ccc1b96491908e5d5ae089 to your computer and use it in GitHub Desktop.
Save flushpot1125/9d0f1e2973ccc1b96491908e5d5ae089 to your computer and use it in GitHub Desktop.
//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