3DAssets.dev
Loading model…

About

A 1.2 m wall module for the private office: a timber rail-and-stile door with a reeded glass panel and a painted panel below it, moulded architraves proud of both faces, a bead framed pane and a chrome lever, all on one named hinge node. Station grid: 1.2 m modules, walls 2.7 m tall on a 100 mm partition, ports on the module centrelines. Metre units, +Y up, the user side toward +Z, resting on y=0. Named pivoted nodes: noir-door. 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 “Private office door wall module (Police Station and Detective Office)” asset in my project.

Model: https://cdn.3dassets.dev/assets/29983/v1/model.glb
Asset page: https://3dassets.dev/assets/police-station-and-detective-office-noir-office-door-w-911a2219
Description: A 1.2 m wall module for the private office: a timber rail-and-stile door with a reeded glass panel and a painted panel below it, moulded architraves proud of both faces, a bead framed pane and a chrome lever, all on one named hinge node.

- Dimensions (X × Y × Z): 1.2 × 2.7 × 0.144 metres
- Triangles: 2.2k
- 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/29983/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?
Press "Copy for AI agent" above and paste the prompt into Claude Code, Cursor, Codex, GitHub Copilot, ChatGPT or any other coding assistant. The prompt carries the direct CDN URL, the real-world size, the licence and the loading notes, so the assistant can fetch the model and place it in your project without you writing the loader yourself. For a permanent connection, add the 3DAssets.dev MCP server to your tool with one command (for Claude Code: claude mcp add --transport http 3dassets https://3dassets.dev/mcp) and the assistant can then search the whole catalogue, fetch files and read the usage snippets on its own.

MCP server setupGuide for AI agents

How do I get started?
Three ways, from quickest to most automatic. Download the .glb with the button and drop it into your engine's asset folder, where it imports like any glTF file. Or skip the download: copy the three.js, React Three Fiber or model-viewer snippet under "Import manually", which loads the model straight from the CDN. Or connect your AI agent to the MCP server and ask for it by name, and it will find, fetch and place the model for you.

MCP server setupAPI reference

Which game engines and tools can I use this model with?
Anything that reads glTF, which today means all of the major ones: three.js and React Three Fiber on the web, Godot 4, Unity, Unreal Engine 5, Blender and the model-viewer web component. The model is a self-contained binary glTF (.glb) with textures embedded, so there is one file to import and no plugin, converter or decoder to install first.
How do I import this model into Unity, Godot, Unreal or Blender?
Unity: install the glTFast package (com.unity.cloud.gltfast) from the Package Manager, drop the .glb into Assets and drag the prefab in, or load it at runtime from the CDN URL. Godot 4: copy the file into the project folder and the editor imports it as a scene you can instantiate. Unreal Engine 5: File > Import with the built-in glTF importer, which converts the axes for you. Blender: File > Import > glTF 2.0. Units are metres with +Y up in the file, and every importer above handles the conversion to its own axes automatically.
Can I use this model in a commercial game, and do I need to credit anyone?
Yes to commercial use and no to credit. Every model on 3DAssets.dev is released under CC0 1.0 Universal, which places it in the public domain: use it in a paid game, an app, a film or a client project, modify it, redistribute it, and put nothing in the credits. A link back is welcome but it is entirely your choice.

CC0 licence text

Can I load it from the CDN instead of downloading it?
Yes. The .glb file has a permanent URL on cdn.3dassets.dev that is CORS-enabled and never changes content, so you can pass it straight to GLTFLoader, glTFast or model-viewer in production and cache it as hard as you like. Downloading is only needed for engines that import from disk.
Do I need Draco, Meshopt or KTX2 to load it?
No. The geometry is quantized with KHR_mesh_quantization and the textures are re-encoded to WebP, both of which three.js, Godot, Unity and Blender read natively, so a plain GLTFLoader is enough. There is nothing extra to configure and no decoder to ship with your bundle.

Private office door wall module (Police Station and Detective Office)

A 1.2 m wall module for the private office: a timber rail-and-stile door with a reeded glass panel and a painted panel below it, moulded architraves proud of both faces, a bead framed pane and a chrome lever, all on one named hinge node.

Download asset · 95.1 KB

More in Buildings & Architecture

Hall Roof Truss Bay (Car Factory Production Line)

Hall Roof Truss Bay (Car Factory Production Line)

Free 3D model of an 18 m parallel chord roof truss for a factory hall, a modular building girder for a car factory game asset kit.

@3dassets408 tris · 4 ↓
Hall Roller Door Bay (Car Factory Production Line)Animated

Hall Roller Door Bay (Car Factory Production Line)

Free 3D model of a 6 m factory wall bay with a 4.4 m roller shutter door, a modular industrial building panel for a car factory game asset kit.

@3dassets408 tris · 4 ↓
Mezzanine Stair (Car Factory Production Line)

Mezzanine Stair (Car Factory Production Line)

Free 3D model of a straight steel stair up to a 3.6 m mezzanine with yellow handrails, a modular access stair for a car factory game asset kit.

@3dassets660 tris · 3 ↓
Hall Roof Cladding Bay (Car Factory Production Line)

Hall Roof Cladding Bay (Car Factory Production Line)

Free 3D model of a 6 by 8.5 m factory roof cladding bay in profiled steel deck, a modular industrial roof panel for a car factory game asset kit.

@3dassets240 tris · 3 ↓
Hall Personnel Door Bay (Car Factory Production Line)Animated

Hall Personnel Door Bay (Car Factory Production Line)

Free 3D model of a 6 m factory wall bay with a hinged personnel door and a lit exit sign, a modular industrial building panel for a car factory game asset kit.

@3dassets300 tris · 3 ↓
Hall Wall Cladding Bay (Car Factory Production Line)

Hall Wall Cladding Bay (Car Factory Production Line)

Free 3D model of a 6 m factory wall cladding bay in profiled white steel sheet, a modular industrial building panel for a car factory game asset kit.

@3dassets252 tris · 3 ↓
Ship Shed (Viking Age Longhouse and Longship)

Ship Shed (Viking Age Longhouse and Longship)

Free 3D model of a Norse ship shed: an 8.4 m turf roofed A frame boat house open at the seaward end, with log rollers laid on its floor.

@3dassets3.2k tris · 1 ↓
Chicken Coop (Farm and Working Animals HD)Animated

Chicken Coop (Farm and Working Animals HD)

Raised timber chicken coop with a pitched roof, a cleated ramp and a pop hole hatch that lifts.

@3dassets252 tris · 1 ↓
Mezzanine Walkway Bay (Car Factory Production Line)

Mezzanine Walkway Bay (Car Factory Production Line)

Free 3D model of a 6 m mezzanine walkway bay at 3.6 m with a yellow handrail, a modular elevated gantry for a car factory game asset kit.

@3dassets360 tris · 1 ↓
Hall Ridge Skylight Bay (Car Factory Production Line)

Hall Ridge Skylight Bay (Car Factory Production Line)

Free 3D model of a 6 m ridge skylight monitor for a factory roof, a modular glazed roof lantern for a car factory game asset kit.

@3dassets144 tris · 1 ↓
Hall Window Band Bay (Car Factory Production Line)

Hall Window Band Bay (Car Factory Production Line)

Free 3D model of a 6 m factory wall bay with a high glazed window band, a modular industrial building panel for a car factory game asset kit.

@3dassets504 tris · 1 ↓
Hall Steel Column (Car Factory Production Line)

Hall Steel Column (Car Factory Production Line)

Free 3D model of a factory hall steel column 8 m to the eaves with a base plate and a cap, a modular building column for a car factory game asset kit.

@3dassets96 tris · 1 ↓

Similar assets

Corridor wall module, upholstered panels (Hotel and Resort Operations)

Corridor wall module, upholstered panels (Hotel and Resort Operations)

A 1.2 m corridor wall module with four welted upholstered panels between three timber stiles, a dado rail, deep skirting and a capping rail.

@3dassets2.0k tris
Station partition wall, door module (Police Station and Detective Office)Animated

Station partition wall, door module (Police Station and Detective Office)

A 1.2 m station partition module with a 900 by 2100 mm doorway: lining boards, architraves proud of both faces, three hinges, a closer arm and a flush painted leaf with a vision panel and a lever handle as one named node.

@3dassets1.8k tris
Partition wall module with vision panel (Hotel and Resort Operations)

Partition wall module with vision panel (Hotel and Resort Operations)

A 1 m partition wall module with a 0.62 by 1.1 m glazed vision panel in a timber reveal above a 0.95 m sill.

@3dassets736 tris
Reception back wall with blank sign panel (Office Lobby and Building Facilities)

Reception back wall with blank sign panel (Office Lobby and Building Facilities)

A 3.0 m by 2.6 m reception back wall: five timber panel boards with shadow gaps, a blank raised sign panel on four standoffs carrying no lettering or mark, an accent light reveal and a dark skirting band.

@3dassets704 tris
Corridor wall module, 1.2 m (Office Lobby and Building Facilities)

Corridor wall module, 1.2 m (Office Lobby and Building Facilities)

A 1.2 m corridor wall module 2.6 m tall and 100 mm thick: a chamfered leaf with skirtings both sides, a timber dado rail, a recessed services plate with two outlets and a head trim.

@3dassets480 tris
Accessible WC cubicle module (Office Lobby and Building Facilities)Animated

Accessible WC cubicle module (Office Lobby and Building Facilities)

A 1.8 m by 2.0 m accessible WC cubicle module 2.0 m tall: a divider, a wide pilaster, a head rail, a duct panel with a flush plate, three grab rails, an alarm pull cord and a 900 mm outward-opening door with a pull rail as a named pivoted node.

@3dassets1.5k tris
Office Lobby (Office Lobby and Building Facilities)

Office Lobby (Office Lobby and Building Facilities)

A commercial office lobby: a curved reception desk against a panelled back wall with a blank sign panel, a speedgate line into the lift core, two lift landing doors with call panels and floor indicators, a visitor waiting group of sofas, armchairs and tables, a sign-in kiosk,...

@3dassets32.2k tris
Office desk 1600 with panel ends (Downtown Office Interiors)

Office desk 1600 with panel ends (Downtown Office Interiors)

A 1.6 m by 0.8 m office desk at 730 mm on full-height laminate panel ends, with a modesty panel, an under-desk cable basket and a rear cable grommet.

@3dassets1.1k tris
Two-door office credenza (Downtown Office Interiors)Animated

Two-door office credenza (Downtown Office Interiors)

A 1.6 m two-door office credenza on a recessed plinth: an internal shelf, D pull handles, hinged leaves as named nodes and a timber top.

@3dassets824 tris
Glazed partition door module (Downtown Office Interiors)Animated

Glazed partition door module (Downtown Office Interiors)

A 1.2 m glazed partition door module on the same 2.6 m frame: a hinged framed glass leaf as a named node with a lever handle, two barrel hinges and an overpanel.

@3dassets1.1k tris
Felt acoustic wall panel (Downtown Office Interiors)

Felt acoustic wall panel (Downtown Office Interiors)

A 1.2 m by 1.0 m felt acoustic wall panel in a chamfered timber rebate frame, with four accent battens and two rear cleats.

@3dassets736 tris
Wall art panel (Downtown Office Interiors)

Wall art panel (Downtown Office Interiors)

A 0.9 m by 0.7 m stretched fabric wall art panel on a deep chamfered timber frame, with two rear cleats. Blank face for a project texture.

@3dassets544 tris