3DAssets.dev
Loading model…

About

A 4 m level crossing: the road surface crosses the track on timber check boards flanked by stone approaches, with a five bar gate hung on each side of the line. Each gate is a named pivot node at its hanging post. Ballast base at y=0, sleeper tops at y=0.35 and railhead top at y=0.50; 1,435 mm gauge with rail centres at x = +/- 0.7525. The module origin sits on the rail-a port at the track centreline and the module runs toward +Z. Bounding size 9.40 x 2.12 x 4.00 m (X x Y x Z). Metre units, +Y up, +Z forward, resting at y=0. Named pivot nodes: gate-1, gate-2. Rigid node-transform clips: open and 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 “Level crossing with gates (Steam Era Railway and Rolling Stock)” asset in my project.

Model: https://cdn.3dassets.dev/assets/14741/v1/model.glb
Asset page: https://3dassets.dev/assets/steam-era-railway-and-rolling-stock-level-crossing-70ed6fd5
Description: A 4 m level crossing module with a timber road deck, stone approaches and two five bar gates.

- Dimensions (X × Y × Z): 9.4 × 2.12 × 4 metres
- Triangles: 792
- Animations: open, 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/14741/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.

Level crossing with gates (Steam Era Railway and Rolling Stock)

A 4 m level crossing module with a timber road deck, stone approaches and two five bar gates.

Download asset · 43.5 KB

More in Roads & Infrastructure

Floor Tile Plain (Car Factory Production Line)

Floor Tile Plain (Car Factory Production Line)

Free 3D model of a plain 6 m factory floor tile in light grey epoxy with a recessed joint, a modular plant floor panel for a car factory game asset kit.

@3dassets24 tris · 3 ↓
Floor Tile Walkway (Car Factory Production Line)

Floor Tile Walkway (Car Factory Production Line)

Free 3D model of a 6 m factory floor tile in light grey epoxy with a yellow marked walkway, a modular plant floor panel for a car factory game asset kit.

@3dassets144 tris · 3 ↓
Delivery Lane Marking (Car Factory Production Line)

Delivery Lane Marking (Car Factory Production Line)

Free 3D model of a finished car delivery lane floor marking with bollards, an end of line despatch bay for a car factory game asset kit.

@3dassets1.4k tris · 3 ↓
Plaza Ground Tile 4 m (Hero Shooter Harbour Payload)

Plaza Ground Tile 4 m (Hero Shooter Harbour Payload)

Free 3D game asset: a 4 m paved plaza tile for a hero shooter harbour map, with inlaid terracotta bands and a connector port on each edge.

@3dassets620 tris · 1 ↓
Cobble Ground Tile 4 m (Hero Shooter Harbour Payload)

Cobble Ground Tile 4 m (Hero Shooter Harbour Payload)

Free 3D game asset: a 4 m cobbled ground tile for a hero shooter harbour map, with a connector port on each of the four edges.

@3dassets324 tris · 1 ↓
Boat Roller Slipway (Viking Age Longhouse and Longship)

Boat Roller Slipway (Viking Age Longhouse and Longship)

Free 3D model of a Viking boat roller slipway section: greased log rollers between oak skids on stone footings, a 3 m module for hauling a hull ashore.

@3dassets1.5k tris
Quay Bollard Post (Pirate Port and Tall Ships)

Quay Bollard Post (Pirate Port and Tall Ships)

A 1.4 m oak mooring bollard on a stone pad, iron banded top and bottom, with three turns of hawser round its base.

@3dassets640 tris
Timber Jetty Section (Pirate Port and Tall Ships)

Timber Jetty Section (Pirate Port and Tall Ships)

A 3 by 4 m timber jetty module on four banded piles with cross bracing, edge bearers, a laid plank deck and a bollard at one corner.

@3dassets724 tris
Careening Posts (Pirate Port and Tall Ships)

Careening Posts (Pirate Port and Tall Ships)

A pair of 3.6 m raking careening posts on stone footings, cross braced, with iron bands, purchase blocks and the fall of the tackle a hull is hove down on.

@3dassets456 tris
Quay Stairs (Pirate Port and Tall Ships)

Quay Stairs (Pirate Port and Tall Ships)

A 4 by 4 m quay module with an eight step flight cut down its seaward face to the waterline, cheek walls either side and a mooring ring at the head.

@3dassets660 tris
Stone Quay Section (Pirate Port and Tall Ships)

Stone Quay Section (Pirate Port and Tall Ships)

A 4 by 4 m coral stone quay module with coursed masonry faces, a proud coping course, fender timbers, mooring rings and an iron ladder down the seaward face.

@3dassets1.5k tris
Boardwalk Section With Posts (Wild West Frontier Town)

Boardwalk Section With Posts (Wild West Frontier Town)

Free 3D model of a planked boardwalk section with porch posts, for a wild west town kit on a 3.2 m grid. Measures 3.20 by 3.40 by 2.00 m.

@3dassets240 tris

Similar assets

Bar counter module 1200 (Bar, Pub and Brewery Taproom)

Bar counter module 1200 (Bar, Pub and Brewery Taproom)

A 1.2 m pub bar counter module: recessed plinth, fielded timber front panelling under a moulded rail, a postformed bar top with a bullnose nosing and brass edge strip, a brass foot rail on stanchions and a stainless working deck with an upstand inside the bar.

@3dassets1.7k tris
Five-bar field gate, closed (Arable Fields and Farm Machinery)Animated

Five-bar field gate, closed (Arable Fields and Farm Machinery)

A 3.5 m tubular five-bar field gate hung between two round posts, with diagonal bracing, hinge straps and a latch; the gate leaf turns on its own hinge pivot.

@3dassets292 tris
Five Bar Field Gate (Farm and Working Animals HD)Animated

Five Bar Field Gate (Farm and Working Animals HD)

Five bar timber field gate hung in a 3.00 m fence opening, swinging on the left post.

@3dassets156 tris
Five-bar field gate, open (Arable Fields and Farm Machinery)

Five-bar field gate, open (Arable Fields and Farm Machinery)

The five-bar field gate swung open on its hinge post, clearing the gateway.

@3dassets292 tris
Condiment bar module (Cafe, Bakery and Coffee Bar)

Condiment bar module (Cafe, Bakery and Coffee Bar)

A 600 mm condiment bar on the counter-run grid: a counter module with a recessed waste aperture and flap ring, a timber caddy tray with two glass sugar jars, and a napkin dispenser on the customer side.

@3dassets1.4k tris
Road Zebra Crossing (Pixel Modern City Street)

Road Zebra Crossing (Pixel Modern City Street)

Zebra crossing road tile with five painted stripes and give way bars, for pedestrian crossings in low poly city scenes.

@3dassets96 tris
Bar waiter station module (Bar, Pub and Brewery Taproom)

Bar waiter station module (Bar, Pub and Brewery Taproom)

A counter module set up as the waiter station: a stainless tray shelf inside the bar, a docket rail on posts with blank order slips, a stack of round drinks trays and a divided condiment box.

@3dassets2.9k tris
Working bar with back bar and dispense (Bar, Pub and Brewery Taproom)

Working bar with back bar and dispense (Bar, Pub and Brewery Taproom)

A pub bar in service: a panelled counter run from the lift-flap end through the till and waiter positions and around a corner into a return leg, a four bay back bar of bottle steps, mirror and glazed fridge with an optic rail and lightbox, three tap fonts and a set of three...

@3dassets62.4k tris
Level crossing with lifting barriers (Modern Rail and Metro Network)Animated

Level crossing with lifting barriers (Modern Rail and Metro Network)

A 6 m level crossing with rubber crossing panels, an asphalt road, two lifting barriers and warning lights.

@3dassets2.5k tris
Bar counter module (Restaurant Kitchen and Dining Room)

Bar counter module (Restaurant Kitchen and Dining Room)

A 600 mm dining bar counter module on the counter-run grid: a panelled timber front with a brass foot rail, a stainless working counter with a drip tray and a raised postformed bar top.

@3dassets1.4k tris
Bar counter end with lift flap (Bar, Pub and Brewery Taproom)Animated

Bar counter end with lift flap (Bar, Pub and Brewery Taproom)

The service end of a bar counter: a panelled half with a fixed bar top, a turned newel post and a hinged bar-top leaf over an open passage with a slatted swing gate below.

@3dassets2.3k tris
Deck Stair and Ramp Module (Sci-Fi City Towers and Skyways)

Deck Stair and Ramp Module (Sci-Fi City Towers and Skyways)

An 8 by 16 m access module that brings the 2.4 m street deck to ground level: a 13 m accessible ramp with double handrails on the west half, an eight-riser stair on the east half, a short deck landing and edge lighting.

@3dassets780 tris