
About
A 3.4 m wide abutment 1.36 m high with two 3.4 m towers carrying a timber winch drum. The 3.1 m deck is nine planks with iron edge bands and two mooring posts, hinged on a pin line at the abutment front edge. Overall size 3.72 x 5.1 x 1.81 m in metres, +Y up, +Z forward, resting on y=0. Node deck pivots on the hinge line at y=1.36, z=0.02, parallel to X; node winch turns on the drum axis at y=4.5. Clips: open lowers the deck 90 degrees to horizontal over 2.4 s while the winch pays out, close raises 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 “Counterweighted timber drawbridge (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8473/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-drawbridge-8de116d5 Description: Nine plank timber deck banded in iron, hinged on the front edge of a stone abutment between two winch towers. It stands upright at rest and lowers to a bridge. - Dimensions (X × Y × Z): 3.72 × 5.1 × 1.806 metres - Triangles: 432 - 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/8473/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)
}Counterweighted timber drawbridge (Animated Mechanisms Kit)
Nine plank timber deck banded in iron, hinged on the front edge of a stone abutment between two winch towers. It stands upright at rest and lowers to a bridge.