
About
A 4.7 m fixed plinth with an amber rim band carries a 4.2 m turning deck. Eight 1.9 m poles stand at 1.75 m radius with timber seat boards, around a centre column that supports a 3.05 m tall conical canopy on a boarded ceiling. Overall size 5.15 x 3.68 x 4.67 m in metres, +Y up, +Z forward, resting on y=0. Node deck turns on the centre column axis at the origin, carrying poles, seats and canopy. Clips: spin turns the carousel one full revolution over 12 s and loops seamlessly. Node TRS animation on named nodes only; no skinned rig, skeleton, collision or navigation data.
Use with an AI agent
Copy this prompt into your AI chat, then describe what you want to build with the asset.
Use the “Carousel platform with canopy (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/15068/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-carousel-platform-4c782efc Description: A 4.2 m turning platform on a fixed plinth with an amber rim band: eight poles carrying timber seat boards, a centre column and a conical canopy with a rim fascia. - Dimensions (X × Y × Z): 5.15 × 3.68 × 4.666 metres - Triangles: 1.2k - Animations: spin - Licence: CC0 1.0 Universal (https://creativecommons.org/publicdomain/zero/1.0/) - Loading: Three.js GLTFLoader; no additional decoders required.
Also available as JSON, Markdown, or via the MCP server.
Import manually
Choose your framework, then copy the code into your project to load the asset.
import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'
import { AnimationMixer } from 'three'
let mixer
const loader = new GLTFLoader()
loader.load('https://cdn.3dassets.dev/assets/15068/v1/model.glb', (gltf) => {
scene.add(gltf.scene)
mixer = new AnimationMixer(gltf.scene)
mixer.clipAction(gltf.animations[0]).play()
})
// Call from your render loop; deltaSeconds is time since the previous frame.
function updateAssetAnimation(deltaSeconds) {
mixer?.update(deltaSeconds)
}Carousel platform with canopy (Animated Mechanisms Kit)
A 4.2 m turning platform on a fixed plinth with an amber rim band: eight poles carrying timber seat boards, a centre column and a conical canopy with a rim fascia.