
typescriptThis project contains demo scripts for TypeScript Monaco editor that are used as examples in the "Getting Started" section of the documentation.
const start = async () => {
bitbybit.babylon.scene.useRightHandedSystem({
use: true,
});
const file = await bitbybit.asset.getLocalFile({
fileName: "BoomBox"
}) as File;
await bitbybit.babylon.io.loadAssetIntoScene({
assetFile: file,
hidden: false
});
}
start();
Select the perfect plan for your 3D development needs