3DAssets.dev

Loading model

About

The mark a rider practises the lance on: a braced post 2.8 m to the swivel carrying a 2.9 m arm that turns freely, with a struck target board on one end and a sandbag hanging from the other. The arm spins on the post and the bag hangs from the arm as a child node, so a spin carries the bag round and its own swing rides on top of it. Dimensions 3.26 × 3.26 × 1.60 m (X × Y × Z). Ground-contact origin under the footprint. Metre units, +Y up, +Z forward. Kingdom limestone, ashlar, timber, oak, iron, cloth, slate and straw with tournament grass, earth and canvas, flat shaded with no textures so the file loads in every engine. Rigid node-transform clips spin, swing turn named parts on their own pivots. No skinning, no skeleton, 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 “Quintain (Medieval Tournament and Jousting Ground)” asset in my project.

Model: https://cdn.3dassets.dev/assets/37220/v1/model.glb
Asset page: https://3dassets.dev/assets/medieval-tournament-and-jousting-ground-quintain-9452f23b
Description: Training quintain with a free turning arm, a target board on one end and a sandbag swinging from the other.

- Dimensions (X × Y × Z): 3.26 × 3.26 × 1.6 metres
- Triangles: 616
- Animations: spin, swing
- 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/37220/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.

Quintain (Medieval Tournament and Jousting Ground)

Training quintain with a free turning arm, a target board on one end and a sandbag swinging from the other.

Download asset · 31.1 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

Banquette end with arm (Restaurant Kitchen and Dining Room)

Banquette end with arm (Restaurant Kitchen and Dining Room)

A 1 m banquette end module: a piped seat pad and fluted back on a timber board, closed by a padded upholstered arm with its own welt seam.

@3dassets3.0k tris
Rack end panel with sign board (Hardware Store and DIY Warehouse)

Rack end panel with sign board (Hardware Store and DIY Warehouse)

A 1.1 m by 2.4 m rack end cladding panel on a light frame with a blank 0.9 m sign board above it, closing the end of a racking run to the shopfloor.

@3dassets496 tris · 2 ↓
Training Rebound Target (Squash Club and Racket Workshop)

Training Rebound Target (Squash Club and Racket Workshop)

Freestanding training rebound board with concentric targets, structural uprights and broad stable base.

@3dassets2.7k tris
Swing arm lamp (Police Station and Detective Office)Animated

Swing arm lamp (Police Station and Detective Office)

A weighted swing arm lamp: a cast base, a column, a sprung parallel arm as a named node and a conical shade with its diffuser, reaching 700 mm out over a table.

@3dassets740 tris
Log Turning Arm (Sawmill and Timber Yard)

Log Turning Arm (Sawmill and Timber Yard)

Hydraulic-looking log-turning arm with thick hooked plate, base pivot and connected cylinder and piston. Static arm rests on its mounted base.

@3dassets688 tris
Rider walking with a board under an arm (Snowboard Gear and Freestyle Riders)

Rider walking with a board under an arm (Snowboard Gear and Freestyle Riders)

Rider walking in boots with the board carried flat under one arm, bindings outward, helmet in the other hand.

@3dassets6.8k tris
Wheel Turning Board (Cheesemaking and Dairy Cellar)

Wheel Turning Board (Cheesemaking and Dairy Cellar)

Round spruce cheese turning board with plank seams, substantial edge and a joined side handle.

@3dassets1.2k tris
Free-Standing Gym Signage Board (Gym and Fitness Studio)

Free-Standing Gym Signage Board (Gym and Fitness Studio)

A 1.65 m free-standing signage board: a steel-framed panel with an accent face and raised lettering blocks over a lower timetable panel, on two footed legs, for zoning a floor or standing beside a reception desk.

@3dassets1.2k tris
Training Club Shed (Dog Agility and Training Field)Animated

Training Club Shed (Dog Agility and Training Field)

A 3.2 x 2.4 m timber club shed on a concrete pad, 2.75 m to the ridge, with a blue braced door on the front, a window on the gable end and a yellow board beside the door. The door is one node on its hinge jamb, so the clip opens and closes it about the real hinge.

@3dassets372 tris
Boarding barrier arm (Ferry Terminal and Harbour Crossing)Animated

Boarding barrier arm (Ferry Terminal and Harbour Crossing)

Lane barrier with a 3.4 m arm: a grey cabinet on a bolted plinth, a yellow and charcoal banded arm that lifts on its hinge, a red lamp on the head and a kerbside loop detector plate.

@3dassets156 tris
Slatwall straight hanging arm (Retail Store Fixtures and Mall)

Slatwall straight hanging arm (Retail Store Fixtures and Mall)

A straight slatwall faceout arm: a 0.35 m square-section arm with a hooked slot tongue and a turned end stop, for hanging garments square to the wall.

@3dassets264 tris
Headlamp Aim Board (Car Factory Production Line)

Headlamp Aim Board (Car Factory Production Line)

Free 3D model of a headlamp aim board on a rolling stand with a lit target, an end of line lighting check for a car factory game asset kit.

@3dassets1.0k tris · 2 ↓