3DAssets.dev

Loading model

About

A 1 m tool locker 1.66 m tall: a shadow board of plain tool silhouettes behind a single door on the door node, and one deep drawer under it on the drawer node. The silhouettes are outlines only, naming no tool and no maker. Metre units, +Y up, the operator side toward +Z, resting on y=0. Named pivoted nodes: door, drawer. Rigid node-transform clips: door-open, door-close, drawer-open and drawer-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 “Tool Locker (Submarine Interior and Control Room)” asset in my project.

Model: https://cdn.3dassets.dev/assets/36519/v1/model.glb
Asset page: https://3dassets.dev/assets/submarine-interior-and-control-room-tool-locker-76779266
Description: A 1 m tool locker 1.66 m tall: a shadow board of plain tool silhouettes behind a single door on the door node, and one deep drawer under it on the drawer node. The silhouettes are outlines only, naming no tool and no maker.

- Dimensions (X × Y × Z): 1.02 × 1.68 × 0.531 metres
- Triangles: 1.1k
- Animations: door-open, door-close, drawer-open, drawer-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/36519/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.

Tool Locker (Submarine Interior and Control Room)

A 1 m tool locker 1.66 m tall: a shadow board of plain tool silhouettes behind a single door on the door node, and one deep drawer under it on the drawer node. The silhouettes are outlines only, naming no tool and no maker.

Download asset · 51.6 KB

More in Weapons & Tools

Attacker Assault Rifle (Tactical Shooter Hill Town)Animated

Attacker Assault Rifle (Tactical Shooter Hill Town)

Free 3D model of a attacker assault rifle for a tactical FPS game, an invented archetype with working named parts. Measures 0.06 by 0.33 by 0.87 m.

@3dassets4.0k tris · 3 ↓
Compact Pistol, Carry Loadout (Mega Weapon Pack)Animated

Compact Pistol, Carry Loadout (Mega Weapon Pack)

The compact pistol with a miniature reflex sight in the slide cut and a compact laser on the short dust cover rail. Premium modern game asset for shooter and survival projects.

@3dassets37.9k tris · 2 ↓
Guard Weapon Rack (Fantasy MMO City And Townsfolk)

Guard Weapon Rack (Fantasy MMO City And Townsfolk)

Barracks rack holding five spears upright in their slots with two swords hung on the back rail, on a heavy walnut base. Hand painted fantasy MMO city and RPG game asset.

@3dassets1.3k tris · 2 ↓
Wax And Seal Set (Witch Cottage and Apothecary)

Wax And Seal Set (Witch Cottage and Apothecary)

Brass tray of sealing kit: three sticks of wax, a turned brass seal, a small spirit burner and a poured wax disc.

@3dassets814 tris · 2 ↓
Funnel And Measure Set (Witch Cottage and Apothecary)

Funnel And Measure Set (Witch Cottage and Apothecary)

Oak tray of measuring kit: three copper funnels of falling size and three graduated brass measures.

@3dassets1.2k tris · 2 ↓
Bolt Action Sniper Rifle (Tactical Shooter Hill Town)Animated

Bolt Action Sniper Rifle (Tactical Shooter Hill Town)

Free 3D model of a bolt action sniper rifle for a tactical FPS game, an invented archetype with working named parts. Measures 0.14 by 0.35 by 1.18 m.

@3dassets4.4k tris · 2 ↓
Defender Carbine (Tactical Shooter Hill Town)Animated

Defender Carbine (Tactical Shooter Hill Town)

Free 3D model of a defender carbine for a tactical FPS game, an invented archetype with working named parts. Measures 0.06 by 0.33 by 0.74 m.

@3dassets4.0k tris · 2 ↓
Projection Server Rack (Cinema Multiplex and Foyer)

Projection Server Rack (Cinema Multiplex and Foyer)

The rack beside the projector: a 1.5 m charcoal cabinet of five rack units with amber and red status lamps, a vented blank top and bottom, a media server with a lit panel, and a glazed front door with an amber cap over it.

@3dassets2.1k tris · 1 ↓
Service Pistol, Duty Loadout (Mega Weapon Pack)Animated

Service Pistol, Duty Loadout (Mega Weapon Pack)

The service pistol fitted for duty: a miniature reflex sight in the slide cut and a weapon light on the dust cover rail. Premium modern game asset for shooter and survival projects.

@3dassets37.2k tris · 1 ↓
Chassis Sniper, Scoped (Mega Weapon Pack)Animated

Chassis Sniper, Scoped (Mega Weapon Pack)

The chassis bolt action sniper with a long eight times scope on its rail and a precision suppressor on the muzzle. Premium modern game asset for shooter and survival projects.

@3dassets94.3k tris · 1 ↓
Carbine SMG, Fitted (Mega Weapon Pack)Animated

Carbine SMG, Fitted (Mega Weapon Pack)

The carbine length submachine gun with a reflex sight, a vertical fore grip and a light under the handguard. Premium modern game asset for shooter and survival projects.

@3dassets54.8k tris · 1 ↓
Fragmentation Grenade (Mega Weapon Pack)

Fragmentation Grenade (Mega Weapon Pack)

A segmented body fragmentation hand grenade with cast grooves round and up the body, a knurled fuze, a striker lever and a pull ring on a split pin. Premium modern game asset for shooter and survival projects.

@3dassets13.2k tris · 1 ↓

Similar assets

Stores Locker (Submarine Interior and Control Room)Animated

Stores Locker (Submarine Interior and Control Room)

A 920 mm two door stores locker 1.94 m tall with a plinth, a capping rail, drop handles and a plain coloured label strip on each door. Both doors swing on the door-1 and door-2 nodes. The labels are colour only, so nothing is named.

@3dassets640 tris
Staff locker bank, six door (Office Lobby and Building Facilities)Animated

Staff locker bank, six door (Office Lobby and Building Facilities)

A 1.2 m by 1.8 m six-door staff locker bank: a chamfered carcass on a recessed plinth with a sloping top, two tiers of three doors with vent louvres, cam locks and card windows, each door a named pivoted node.

@3dassets2.8k tris
Locker bank, six door (Police Station and Detective Office)Animated

Locker bank, six door (Police Station and Detective Office)

A six door personal locker bank, 900 mm wide and 1.79 m tall: each painted door is a named hinge node with louvre slots, a cam lock and a blank name card.

@3dassets3.1k tris
Staff locker bank, four doors (Parcel Depot and Sorting Hall)Animated

Staff locker bank, four doors (Parcel Depot and Sorting Hall)

Four door staff locker bank 2.4 m wide and 2 m tall: a grey carcass on a plinth with blue doors, charcoal handles, punched vents, blank cream name cards and a sloped top, and every door swings open.

@3dassets348 tris
Stores Locker, Low (Submarine Interior and Control Room)Animated

Stores Locker, Low (Submarine Interior and Control Room)

The same two door stores locker at 920 mm, which is what goes under a bunk run or against a bulkhead where a tall one would not clear the deckhead. Both doors swing on the door-1 and door-2 nodes.

@3dassets640 tris
Upright freezer, single door (Restaurant Kitchen and Dining Room)Animated

Upright freezer, single door (Restaurant Kitchen and Dining Room)

A 750 mm single-door reach-in freezer: a deep insulated door with a grab handle and three hinges, a stepped top condenser housing with a perforated fan grille and a controller.

@3dassets2.5k tris
Locker bank, six door (Downtown Office Interiors)Animated

Locker bank, six door (Downtown Office Interiors)

A six-door staff locker bank, two columns by three tiers at 0.3 m by 0.43 m per door: vented fronts, pull rails and lock barrels, each leaf a named node pivoted on its hinge.

@3dassets3.3k tris
Workshop Tool Locker (Sawmill and Timber Yard)

Workshop Tool Locker (Sawmill and Timber Yard)

Tall green tool locker with thick closed case, inset door, raised handle, ventilation slots and four ground feet.

@3dassets4.5k tris
Dasher Board Panel, 2 m (Ice Hockey Arena and Locker Room)

Dasher Board Panel, 2 m (Ice Hockey Arena and Locker Room)

A 2 m dasher board module 1.07 m tall: a white kicked panel with a yellow kick plate on the ice face, a blue cap rail and two steel back posts. Panels butt on the 2 m module through board-left and board-right, so a run closes a rink and the glass module drops on top.

@3dassets320 tris
Six Door Changing Room Locker Bank (Community Sports Hall and Changing Rooms)Animated

Six Door Changing Room Locker Bank (Community Sports Hall and Changing Rooms)

A 1.2 m six door locker bank 1.85 m tall, two columns of three in alternating blue and green leaves, with a sloped top, a recessed plinth, punched vents, number plates and cam latches. Every leaf is a named node on its own hinge line.

@3dassets1.9k tris
Eight Door Changing Locker Bank (Public Swimming Baths and Poolside)Animated

Eight Door Changing Locker Bank (Public Swimming Baths and Poolside)

A 1.2 m eight door locker bank 1.8 m tall for a wet changing village: two columns of four in blue, green and yellow leaves, with a sloped top, a recessed plinth, punched vents, number plates and coin latches. Every leaf is a named node on its own hinge line.

@3dassets2.4k tris
Depot staff door module, 3 m (Tool Hire Depot and Plant Yard)Animated

Depot staff door module, 3 m (Tool Hire Depot and Plant Yard)

Personnel door module 3 m wide and 3.2 m tall: a charcoal steel door leaf 0.9 m wide in a recessed frame with a vision panel, a push bar and a kick plate, an orange over door sign and the same wall ports, so it drops into a run of cladding.

@3dassets304 tris