Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ CreateBoxAsync
Function
CreateBoxAsync
Apps/Playground/Scripts/experience.js:11–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
var
text = false;
10
11
function
CreateBoxAsync() {
12
BABYLON.Mesh.CreateBox(
"box1"
, 0.2);
13
return
Promise.resolve();
14
}
15
16
function
CreateSpheresAsync() {
17
var
size = 12;
Callers
1
experience.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected