
Loading model
About
A 3 m stalls module carrying four tip up seats on a 720 mm pitch: a 1 m tread on a 250 mm riser with a gilt nosing and a carpet runner, crimson buttoned backs with gilt piping, black standards with scroll ends and four folding bases. Ports tier-front and tier-back sit at the tread edges at riser and deck height, so a module placed 1 m back and 250 mm up meets the row in front; row-left and row-right sit at seat height on the ends, so two modules butt into an eight seat bank. Each base hinges on its own back edge, which is where a real tip up seat hinges, so a raised seat clears the row rather than swinging off the floor. The upholstery is rigid geometry and does not compress. Metre units, +Y up, the house side toward +Z, resting on y=0. Named pivoted nodes: seat-1, seat-2, seat-3, seat-4. Rigid node-transform clips: open and 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 “Stalls Seating Row Module (Theatre Stage and Backstage)” asset in my project. Model: https://cdn.3dassets.dev/assets/35895/v1/model.glb Asset page: https://3dassets.dev/assets/theatre-stage-and-backstage-stalls-seating-row-71aea249 Description: A 3 m stalls module carrying four tip up seats on a 720 mm pitch: a 1 m tread on a 250 mm riser with a gilt nosing and a carpet runner, crimson buttoned backs with gilt piping, black standards with scroll ends and four folding bases. - Dimensions (X × Y × Z): 3 × 0.989 × 1 metres - Triangles: 4.8k - 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/35895/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)
}Common questions
How do I use this model with my AI development tools?
How do I get started?
Which game engines and tools can I use this model with?
How do I import this model into Unity, Godot, Unreal or Blender?
Can I use this model in a commercial game, and do I need to credit anyone?
Can I load it from the CDN instead of downloading it?
Do I need Draco, Meshopt or KTX2 to load it?
Stalls Seating Row Module (Theatre Stage and Backstage)
A 3 m stalls module carrying four tip up seats on a 720 mm pitch: a 1 m tread on a 250 mm riser with a gilt nosing and a carpet runner, crimson buttoned backs with gilt piping, black standards with scroll ends and four folding bases.