3DAssets.dev
Loading model…

About

Each shell is three lathed pieces: a rimmed brass head, a straight hull and a six-point star crimp on the mouth. The five lean at their own small angles inside two cord loops, and one loose cord tail curls away from the upper loop so the bundle does not read as a solid block. Bounding size 0.23 by 0.21 by 0.20 m; metres, +Y up, +Z forward. Origin: free, at the centre of the bundle, because a collectible like this is hung in mid-air at whatever hover height the level needs and a base origin would put it on the floor. The geometry surrounds the origin, reaching 0.106 m below it and 0.106 m above it. Clips: bob (2.4 s), spin (3.0 s). Rigid node animation only: named nodes with translation, rotation and scale clips, no skinned rig and no skeleton. No collision volumes and no navigation data. Opaque materials throughout; the pack uses no alpha blending and no transmission.

Use with an AI agent

Copy this prompt into your AI chat, then describe what you want to build with the asset.

Use the “Shotgun shell cluster (Pickups and Collectibles)” asset in my project.

Model: https://cdn.3dassets.dev/assets/19905/v1/model.glb
Asset page: https://3dassets.dev/assets/pickups-and-collectibles-shell-cluster-1ecfcaae
Description: Five shotgun shells 0.21 m tall, each a brass head under a red hull with a six-point crimp, bound together by two cord loops with a loose tail.

- Dimensions (X × Y × Z): 0.235 × 0.212 × 0.195 metres
- Triangles: 1.3k
- Animations: bob, spin
- 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/19905/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.

Shotgun shell cluster (Pickups and Collectibles)

Five shotgun shells 0.21 m tall, each a brass head under a red hull with a six-point crimp, bound together by two cord loops with a loose tail.

Download asset · 63.8 KB

More in Weapons & Tools

Edge tuning tool set (Snowboard Gear and Freestyle Riders)

Edge tuning tool set (Snowboard Gear and Freestyle Riders)

Edge tuning set laid out flat: a file guide, two files, two diamond stones, a gummy stone and a scraper.

@3dassets220 tris
Board tuning vice (Snowboard Gear and Freestyle Riders)

Board tuning vice (Snowboard Gear and Freestyle Riders)

Three-point board tuning vice on a heavy stand, with two edge jaws, a centre support and a base clamp handle.

@3dassets508 tris
Laser Pod (Mech Robots and Battle Hangar)

Laser Pod (Mech Robots and Battle Hangar)

Light shoulder laser pod with a glowing emitter lens and orange heat fins.

@3dassets160 tris
Missile Pod (Mech Robots and Battle Hangar)

Missile Pod (Mech Robots and Battle Hangar)

Medium shoulder missile pod: six-cell box launcher pivoted at its rear hinge under a short mount stub.

@3dassets120 tris
Gatling Arm (Mech Robots and Battle Hangar)

Gatling Arm (Mech Robots and Battle Hangar)

Heavy six-barrel rotary cannon arm with a rear ammunition drum and a pivoted rotor cluster.

@3dassets396 tris
Claw Arm (Mech Robots and Battle Hangar)

Claw Arm (Mech Robots and Battle Hangar)

Medium heavy-duty claw with opposed jaws on a wrist drum.

@3dassets196 tris
Shield Arm (Mech Robots and Battle Hangar)

Shield Arm (Mech Robots and Battle Hangar)

Medium arm carrying a raked 1 m by 1.5 m ballistic shield plate with a hazard stripe and top rail.

@3dassets224 tris
Blade Arm (Mech Robots and Battle Hangar)

Blade Arm (Mech Robots and Battle Hangar)

Medium melee arm carrying a 2 m forward-swept blade with an orange spine.

@3dassets172 tris
Long Rifle Arm (Mech Robots and Battle Hangar)

Long Rifle Arm (Mech Robots and Battle Hangar)

Medium arm-mounted long rifle with a scope block and slender 2.7 m barrel.

@3dassets180 tris
Autocannon Arm (Mech Robots and Battle Hangar)

Autocannon Arm (Mech Robots and Battle Hangar)

Medium arm-mounted autocannon: shoulder drum, boxy receiver, rear ammunition drum and a long braked barrel.

@3dassets224 tris
tear gas canister prop (Prison Complex Builder)

tear gas canister prop (Prison Complex Builder)

Generic inert canister prop with a band, top lever and retaining ring; no contents or simulation.

@3dassets1.0k tris
riot shield (Prison Complex Builder)

riot shield (Prison Complex Builder)

Curved transparent riot-shield prop with a metal edge, two rear handles and visible fasteners.

@3dassets2.3k tris

Similar assets

Shotgun shell carrier (FPS Guns and Shooting Range)

Shotgun shell carrier (FPS Guns and Shooting Range)

Shotgun shell carrier with original detailed construction in metres.

@3dassets876 tris
Shotgun shell box (FPS Guns and Shooting Range)Animated

Shotgun shell box (FPS Guns and Shooting Range)

Shotgun shell box with original detailed construction in metres.

@3dassets1.6k tris
Tall tube sponge cluster (Coral Reef and Underwater Scenery)

Tall tube sponge cluster (Coral Reef and Underwater Scenery)

Five narrow hollow tubes rise to staggered heights.

@3dassets2.2k tris
Mussel Cluster (Fishing Harbour and Boats)

Mussel Cluster (Fishing Harbour and Boats)

Five pointed ridged dark shells arranged as a compact seafood cluster.

@3dassets800 tris
tortoise head in (Reptiles, Amphibians and Insects)

tortoise head in (Reptiles, Amphibians and Insects)

galapagos giant tortoise with domed scute shell, plastron and four supporting legs; head tucked into shell opening.

@3dassets1.7k tris
Broccoli Head (Food, Fresh Produce and Groceries)

Broccoli Head (Food, Fresh Produce and Groceries)

A broccoli head: a thick pale ribbed stalk branching into six arms under a dome crowded with sixty small bumpy bud clusters, plus two leaves low on the stalk.

@3dassets6.2k tris
Conveyor head pulley and drive station (Ore Processing and Haulage Plant)

Conveyor head pulley and drive station (Ore Processing and Haulage Plant)

A 6 m conveyor head station: a lagged head pulley in an A frame under the stringers, a snub pulley, a belt scraper, a gearbox and motor drive with a coupling guard, a flanged discharge chute to grade and a handrailed maintenance platform reached by a stair.

@3dassets2.9k tris
Tall larder fridge 600 (Home Appliances and Utility Room)Animated

Tall larder fridge 600 (Home Appliances and Utility Room)

A 600 mm full-height larder fridge 1.78 m tall with no freezer compartment: recessed pull handle, three hinge knuckles, a small control fascia at the door head and a plinth ventilation grille.

@3dassets1.7k tris
Gas hob, five burner (Home Appliances and Utility Room)

Gas hob, five burner (Home Appliances and Utility Room)

An 860 mm five burner gas hob: sealed burners with spreaders and enamelled caps, three cast iron pan supports, a pressed stainless deck with a rolled edge, five front control knobs and a gas inlet tail.

@3dassets1.9k tris
Tilt head stand mixer (Home Appliances and Utility Room)

Tilt head stand mixer (Home Appliances and Utility Room)

A tilt head stand mixer: a cast pedestal base and column in painted enamel, a hinged motor head with a speed lever and printed scale, a flat beater on the drive shaft and a stainless mixing bowl with a handle.

@3dassets824 tris
Combi oven, six grid (Restaurant Kitchen and Dining Room)Animated

Combi oven, six grid (Restaurant Kitchen and Dining Room)

A six-grid combi oven on an open stand: an insulated case with a sealed double-glazed door on a lever handle, a membrane control head, a condensate tray and a hand shower.

@3dassets3.2k tris
Kennel bank, small, six bay (Clinic and Veterinary Practice)Animated

Kennel bank, small, six bay (Clinic and Veterinary Practice)

A 1.35 m stainless kennel bank of six small bays in two tiers: a chamfered shell on a coved recessed plinth, sloped floor trays with drain lips, bay dividers and one named bar grille door per bay on knuckle hinges with a cam latch and a blank name card.

@3dassets5.6k tris