
About
Two section telescoping passenger boarding bridge: a fixed terminal rotunda and inner tunnel, a named outer tunnel with a glazed window band, a named wheeled lift bogie on twin columns and a named rotating cab with a canopy lip and threshold plate. Original generic design with no airport or operator identity. The cab is modelled extended toward open air; no aircraft is part of this pack. Dimensions 3.86 x 5.99 x 21.91 m (X x Y x Z). Origin at the assembly footprint centre on the ground, the rotunda on the low Z side and the cab reaching toward +Z. Extension, bogie and cab are named nodes. Metres, +Y up, +Z front. Named pivot nodes: tunnel-outer at [0.000, 4.200, 0.745]; tunnel-outer-glass at [0.000, 4.200, 0.745]; tunnel-outer-navy at [0.000, 4.200, 0.745]; lift-bogie at [0.000, 0.000, 5.145]; lift-bogie-charcoal at [0.000, 0.000, 5.145]; bogie-wheel-right at [1.700, 0.550, 5.145]; bogie-wheel-right-steel at [1.700, 0.550, 5.145]; bogie-wheel-left at [-1.700, 0.550, 5.145]; bogie-wheel-left-steel at [-1.700, 0.550, 5.145]; cab at [0.000, 4.200, 8.345]; cab-navy at [0.000, 4.200, 8.345]; cab-glass at [0.000, 4.200, 8.345]; cab-charcoal at [0.000, 4.200, 8.345]; cab-amber at [0.000, 4.200, 8.345]. Airside stylized palette of eight flat colours, no textures required. Rigid node-transform clips: tunnel-open, tunnel-close, drawer-open, drawer-close, wheel-roll and tilt. 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 “Jet Bridge (Airport Terminal and Ground Operations)” asset in my project. Model: https://cdn.3dassets.dev/assets/15391/v1/model.glb Asset page: https://3dassets.dev/assets/airport-terminal-and-ground-operations-jet-bridge-22a9f972 Description: Two section telescoping passenger boarding bridge: a fixed terminal rotunda and inner tunnel, a named outer tunnel with a glazed window band, a named wheeled lift bogie on twin columns and a named rotating cab with a canopy lip and threshold plate. - Dimensions (X × Y × Z): 3.86 × 5.99 × 21.91 metres - Triangles: 1.5k - Animations: tunnel-open, tunnel-close, drawer-open, drawer-close, wheel-roll, tilt - 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/15391/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)
}Jet Bridge (Airport Terminal and Ground Operations)
Two section telescoping passenger boarding bridge: a fixed terminal rotunda and inner tunnel, a named outer tunnel with a glazed window band, a named wheeled lift bogie on twin columns and a named rotating cab with a canopy lip and threshold plate.