3DAssets.dev
Loading model…

About

A 14.6 m locomotive turntable: a stone pit wall and floor, a circular running rail and a riveted deck girder carrying the running rails across the pit. The whole deck is one named pivot node at the centre, so it can be rotated about Y. Bounding size 14.60 x 1.40 x 14.60 m (X x Y x Z). Metre units, +Y up, +Z forward, resting at y=0. Named pivot nodes: turntable-deck. Rigid node-transform clips: spin. 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 “Locomotive turntable (Steam Era Railway and Rolling Stock)” asset in my project.

Model: https://cdn.3dassets.dev/assets/14750/v1/model.glb
Asset page: https://3dassets.dev/assets/steam-era-railway-and-rolling-stock-turntable-19b94020
Description: A 14.6 m turntable with a stone pit, circular rail and a riveted deck girder on a named pivot.

- Dimensions (X × Y × Z): 14.6 × 1.4 × 14.6 metres
- Triangles: 1.1k
- Animations: 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/14750/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.

Locomotive turntable (Steam Era Railway and Rolling Stock)

A 14.6 m turntable with a stone pit, circular rail and a riveted deck girder on a named pivot.

Download asset · 56.8 KB

More in Roads & Infrastructure

Escalator comb landing plate (Retail Store Fixtures and Mall)

Escalator comb landing plate (Retail Store Fixtures and Mall)

An escalator landing plate: a stainless comb plate with a fingered leading edge, a chequered floor plate and a recessed access panel with two lift points.

@3dassets1.6k tris
Escalator newel end (Retail Store Fixtures and Mall)

Escalator newel end (Retail Store Fixtures and Mall)

An escalator newel end for one side of a run: the handrail returning through 180 degrees around a moulded newel head, over a glass panel in the landing base shoe.

@3dassets512 tris
Escalator landing balustrade (Retail Store Fixtures and Mall)

Escalator landing balustrade (Retail Store Fixtures and Mall)

A 2.4 m level balustrade section for the landing approach to an escalator: the same base shoe, glass and handrail profile run flat rather than raked.

@3dassets256 tris
Escalator balustrade section (Retail Store Fixtures and Mall)

Escalator balustrade section (Retail Store Fixtures and Mall)

A 2.4 m raked balustrade section for extending an escalator run: a glass panel in a chamfered base shoe with the moving-handrail profile above, modelled as one side.

@3dassets256 tris
Concourse escalator (Retail Store Fixtures and Mall)

Concourse escalator (Retail Store Fixtures and Mall)

A single escalator rising 3.6 m at 30 degrees: a clad truss, comb-plate landings at both ends, sixteen cleated steps with riser faces, skirt panels, and glass balustrades with a moving-handrail profile and turned newel heads.

@3dassets10.6k tris
Loaded cable tray (Liminal Spaces Kit)

Loaded cable tray (Liminal Spaces Kit)

Open ladder cable tray holds three continuous insulated cables.

@3dassets4.4k tris
Twin emergency light (Liminal Spaces Kit)

Twin emergency light (Liminal Spaces Kit)

Two separately aimed lamp heads attach to one compact wall housing.

@3dassets2.8k tris
Ice machine alcove (Liminal Spaces Kit)

Ice machine alcove (Liminal Spaces Kit)

Unlit ice dispenser occupies a shallow wall-backed service recess.

@3dassets5.0k tris
Hotel corridor door (Liminal Spaces Kit)

Hotel corridor door (Liminal Spaces Kit)

Inset hotel door has a blank number plaque and pivoted leaf.

@3dassets2.7k tris
Hotel corridor wall (Liminal Spaces Kit)

Hotel corridor wall (Liminal Spaces Kit)

Plaster corridor wall with continuous double chair rail and skirting.

@3dassets1.9k tris
Elevator car interior (Liminal Spaces Kit)

Elevator car interior (Liminal Spaces Kit)

Open-front steel car with a rubber floor, handrail and button panel.

@3dassets5.3k tris
Elevator door pair (Liminal Spaces Kit)

Elevator door pair (Liminal Spaces Kit)

Two named sliding steel leaves meet at a recessed central seam.

@3dassets1.5k tris

Similar assets

Inspection pit module (Modern Rail and Metro Network)

Inspection pit module (Modern Rail and Metro Network)

A 6 m depot inspection pit road: rails on continuous plinths over an open pit with walkways, lamps and steps.

@3dassets808 tris
Vehicle turntable in a pit ring (Animated Mechanisms Kit)Animated

Vehicle turntable in a pit ring (Animated Mechanisms Kit)

Five metre turntable: a sunken pit ring with eight rollers and a drive cabinet, carrying a ribbed steel deck marked with amber alignment bands.

@3dassets1.2k tris
Guard rail, 2 m (Spaceship Interior Deck Kit)

Guard rail, 2 m (Spaceship Interior Deck Kit)

Two stanchions with a steel top rail and a blue mid rail, 2 m long along X.

@3dassets176 tris
Third rail track 6 m (Modern Rail and Metro Network)

Third rail track 6 m (Modern Rail and Metro Network)

A 6 m ballasted module with a top contact conductor rail on porcelain pots outside the running rails.

@3dassets2.3k tris
Through girder bridge deck (Steam Era Railway and Rolling Stock)

Through girder bridge deck (Steam Era Railway and Rolling Stock)

An 8 m riveted through girder bridge carrying the track at normal railhead height.

@3dassets936 tris
Circular vehicle turntable (Road Car Showroom Lineup)

Circular vehicle turntable (Road Car Showroom Lineup)

Circular vehicle turntable, an original generic design in a cohesive showroom palette.

@3dassets512 tris
Garment hanging rail bay 1.5 m (Laundrette and Cleaning Services)

Garment hanging rail bay 1.5 m (Laundrette and Cleaning Services)

A 1.5 m garment storage bay on the rail grid: two posts on base plates with a rail at 1.7 m, a lower stock rail, a wire top shelf, foot ties and seven wrapped garments hanging on the upper rail.

@3dassets2.8k tris
Mobile cloakroom rail (Hotel and Resort Operations)

Mobile cloakroom rail (Hotel and Resort Operations)

A 1.5 m mobile cloakroom rail: a welded frame on four named pivoted castors with a hanging rail carrying eight hangers, a hat shelf, a lower shoe shelf and a ticket plate.

@3dassets2.9k tris
walkway rail (Prison Complex Builder)

walkway rail (Prison Complex Builder)

Bolted 2 m catwalk guard rail with top rail, mid rail, vertical infill and toe rail.

@3dassets1.0k tris
Three deck bakery oven (Cafe, Bakery and Coffee Bar)

Three deck bakery oven (Cafe, Bakery and Coffee Bar)

A 1.3 m three deck bakery oven: a heavy footed stand with a peel shelf, three stacked hearth chambers with stone soles behind named glazed drop-down doors, per-deck fasciae with dials and lamps, steam injection levers, vent pipes and a canopy hood with a duct.

@3dassets5.1k tris
Orbital Field Station: Deck safety rail

Orbital Field Station: Deck safety rail

Two-metre railing with an open lower span, teal kick plate and capped tubular handrail.

@3dassets344 tris
Deck showroom (Spaceship Interior Deck Kit)

Deck showroom (Spaceship Interior Deck Kit)

Composed example for Spaceship Interior Deck Kit.

@3dassets21.3k tris