3DAssets.dev

Loading scene

Walkable demo

Lost stone city in the jungle

Walk fifty metres of a fictional stone city swallowed by jungle: a stepped pyramid and summit shrine, a full length ball court, an altar terrace, a ruined quarter, a cenote, a rope bridge over a gorge and an explorer camp.

About

All 61 of the individual models in the pack, placed as one lost stone city in the jungle, 51 by 51 metres under an open sky. The city is invented: no real site is depicted, no real culture is claimed as its subject, and every glyph, mask and stela carving is an abstract shape rather than a script.

You start at the south edge of the paved plaza looking north up the processional axis at the stepped pyramid. Three stacked tiers and a summit shrine rise 18.8 metres out of the trees, climbed by three stair flights with serpent balustrade heads and a pair of jaguar statues at the foot. The pyramid is the backdrop and the silhouette: everything worth reading is at plaza level, where you walk.

West of the axis, an altar stone sits on a stepped plinth with offering bowls, an obsidian mirror stand, stone braziers and a serpent and a jaguar carved in stone. Standing torch posts, carved stelae, glyph panels and feathered serpent columns line the way in. A temple platform plinth carries a serpent statue on the north east side, reached by two processional stair flights.

East, the ball court runs twenty metres between its end markers, sloped walls on both sides with four stone rings set high on them, bench runs along the south side for the crowd and a colonnade of seven sections with wall torches behind the north wall. West of the plaza the ruin takes over: a standing wall run with a gate tower and a corbel arch doorway, then a collapsed compound of corner piers, toppled columns, fallen lintels, rubble piles and a stela on its face, with vine curtains hanging off what is left. A cenote well head stands over the water on the north west corner with a rope ladder, a winch drum, braziers and offerings on the rim.

An explorer camp is pitched inside the wall by the gate: two canvas tents, supply crates open and closed, a field table of notes, lanterns, a machete, bedrolls, a rope ladder on the wall and two theodolites on tripods. South of the plaza a gorge cuts the ground away and a single rope bridge spans it between two anchor towers, with a winch drum and torch posts at the near head and a small shrine terrace of a step platform, a stela, braziers and bowls on the far bank. Canopy trees, buttress root trees, strangler figs on ruin, palm saplings, ferns, undergrowth and fallen logs close the edge on every side.

What moves: the summit shrine doorway, the corbel arch doorway and the gate tower open and close as you come near, the ball court stone rings and the theodolite heads and the winch drums spin, the supply crates open, the obsidian mirror tilts, and the anchor tower gates open.

What does not move, and why: the vine curtains, the moss draped branches, the rope bridge deck and its sag, the canvas tents and the water in the cenote are all static. Flexible material needs a joint per element and the animation here is rigid node transforms, one per moving part, which cannot give cloth, rope or water a believable shape. There are no people and no animals either: the pack ships no skinned meshes, and the jaguar and the serpent are carved statues rather than creatures.

Every piece here is a published model from the pack, placed by hand. Walk with the keys or touch, and approach a piece to see it move if it has animation. Colliders, navigation and gameplay are yours to add.

Points of interest

Use with an AI agent

Copy this prompt into your AI chat to rebuild the layout, then describe what to change.

Rebuild the "Lost stone city in the jungle" demo scene from the Jungle Temple and Stone City pack in my project.

Layout (JSON, every placement with its CDN URL): https://3dassets.dev/api/v1/demos/jungle-temple-and-stone-city
Pack manifest: https://3dassets.dev/api/v1/packs/jungle-temple-and-stone-city
Demo page: https://3dassets.dev/demos/jungle-temple-and-stone-city

- 612 placements of 61 models; units are metres, +Y up, rotation is yaw in degrees about +Y
- Spawn at (0, 0, 4) facing -168 degrees; eye height 1.6 m
- Licence: CC0 1.0 Universal (no attribution required)
- Loading: three.js GLTFLoader, one load per distinct model, cloned per placement; no decoders required

Also available as JSON or Markdown, and via the MCP server.

Common questions

How do I use Lost stone city in the jungle 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 scene 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?
Walk the scene here with the keys or touch to see how the pack fits together. To build it yourself, download the pack with the button, then copy the "Copy for AI agent" prompt: it links the layout JSON, which lists every placement with its position, rotation and CDN URL, so an assistant connected to the MCP server can rebuild the scene in your engine and change it to order.

MCP server setup

Which game engines and tools can I use Lost stone city in the jungle 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. Every model in the scene is a self-contained binary glTF (.glb) with textures embedded, so each is one file to import and no plugin, converter or decoder to install first.
How do I import this scene 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 Lost stone city in the jungle in a commercial game, and do I need to credit anyone?
Yes to commercial use and no to credit. Every scene 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 pack behind it 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.
Is the demo itself a file I can download?
No, and it does not need to be. A demo is a layout of the pack's published models composed in your browser from the CDN, so there is no extra file to fetch. Download the pack for the models, and take the layout JSON linked above for the placements: together they are the whole scene, and an AI agent can rebuild it from those two links.
Can I change the scene, or add gameplay to it?
Yes. The layout is plain data in metres, so move, add or remove placements freely in your own engine. Colliders, navigation and gameplay are yours to add: the demo shows what the pack looks like assembled, and your game decides how it plays.

Models in this demo

Pyramid Base Tier (Jungle Temple and Stone City)

Pyramid Base Tier (Jungle Temple and Stone City)

Free 3D model of the base tier of a jungle stone pyramid: a 12 m coursed limestone platform with a battered face, a red stucco cornice and moss in the lower joints.

@3dassets6.1k tris
Pyramid Middle Tier (Jungle Temple and Stone City)

Pyramid Middle Tier (Jungle Temple and Stone City)

Free 3D model of the middle tier of a jungle stone pyramid: a 10 m battered limestone platform with a stucco cornice, sized to sit on the base tier.

@3dassets5.2k tris
Pyramid Upper Tier (Jungle Temple and Stone City)

Pyramid Upper Tier (Jungle Temple and Stone City)

Free 3D model of the upper tier of a jungle stone pyramid: an 8 m battered limestone platform that carries the summit shrine.

@3dassets4.4k tris
Summit Shrine (Jungle Temple and Stone City)Animated

Summit Shrine (Jungle Temple and Stone City)

Free 3D model of a jungle temple summit shrine: a single chamber of coursed limestone with a corbelled doorway, a swinging plank door and a pierced roof comb.

@3dassets9.6k tris
Pyramid Stair Flight (Jungle Temple and Stone City)

Pyramid Stair Flight (Jungle Temple and Stone City)

Free 3D model of a temple stair flight: twelve steep limestone steps rising 2.4 m over a 2.2 m run, between raking balustrades headed by carved serpents.

@3dassets5.8k tris
Serpent Balustrade Head (Jungle Temple and Stone City)

Serpent Balustrade Head (Jungle Temple and Stone City)

Free 3D model of a carved serpent balustrade head: a plumed stone serpent on a block plinth, for the foot of a temple stair or the end of a wall.

@3dassets1.8k tris
Jaguar Statue (Jungle Temple and Stone City)

Jaguar Statue (Jungle Temple and Stone City)

Free 3D model of a carved stone jaguar: a 1.5 m crouching big cat on a plinth with obsidian eyes and carved rosettes, guarding a temple stair.

@3dassets2.0k tris
Standing Torch Post (Jungle Temple and Stone City)

Standing Torch Post (Jungle Temple and Stone City)

Free 3D model of a standing torch post: a 2.4 m timber shaft in a turned limestone foot, bound with rope and topped by a pitch bowl.

@3dassets1.4k tris
Stone Brazier (Jungle Temple and Stone City)

Stone Brazier (Jungle Temple and Stone City)

Free 3D model of a carved stone brazier: a turned limestone bowl on a fluted foot with a charred bed of wood in it, for a temple plaza or a stair head.

@3dassets1.8k tris
Rope Ladder (Jungle Temple and Stone City)

Rope Ladder (Jungle Temple and Stone City)

Free 3D model of an expedition rope ladder: a 4.5 m fibre ladder on timber rungs with a spreader bar at the head, for dropping down a temple face.

@3dassets1.6k tris
Feathered Serpent Column (Jungle Temple and Stone City)

Feathered Serpent Column (Jungle Temple and Stone City)

Free 3D model of a feathered serpent column: a 4 m carved limestone post whose plumed snake body winds up the shaft to a head beneath the capital.

@3dassets8.0k tris
Carved Stela (Jungle Temple and Stone City)

Carved Stela (Jungle Temple and Stone City)

Free 3D model of a carved stone stela: a 3.5 m limestone slab on a base, cut with abstract relief cartouches on all four faces and mossed at the foot.

@3dassets12.4k tris
Carved Stela Toppled (Jungle Temple and Stone City)

Carved Stela Toppled (Jungle Temple and Stone City)

Free 3D model of a toppled carved stela: the 3.5 m relief slab lying on its face in the leaf litter, with its base block broken out and ferns growing over it.

@3dassets13.5k tris
Glyph Panel (Jungle Temple and Stone City)

Glyph Panel (Jungle Temple and Stone City)

Free 3D model of a carved glyph panel: a 1.8 m limestone relief slab on a base with twelve abstract cartouches, for a temple wall or a plaza.

@3dassets6.7k tris
Stone Mask Panel (Jungle Temple and Stone City)

Stone Mask Panel (Jungle Temple and Stone City)

Free 3D model of a carved stone mask panel: a 2 m limestone relief of an invented creature face with obsidian eyes and stucco ear flares.

@3dassets2.2k tris
Stone Step Platform (Jungle Temple and Stone City)

Stone Step Platform (Jungle Temple and Stone City)

Free 3D model of a two step stone platform: a 4.4 m coursed limestone dais 0.96 m tall, for an altar, a stela group or a shrine in a plaza.

@3dassets1.9k tris
Altar Stone (Jungle Temple and Stone City)

Altar Stone (Jungle Temple and Stone City)

Free 3D model of a stone altar: a 2.4 m limestone table slab on three carved supports with an abstract relief band along its edge.

@3dassets4.3k tris
Offering Bowl (Jungle Temple and Stone City)

Offering Bowl (Jungle Temple and Stone City)

Free 3D model of a carved stone offering bowl: a 0.7 m limestone basin on a short foot holding jade beads and an obsidian blade.

@3dassets956 tris
Obsidian Mirror Stand (Jungle Temple and Stone City)Animated

Obsidian Mirror Stand (Jungle Temple and Stone City)

Free 3D model of an obsidian scrying mirror on a stand: a polished black disc in a timber ring with jade studs, tilting on a stone footed tripod.

@3dassets1.0k tris
Ball Court Sloped Wall (Jungle Temple and Stone City)

Ball Court Sloped Wall (Jungle Temple and Stone City)

Free 3D model of a ball court wall section: a 3 m sloped stone apron with a framed relief panel above it and a bench at its foot, for a jungle temple ball court.

@3dassets2.2k tris
Ball Court Stone Ring (Jungle Temple and Stone City)Animated

Ball Court Stone Ring (Jungle Temple and Stone City)

Free 3D model of a ball court stone ring on its wall block: a carved stone hoop set vertically on a corbel, with the ring turning on its own node.

@3dassets1.1k tris
Ball Court End Marker (Jungle Temple and Stone City)

Ball Court End Marker (Jungle Temple and Stone City)

Free 3D model of a carved ball court end marker: a turned limestone post with an abstract relief cartouche and moss at its foot.

@3dassets1.8k tris
Ball Court Bench Run (Jungle Temple and Stone City)

Ball Court Bench Run (Jungle Temple and Stone City)

Free 3D model of a 3 m stone bench run: two courses of limestone with a capping slab and moss in the joints, for a ball court alley or a plaza edge.

@3dassets612 tris
Colonnade Section (Jungle Temple and Stone City)

Colonnade Section (Jungle Temple and Stone City)

Free 3D model of a 3 m stone colonnade section: two square limestone columns on plinths carrying a lintel and a stucco band, 3.5 m tall.

@3dassets2.3k tris
Square Column (Jungle Temple and Stone City)

Square Column (Jungle Temple and Stone City)

Free 3D model of a carved stone column: a 3 m tapering limestone post on a plinth with abstract relief on two faces and a vine coming down it.

@3dassets4.2k tris
Fallen Lintel Block (Jungle Temple and Stone City)

Fallen Lintel Block (Jungle Temple and Stone City)

Free 3D model of a fallen carved lintel: a 2.4 m limestone beam lying tilted with an abstract relief band along it, mossed and half taken by ferns.

@3dassets2.7k tris
Stone Corner Pier (Jungle Temple and Stone City)

Stone Corner Pier (Jungle Temple and Stone City)

Free 3D model of a stone corner pier: a 0.6 m square carved limestone post, 3.3 m tall, that takes a wall run on any of its four faces.

@3dassets3.0k tris
Stone Wall Block (Jungle Temple and Stone City)

Stone Wall Block (Jungle Temple and Stone City)

Free 3D model of a 3 m coursed limestone wall block, 2.6 m tall with a capping course and moss in the joints, for a jungle stone city.

@3dassets1.0k tris
Stone Gate Tower (Jungle Temple and Stone City)Animated

Stone Gate Tower (Jungle Temple and Stone City)

Free 3D model of a stone city gate tower: a 3 m module 4.4 m tall with a corbelled passage, a carved lintel band and two timber leaves that swing open.

@3dassets4.3k tris
Stone Wall Collapsed (Jungle Temple and Stone City)

Stone Wall Collapsed (Jungle Temple and Stone City)

Free 3D model of a collapsed stone wall section: a 3 m run of coursed limestone falling away to a rubble spill, with moss and a hanging vine.

@3dassets3.0k tris
Corbel Arch Doorway (Jungle Temple and Stone City)Animated

Corbel Arch Doorway (Jungle Temple and Stone City)

Free 3D model of a corbelled stone doorway module: a 3 m wall block with a stepped corbel head over a 1.3 m opening and a plank door that swings.

@3dassets3.1k tris
Rubble Pile (Jungle Temple and Stone City)

Rubble Pile (Jungle Temple and Stone City)

Free 3D model of a stone rubble pile: broken limestone and andesite blocks tumbled into a 2.3 m heap, mossed over with ferns growing out of it.

@3dassets3.9k tris
Wall Torch (Jungle Temple and Stone City)

Wall Torch (Jungle Temple and Stone City)

Free 3D model of a stone wall torch bracket: a carved limestone corbel carrying a pitch bowl on a timber shaft, 1.2 m tall.

@3dassets840 tris
Vine Curtain (Jungle Temple and Stone City)

Vine Curtain (Jungle Temple and Stone City)

Free 3D model of a vine curtain over a ruined doorway: two broken limestone jambs under a fallen lintel, hung with nine falling lianas.

@3dassets4.0k tris
Cenote Well Head (Jungle Temple and Stone City)

Cenote Well Head (Jungle Temple and Stone City)

Free 3D model of a cenote well head: a 4.4 m ring of dressed limestone round a sinkhole with still green water a metre down the shaft, vines falling into it.

@3dassets10.6k tris
Rope Winch Drum (Jungle Temple and Stone City)Animated

Rope Winch Drum (Jungle Temple and Stone City)

Free 3D model of a hand winch: a 1.2 m timber frame carrying a roped drum with a crank handle, for hauling finds out of a shaft.

@3dassets1.6k tris
Supply Crate (Jungle Temple and Stone City)Animated

Supply Crate (Jungle Temple and Stone City)

Free 3D model of an expedition supply crate: a 0.9 m corner braced timber case with rope handles, plain stencil bars and a lid that lifts.

@3dassets1.7k tris
Canvas Tent (Jungle Temple and Stone City)

Canvas Tent (Jungle Temple and Stone City)

Free 3D model of an expedition ridge tent: a 3.4 m canvas A frame on timber poles with guy lines and pegs, one end flap pinned back.

@3dassets1.7k tris
Field Table And Notes (Jungle Temple and Stone City)

Field Table And Notes (Jungle Temple and Stone City)

Free 3D model of a survey field table: a 1.5 m folding timber table with blank ruled sheets, a rolled plan, a measuring chain and a jade find on a cloth.

@3dassets1.8k tris
Theodolite On Tripod (Jungle Temple and Stone City)Animated

Theodolite On Tripod (Jungle Temple and Stone City)

Free 3D model of a survey theodolite on a timber tripod: a 1.7 m instrument with a graduated circle and a telescope, its head turning on the vertical axis.

@3dassets1.1k tris
Supply Crate Open (Jungle Temple and Stone City)

Supply Crate Open (Jungle Temple and Stone City)

Free 3D model of an open expedition supply crate: the timber case with its lid off and leaning against the side, packed with a canvas roll and a coil of line.

@3dassets1.9k tris
Camp Lantern (Jungle Temple and Stone City)

Camp Lantern (Jungle Temple and Stone City)

Free 3D model of an expedition camp lantern: a 0.55 m storm lantern with a glazed body, a vented cap and a carry hoop, in blackened metal.

@3dassets800 tris
Machete (Jungle Temple and Stone City)

Machete (Jungle Temple and Stone City)

Free 3D model of an expedition machete: a 0.8 m blade with a timber grip and a wrist thong, lying flat, for cutting a way into an overgrown ruin.

@3dassets712 tris
Expedition Pack And Bedroll (Jungle Temple and Stone City)

Expedition Pack And Bedroll (Jungle Temple and Stone City)

Free 3D model of an expedition pack and bedroll: a canvas framed rucksack, a strapped bedroll and a billy can, about 1.2 m across on the ground.

@3dassets1.0k tris
Temple Platform Plinth (Jungle Temple and Stone City)

Temple Platform Plinth (Jungle Temple and Stone City)

Free 3D model of a 6 m stone temple platform: a low coursed limestone plinth with a capping slab, a stucco band and a little fallen stone on its head.

@3dassets2.1k tris
Serpent Statue (Jungle Temple and Stone City)

Serpent Statue (Jungle Temple and Stone City)

Free 3D model of a coiled feathered serpent statue: a 2.6 m carved stone snake wound up a spiral on a plinth, head raised and plumed.

@3dassets8.0k tris
Processional Stair Flight (Jungle Temple and Stone City)

Processional Stair Flight (Jungle Temple and Stone City)

Free 3D model of a wide processional stair: six shallow limestone steps rising 1.2 m over a 1.8 m run, between plain raking kerbs.

@3dassets1.1k tris
Gorge Edge Block (Jungle Temple and Stone City)

Gorge Edge Block (Jungle Temple and Stone City)

Free 3D model of a 3 m gorge edge block: a broken rock lip 2.6 m tall with a mossy top, ferns and vines falling over the drop.

@3dassets3.1k tris
Bridge Anchor Tower (Jungle Temple and Stone City)Animated

Bridge Anchor Tower (Jungle Temple and Stone City)

Free 3D model of a rope bridge anchor tower: a 2.4 m coursed limestone block with timber bollards, anchor ropes and a boarding plank that lifts.

@3dassets2.5k tris
Rope Bridge Span (Jungle Temple and Stone City)

Rope Bridge Span (Jungle Temple and Stone City)

Free 3D model of a 6 m rope bridge span: a sagging plank deck on twin carrying ropes with roped handrails and hangers, for a gorge crossing.

@3dassets4.9k tris
Strangler Fig On Ruin (Jungle Temple and Stone City)

Strangler Fig On Ruin (Jungle Temple and Stone City)

Free 3D model of a strangler fig growing out of a ruin: an 8 m fig rooted in a broken limestone wall block, its roots running down the face to the ground.

@3dassets6.1k tris
Buttress Root Tree (Jungle Temple and Stone City)

Buttress Root Tree (Jungle Temple and Stone City)

Free 3D model of a rainforest buttress root tree: a 9 m trunk on six flaring root blades, with a spread canopy, hanging lianas and ferns at its foot.

@3dassets5.0k tris
Jungle Canopy Tree (Jungle Temple and Stone City)

Jungle Canopy Tree (Jungle Temple and Stone City)

Free 3D model of an emergent rainforest canopy tree: a 14 m trunk breaking out above the forest with a wide crown and two long lianas.

@3dassets5.3k tris
Palm Sapling (Jungle Temple and Stone City)

Palm Sapling (Jungle Temple and Stone City)

Free 3D model of a young rainforest palm: a 2.4 m ringed stem under a crown of nine arching fronds, about 3 m across.

@3dassets1.1k tris
Fallen Log (Jungle Temple and Stone City)

Fallen Log (Jungle Temple and Stone City)

Free 3D model of a fallen rainforest log: a 5.2 m mossed trunk down on the forest floor with bracket fungi and ferns growing along it.

@3dassets1.8k tris
Moss Draped Branch (Jungle Temple and Stone City)

Moss Draped Branch (Jungle Temple and Stone City)

Free 3D model of a fallen moss draped branch: a 3.6 m limb down in the leaf litter, hung with moss and sprouting a green shoot at one end.

@3dassets1.8k tris
Fern Cluster (Jungle Temple and Stone City)

Fern Cluster (Jungle Temple and Stone City)

Free 3D model of a rainforest fern cluster: three crowns of arching fronds on a mossy root pad, about 1.6 m across.

@3dassets984 tris
Undergrowth Patch (Jungle Temple and Stone City)

Undergrowth Patch (Jungle Temple and Stone City)

Free 3D model of a rainforest undergrowth patch: a 2.6 m mat of moss, mixed ferns and thin saplings, for filling forest floor and ruined ground.

@3dassets1.7k tris
Jungle Floor Tile (Jungle Temple and Stone City)

Jungle Floor Tile (Jungle Temple and Stone City)

Free 3D model of a 3 m jungle floor tile: leaf litter and moss over broken ground with ferns and surface roots, matching the plaza tiles edge for edge.

@3dassets3.0k tris
Plaza Paving Slab Cracked (Jungle Temple and Stone City)

Plaza Paving Slab Cracked (Jungle Temple and Stone City)

Free 3D model of a cracked plaza paving tile: limestone slabs lifted and split by a tree root, with moss and ferns taking the joints, for an overgrown stone city.

@3dassets2.2k tris
Plaza Paving Slab (Jungle Temple and Stone City)

Plaza Paving Slab (Jungle Temple and Stone City)

Free 3D model of a 3 m plaza paving tile: nine dressed limestone slabs on a base plate, with moss in the joints, for a jungle stone city floor.

@3dassets1.5k tris