
About
Four splayed legs on base plates carry a 3.6 m runway beam with cover and soffit plates. A trolley with running wheels holds a grooved rope drum, gear case and ribbed motor; the hook block hangs on a single rope with a pendant control alongside. Overall size 4.52 x 3.81 x 2.32 m in metres, +Y up, +Z forward, resting on y=0. Node hook translates on Y, node rope scales from the trolley sheave at y=2.88, node drum turns on its own axle. Clips: idle lowers the hook 1.1 m and raises it again over 5 s while the drum turns both ways. 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 “Gantry rope hoist with hook block (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/15043/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-rope-hoist-0369797b Description: Portal gantry on four splayed legs with a 3.6 m runway beam, a trolley with a rope drum and gear case, a drop pendant control and a hook block on a single fall of rope. - Dimensions (X × Y × Z): 4.52 × 3.81 × 2.32 metres - Triangles: 1.2k - 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/15043/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)
}Gantry rope hoist with hook block (Animated Mechanisms Kit)
Portal gantry on four splayed legs with a 3.6 m runway beam, a trolley with a rope drum and gear case, a drop pendant control and a hook block on a single fall of rope.