3DAssets.dev
Loading model…

About

Robed city mage in a deep blue hooded robe over a long skirt, carrying a walnut staff topped with a glowing arcane orb. Dimensions 0.57 x 2.48 x 0.53 m (X x Y x Z). Footprint origin at ground level; metre units, +Y up, +Z front. Named pivots: torso at (0, 0.89, 0); belt at (0, 0.89, 0); strap at (0, 0.89, 0); head at (0, 1.5, 0); face at (0, 1.5, 0); hair at (0, 1.5, 0); arm-l at (-0.19, 1.42, 0); fore-l at (-0.19, 1.09, 0); arm-r at (0.19, 1.42, 0); fore-r at (0.19, 1.09, 0); thigh-l at (-0.1, 0.89, 0); shin-l at (-0.1, 0.48, 0); boot-l at (-0.1, 0.48, 0); thigh-r at (0.1, 0.89, 0); shin-r at (0.1, 0.48, 0); boot-r at (0.1, 0.48, 0); weapon at (0.19, 0.79, 0); weapon-head at (0.19, 2.24, 0). The orb is an emissive material, not a light, and it is parented to the staff so one clip raises both. Motion is rigid node transforms only: there is no skeleton, no joints in the glTF sense and no skin weighting anywhere. The torso, head, both upper arms and both forearms are solid nodes parented on real shoulder, elbow and neck pivots; the thighs and shins are named and parented on the hip and knee pivots but carry no clip, so a consumer can drive a walk from them. Fingers, cloth folds and facial features are solid and static. Rigid node-transform clips idle, head-turn, arm-swing, weapon-raise drive named nodes on their own pivots. No skinning and no skeleton. Hand painted palette of deep warm limestone, dark terracotta roofs, ochre render, near black walnut framing, russet oak, brass and city crimson and blue, with emissive flame and arcane crystal for the lit pieces. Procedural 1024 px base colour maps, no normal or metal roughness maps. Free 3D model for Unity, Godot, Unreal, three.js and Blender. 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 “City Mage (Fantasy MMO City And Townsfolk)” asset in my project.

Model: https://cdn.3dassets.dev/assets/32787/v1/model.glb
Asset page: https://3dassets.dev/assets/fantasy-mmo-city-and-townsfolk-city-mage-31468b6f
Description: Robed city mage in a deep blue hooded robe over a long skirt, carrying a walnut staff topped with a glowing arcane orb. Rigid jointed hand painted fantasy MMO city character, no skinning.

- Dimensions (X × Y × Z): 0.575 × 2.482 × 0.527 metres
- Triangles: 8.2k
- Animations: idle, head-turn, arm-swing, weapon-raise
- 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/32787/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.

City Mage (Fantasy MMO City And Townsfolk)

Robed city mage in a deep blue hooded robe over a long skirt, carrying a walnut staff topped with a glowing arcane orb. Rigid jointed hand painted fantasy MMO city character, no skinning.

Download asset · 395.2 KB

More in Characters & Creatures

Supervisor Pointing (Car Factory Production Line)

Supervisor Pointing (Car Factory Production Line)

Free 3D model of a factory supervisor in a hi vis vest and hard hat pointing across the line, a posed industrial character for a car factory game asset kit.

@3dassets1.6k tris · 9 ↓
Seated Forklift Driver (Car Factory Production Line)

Seated Forklift Driver (Car Factory Production Line)

Free 3D model of a seated forklift driver in a hi vis vest and hard hat, a posed industrial character for a car factory game asset kit.

@3dassets2.1k tris · 9 ↓
Maintenance Technician Kneeling (Car Factory Production Line)

Maintenance Technician Kneeling (Car Factory Production Line)

Free 3D model of a kneeling maintenance technician in a hi vis vest reaching in with a tool, a posed industrial character for a car factory game asset kit.

@3dassets2.1k tris · 8 ↓
Quality Inspector With Tablet (Car Factory Production Line)

Quality Inspector With Tablet (Car Factory Production Line)

Free 3D model of a factory quality inspector in a hi vis vest holding a tablet, a posed industrial character for a car factory game asset kit.

@3dassets2.1k tris · 8 ↓
Line Worker With Torque Tool (Car Factory Production Line)

Line Worker With Torque Tool (Car Factory Production Line)

Free 3D model of a factory line worker in a hi vis vest and hard hat holding a torque tool, a posed industrial character for a car factory game asset kit.

@3dassets2.1k tris · 8 ↓
Gorgehold Scout (Gorgehold Survivor Gallery and Operations)Animated

Gorgehold Scout (Gorgehold Survivor Gallery and Operations)

Clothed third-person scout with a 74-joint skeleton and idle, walk, run and grasp clips.

@3dassets98.5k tris · 2 ↓
Ground Crew Marshaller (Aircraft Fleet and Airfield)

Ground Crew Marshaller (Aircraft Fleet and Airfield)

A ground crew marshaller in a high visibility tabard and ear defenders, arms raised with a lit wand in each hand. Premium CC0 aircraft and airfield game asset.

@3dassets892 tris · 2 ↓
Skeleton Warrior (Fantasy MMO City And Townsfolk)Animated

Skeleton Warrior (Fantasy MMO City And Townsfolk)

Animated skeleton warrior in a rusted helm with a ribbed chest, hollow sockets and a round iron shield slung on the back, holding a straight sword. Rigid jointed hand painted fantasy MMO city creature, no skinning.

@3dassets8.5k tris · 2 ↓
Goblin Scavenger (Fantasy MMO City And Townsfolk)Animated

Goblin Scavenger (Fantasy MMO City And Townsfolk)

Green skinned goblin scavenger a little over a metre tall, stocky and hooded, in scavenged leather with a knotted club. Rigid jointed hand painted fantasy MMO city creature, no skinning.

@3dassets8.1k tris · 2 ↓
Market Trader (Fantasy MMO City And Townsfolk)Animated

Market Trader (Fantasy MMO City And Townsfolk)

Market trader in a green tunic and red hood with a strapped tray of fruit slung in front, ready to work the square. Rigid jointed hand painted fantasy MMO city character, no skinning.

@3dassets8.4k tris · 2 ↓
Canal Dockhand (Fantasy MMO City And Townsfolk)Animated

Canal Dockhand (Fantasy MMO City And Townsfolk)

Canal dockhand in a rolled shirt and a red head scarf, carrying a sack of grain balanced across the shoulders. Rigid jointed hand painted fantasy MMO city character, no skinning.

@3dassets8.6k tris · 2 ↓
City Child (Fantasy MMO City And Townsfolk)Animated

City Child (Fantasy MMO City And Townsfolk)

Child of the quarter, just under a metre and a quarter tall, in a red smock and leather shoes, holding a stitched leather ball. Rigid jointed hand painted fantasy MMO city character, no skinning.

@3dassets8.6k tris · 2 ↓

Similar assets

City Pennant Pole (Fantasy MMO City And Townsfolk)Animated

City Pennant Pole (Fantasy MMO City And Townsfolk)

Seven metre pennant pole on a stepped stone base with a brass finial and a long blue city pennant flying from the head. Hand painted fantasy MMO city and RPG game asset.

@3dassets1.1k tris
City Merchant (Fantasy MMO City And Townsfolk)Animated

City Merchant (Fantasy MMO City And Townsfolk)

Well fed city merchant in a crimson robe and hood with a brass buckled belt and a money pouch slung at the hip. Rigid jointed hand painted fantasy MMO city character, no skinning.

@3dassets8.1k tris · 2 ↓
City Wall Corner Tower (Fantasy MMO City And Townsfolk)Animated

City Wall Corner Tower (Fantasy MMO City And Townsfolk)

Square corner tower for the city wall, 4 m on the grid and seven metres to its crenellations, with arrow slits on all four faces and a crimson pennant on the staff. Hand painted fantasy MMO city and RPG game asset.

@3dassets12.2k tris · 1 ↓
Great City Gatehouse (Fantasy MMO City And Townsfolk)Animated

Great City Gatehouse (Fantasy MMO City And Townsfolk)

Eight metre gatehouse for the city wall: two limestone blocks either side of an arched passage, a lifting iron portcullis in its runners, a pair of banded oak gate leaves and a crenellated fighting top over a brass city crest. Hand painted fantasy MMO city and RPG game asset.

@3dassets19.2k tris
City Guard Barracks (Fantasy MMO City And Townsfolk)Animated

City Guard Barracks (Fantasy MMO City And Townsfolk)

Long hipped roof guard barracks with three roof dormers, an arched muster door, a bench by the entry, racked spears at both ends and the city arms painted on the front wall. Hand painted fantasy MMO city and RPG game asset.

@3dassets38.9k tris
City Town Hall (Fantasy MMO City And Townsfolk)Animated

City Town Hall (Fantasy MMO City And Townsfolk)

Ashlar town hall behind a two column entrance porch on nosed steps, with lit council windows, a quoined clock tower carrying a moulded dial and gilded hands under a tiled spire, and the city banners at first floor level. Hand painted fantasy MMO city and RPG game asset.

@3dassets52.0k tris · 2 ↓
City Guard With Spear (Fantasy MMO City And Townsfolk)Animated

City Guard With Spear (Fantasy MMO City And Townsfolk)

City watch guard in a blue tabard over a mail shirt, a domed helm with a nose bar and a brass badge, holding a two and a half metre spear at rest. Rigid jointed hand painted fantasy MMO city character, no skinning.

@3dassets8.3k tris · 2 ↓
City Bus (Voxel City Districts)Animated

City Bus (Voxel City Districts)

Original cubic city bus for a coherent modern city.

@3dassets300 tris
City Bus (Pixel Modern City Street)Animated

City Bus (Pixel Modern City Street)

Single deck city bus, 10.5 m long, with a lit destination screen and two plug doors that slide back along the kerb side.

@3dassets600 tris
City Curtain Wall Bay (Fantasy MMO City And Townsfolk)

City Curtain Wall Bay (Fantasy MMO City And Townsfolk)

One 4 m bay of hand painted city curtain wall in coursed limestone, with a corbelled wall walk, a crenellated parapet on the outer face and a solid rear breast wall. Hand painted fantasy MMO city and RPG game asset.

@3dassets4.5k tris · 1 ↓
City Canal Water Tile (Fantasy MMO City And Townsfolk)

City Canal Water Tile (Fantasy MMO City And Townsfolk)

Four metre run of walled city canal: dressed limestone channel sides with a coping course and still water at 0.95 m. Hand painted fantasy MMO city and RPG game asset.

@3dassets264 tris · 1 ↓
City Stone Arch Bridge (Fantasy MMO City And Townsfolk)

City Stone Arch Bridge (Fantasy MMO City And Townsfolk)

Eight metre single span limestone bridge over the city canal, with voussoired arch ring, cambered deck and solid parapets on both sides. Hand painted fantasy MMO city and RPG game asset.

@3dassets2.0k tris · 1 ↓