
About
A 1.14 m painted casing of back, side and front panels leaving a 0.9 m by 1.01 m hatch opening framed in iron, with a base plinth, a head beam, a stainless call panel and an emissive lamp. The car is a 0.82 m open box with an amber front lip on a grooved head sheave. Overall size 1.18 x 2.74 x 0.99 m in metres, +Y up, +Z forward, resting on y=0. Node car translates on Y inside the shaft; node rope scales from the head sheave at y=2.38. Clips: idle sends the car up 0.78 m and back over 4.4 s while the sheave turns. 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 “Wall dumbwaiter with travelling car (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/24603/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-dumbwaiter-b468bffd Description: Service dumbwaiter shaft 2.74 m tall built as an open fronted casing with a framed hatch, a call panel with a lamp, and a small open car that travels the shaft on a rope. - Dimensions (X × Y × Z): 1.18 × 2.74 × 0.99 metres - Triangles: 488 - 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/24603/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)
}Common questions
How do I use this model with my AI development tools?
How do I get started?
Which game engines and tools can I use this model with?
How do I import this model into Unity, Godot, Unreal or Blender?
Can I use this model in a commercial game, and do I need to credit anyone?
Can I load it from the CDN instead of downloading it?
Do I need Draco, Meshopt or KTX2 to load it?
Wall dumbwaiter with travelling car (Animated Mechanisms Kit)
Service dumbwaiter shaft 2.74 m tall built as an open fronted casing with a framed hatch, a call panel with a lamp, and a small open car that travels the shaft on a rope.