
About
A 0.86 m by 0.62 m painted casing on a boot base with an inclined inlet chute, a bolted head plate, a hooded discharge and a fixed ladder. Nine buckets on a rubber belt strand are visible through a framed window; the head pulley turns on its own shaft. Overall size 1.52 x 5.36 x 1.45 m in metres, +Y up, +Z forward, resting on y=0. Node buckets translates one 0.55 m bucket pitch on Y; node headPulley turns on the head shaft at y=4.7. Clips: idle lifts the bucket strand one pitch over 1.6 s while the head pulley turns, and repeats 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 “Bucket elevator with inspection window (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/15053/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-bucket-elevator-550e5ff8 Description: Four and a half metre elevator casing with a boot, an inlet chute, a hooded head with drive motor and a tall window through which nine buckets can be seen climbing the belt. - Dimensions (X × Y × Z): 1.52 × 5.36 × 1.449 metres - Triangles: 1.4k - Animations: idle - 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/15053/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)
}Bucket elevator with inspection window (Animated Mechanisms Kit)
Four and a half metre elevator casing with a boot, an inlet chute, a hooded head with drive motor and a tall window through which nine buckets can be seen climbing the belt.