// const textContent = new TextContent("This is an example of dynamic text rendered onto a texture in Three.js. It can be used to display information about an object. This is an example of dynamic text rendered onto a texture in Three.js. It can be used to display information about an object. This is an example of dynamic text rendered onto a texture in Three.js. It can be used to display information about an object. This is an example of dynamic text rendered onto a texture in Three.js. It can be used to display information about an object. This is an example of dynamic text rendered onto a texture in Three.js. It can be used to display information about an object. This is an example of dynamic text rendered onto a texture in Three.js. It can be used to display information about an object.This is an example of dynamic text rendered onto a texture in Three.js. It can be used to display information about an object. This is an example of dynamic text rendered onto a texture in Three.js. It can be used to display information about an object. This is an example of dynamic text rendered onto a texture in Three.js. It can be used to display information about an object.");
// const imageContent = new ImageContent("images/test.webp");
// const videoContent = new VideoContent("videos/sintel.mp4");
// const audioContent = new AudioContent("sounds/Violet.mp3", player.audioListener);
// const item = new Item(rapierWorld, scene, player, false, new THREE.Vector3(0, 1, 0), 20, "test", '/models/init.glb', null, spawnedObjects, null);
// await item.loadModel();
// const intItem = new Item(rapierWorld, scene, player, true, new THREE.Vector3(50, 1, 0), 5, "intTest", './models/cone.glb', null, spawnedObjects, audioContent);