3DAssets.dev
Loading model…

About

A 1.6 m by 2.3 m opening with a raised 0.12 m sill in a 3 m wall bay. The 0.22 m thick slab has three rib stiffeners and a bezelled porthole and runs in two channel guides that carry on 5 m up to a bolted head beam and lift cylinder. Overall size 3 x 5 x 0.56 m in metres, +Y up, +Z forward, resting on y=0. Node slab translates on Y inside the guides; nodes dog0 to dog3 pivot on their own jamb pins. Clips: open rotates the four dogs 88 degrees clear then lifts the slab 2.42 m over 2 s, close reverses 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 “Pressure airlock door with locking dogs (Animated Mechanisms Kit)” asset in my project.

Model: https://cdn.3dassets.dev/assets/8469/v1/model.glb
Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-airlock-door-bc9ccc39
Description: Thick ribbed slab with a glazed porthole that rises up an exposed guide frame after four amber locking dogs rotate clear of the jambs.

- Dimensions (X × Y × Z): 3 × 5 × 0.56 metres
- Triangles: 804
- 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/8469/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)
}

Pressure airlock door with locking dogs (Animated Mechanisms Kit)

Thick ribbed slab with a glazed porthole that rises up an exposed guide frame after four amber locking dogs rotate clear of the jambs.

Download asset · 41.3 KB

More in Buildings & Architecture

Similar assets