
About
A 4 m airlock with an inner pair of hull doors, a heavier outer pair, floor grating and status panels. Overall 3.28 by 3.00 by 4.00 m (X by Y by Z). Metre units, +Y up, the used side toward +Z, resting on y = 0. The inner doors are 1.4 m in from the in port and the outer doors 1.4 m from the out port, which faces space or a dock. Corridor modules are 3 m clear inside 3.24 m of wall, 2.7 m clear under a 0.3 m ceiling slab, and sit on a 0.1 m floor plate: place furniture at y = 0.1. Ports lie on the footprint edge at floor level, 4 m apart on the grid. Rigid node-transform clips: inner-open, inner-close, outer-open and outer-close. No skinning. No 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 “Airlock chamber (Spaceship Interior Deck Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/12559/v1/model.glb Asset page: https://3dassets.dev/assets/spaceship-deck-kit-airlock-chamber-2458aab7 Description: A 4 m airlock with an inner pair of hull doors, a heavier outer pair, floor grating and status panels. - Dimensions (X × Y × Z): 3.28 × 3 × 4 metres - Triangles: 916 - Animations: inner-open, inner-close, outer-open, outer-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/12559/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)
}Airlock chamber (Spaceship Interior Deck Kit)
A 4 m airlock with an inner pair of hull doors, a heavier outer pair, floor grating and status panels.