3DAssets.dev
Loading model…

About

A 2 m by 2.5 m opening in the shared 3 m wall bay. Each leaf is a framed steel panel with a vertical pull bar on two stand off bosses; the leaves swing outward in opposite directions. Overall size 3 x 3.2 x 0.45 m in metres, +Y up, +Z forward, resting on y=0. Nodes leafL and leafR pivot on their own jamb hinge lines at x=-0.96 and x=0.96. Clips: open swings both leaves 90 degrees apart over 1.3 s, close returns them. 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 “Double leaf door in a wall bay (Animated Mechanisms Kit)” asset in my project.

Model: https://cdn.3dassets.dev/assets/8464/v1/model.glb
Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-double-door-c75f24ee
Description: Pair of framed steel leaves hung on opposite jambs of a 2 m opening, with vertical pull bars, glazed vision panels and a bolted transom beam above.

- Dimensions (X × Y × Z): 3 × 3.2 × 0.45 metres
- Triangles: 788
- 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/8464/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)
}

Double leaf door in a wall bay (Animated Mechanisms Kit)

Pair of framed steel leaves hung on opposite jambs of a 2 m opening, with vertical pull bars, glazed vision panels and a bolted transom beam above.

Download asset · 38.9 KB

More in Buildings & Architecture

Similar assets