
About
A 1.92 m square braced shaft with corner columns, three ring beams and a fixed access ladder. The cage is a 1.5 m mesh box with a roof yoke and an amber sill, hung from a grooved head sheave. Overall size 1.92 x 4.7 x 2.03 m in metres, +Y up, +Z forward, resting on y=0. Node cage translates on Y; node rope scales from the sheave axis at y=4.3; node sheave turns on its own axle. Clips: open lifts the cage 2 m over 2.4 s while the rope shortens and the sheave turns, close lowers it. 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 “Open cage goods elevator (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8477/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-cage-elevator-c1f122c9 Description: Braced four post shaft 4.7 m tall with a head sheave and drive motor, carrying a mesh sided cage with an amber threshold on a single rope. - Dimensions (X × Y × Z): 1.92 × 4.7 × 2.025 metres - Triangles: 1,688 - Animations: open, close - 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/8477/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)
}Open cage goods elevator (Animated Mechanisms Kit)
Braced four post shaft 4.7 m tall with a head sheave and drive motor, carrying a mesh sided cage with an amber threshold on a single rope.