3DAssets.dev

Loading scene

Walkable demo

Greek Island Village and Harbour

Walk a whitewashed island village: a working quay with moored boats, a square of taverna tables under awnings, stepped lanes between the house blocks, a chapel forecourt and a windmill on the headland.

About

A walkable village of whitewashed cube blocks around a square, with a harbour along one side and a windmill on the headland at the west end. Everything a visitor meets is at ground level: the quay, the square, the taverna terrace, the lanes between the blocks and the chapel forecourt.

What is placed

Every one of the pack's 60 designs appears. The waterfront runs the length of the plot as quay edge modules, with mooring bollards, harbour lamps, a stone jetty and fishing boats in two sizes moored at intervals. At the west end the quay gives way to a shingle beach with a boat hauled up on it and a working corner of net drying frames, net piles, creel stacks, fish crates, oars, buoys and an anchor coil, with the public tap and the donkey trough behind.

Two terraces of houses face each other across a back lane: cube blocks in three widths, a corner block and a barrel vaulted block, repeated the way a village repeats them, with gaps left as lane mouths. Stepped lane modules, loose step blocks, external stair runs and two stone arches fill those mouths. Roof terraces with pergolas, chimney pots, water tanks and balconies sit on the roofs as silhouette.

The square is cobbled square modules. The taverna front stands on its south side with a serving counter, eight tables, rush chairs, parasols, wine barrel tables, a menu board, a sign bracket and grape pergolas. The wellhead, stone benches, olive and fig trees, prickly pear, bougainvillea runs, potted geraniums, stone planters, herb pot shelves and amphora jar sets furnish the square and the lanes. The chapel sits in its own forecourt behind whitewashed wall runs with gates, with the bell wall beside it and cistern domes, bread ovens and laundry line frames along the back lane.

The sea is laid as water plane modules meeting the quay, backed by a plain water coloured ground plane so it carries to the horizon rather than ending in a hole.

What moves

House, taverna and chapel doors open and close, and their blue shutters swing with them. The blue gates in the wall runs open. The bell on the bell wall rings. The windmill sail cross spins on its axle and the windmill tower door opens. The wellhead winds, the public tap handle turns, the bread oven doors open and the large fishing boat's hatch opens. Clips play as you come within a few metres.

What does not move, and why

The canvas on the windmill sails, the nets on the frames and in the piles, the mooring ropes, the laundry on the lines, the bougainvillea and vine foliage and the sea surface are all static. Flexible material and moving fluid need a joint for every element or a shader to drive them, and neither is reachable with the rigid node transform animation this catalogue ships. The pack has no skinned meshes, so there are no people and no animals anywhere in the scene.

Downloading it

The scene places all 60 of the pack's designs, about 6.5 MB of GLB in total, each fetched once and cloned for its repeats. Every model is CC0 and can be pulled individually from the pack page.

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

  • The waterfront

    Quay edge modules run most of the plot, with bollards, lamps and moored boats along them. The sea is laid as water plane modules that meet the quay, so the shoreline is a surface and never a hole.

    Quay Edge Module (Greek Island Village and Harbour)
  • The working corner

    Nets on drying frames, creel stacks, crates, oars and buoys, with a tap and a donkey trough behind. Boats are hauled up on the shingle at this end instead of moored.

    Net Drying Frame (Greek Island Village and Harbour)
  • Tables under the awning

    The taverna front spills tables and rush chairs across the square under parasols and a grape pergola. Its door and shutters open as you come near, and the sign and menu boards are blank for your own lettering.

    Taverna Front With Awning (Greek Island Village and Harbour)
  • The village well

    The wellhead winds its bucket, the public tap turns and the trough stands beside it. Whitewashed blocks in three widths, plus a corner block and a barrel vaulted one, make the terraces around the square.

    Wellhead (Greek Island Village and Harbour)
  • A stepped lane

    Stepped lane modules climb away between two house blocks, under an arch and past bougainvillea, geraniums and planters. The steps, the external stairs and the roof terraces are scenery here: the walk stays at ground level.

    Stepped Lane Module (Greek Island Village and Harbour)
  • The chapel forecourt

    A small domed chapel behind a whitewashed wall with blue gates, a bell wall beside it and a cistern dome behind. The gates swing and the bell rings as you approach. Plain generic architecture, no real building.

    Domed Chapel (Greek Island Village and Harbour)
  • The windmill

    The tower stands on the headland at the west end as the landmark of the village. Its canvas sail cross spins on its own axle, and the tower door opens.

    Windmill Tower (Greek Island Village and Harbour)

Use with an AI agent

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

Rebuild the "Greek Island Village and Harbour" demo scene from the Greek Island Village and Harbour pack in my project.

Layout (JSON, every placement with its CDN URL): https://3dassets.dev/api/v1/demos/greek-island-village-and-harbour
Pack manifest: https://3dassets.dev/api/v1/packs/greek-island-village-and-harbour
Demo page: https://3dassets.dev/demos/greek-island-village-and-harbour

- 348 placements of 60 models; units are metres, +Y up, rotation is yaw in degrees about +Y
- Spawn at (-15.75, 0, -3) facing 100 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 Greek Island Village and Harbour 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 Greek Island Village and Harbour 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 Greek Island Village and Harbour 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

Lane Paving Module (Greek Island Village and Harbour)

Lane Paving Module (Greek Island Village and Harbour)

Free 3D model of a paved lane module for a Greek island village game asset kit: a 4 m flagged tile with limewashed joints between the stones.

@3dassets996 tris
Cobbled Square Module (Greek Island Village and Harbour)

Cobbled Square Module (Greek Island Village and Harbour)

Free 3D model of a cobbled square module for a Greek island village game asset kit: a 4 m tile of small setts laid in shifted courses.

@3dassets2.1k tris
Quay Edge Module (Greek Island Village and Harbour)

Quay Edge Module (Greek Island Village and Harbour)

Free 3D model of a stone quay edge module for a Greek island village game asset kit: a 4 m coped wall with mooring rings and rope fenders on the water face.

@3dassets1.4k tris
Beach Shingle Module (Greek Island Village and Harbour)

Beach Shingle Module (Greek Island Village and Harbour)

Free 3D model of a shingle beach module for a Greek island village game asset kit: a 4 m tile of pebbles graded down toward the water.

@3dassets3.0k tris
Sea Water Module (Greek Island Village and Harbour)

Sea Water Module (Greek Island Village and Harbour)

Free 3D model of a sea water module for a Greek island village game asset kit: a 4 m tile of Aegean water with a low swell on it, to lay between quays.

@3dassets360 tris
Barrel Vault Roof Block (Greek Island Village and Harbour)Animated

Barrel Vault Roof Block (Greek Island Village and Harbour)

Free 3D model of a barrel vaulted whitewashed block for a Greek island village game asset kit: arched roof, blue shutters and a round light in the vault head.

@3dassets2.5k tris
Cube House Narrow (Greek Island Village and Harbour)Animated

Cube House Narrow (Greek Island Village and Harbour)

Free 3D model of a narrow whitewashed cube house for a Greek island village game asset kit: flat roof, blue shutters that open and a boarded door.

@3dassets3.3k tris
Cube House Wide (Greek Island Village and Harbour)Animated

Cube House Wide (Greek Island Village and Harbour)

Free 3D model of a wide whitewashed cube house for a Greek island village game asset kit: 5 m flat roofed facade, two shuttered lights and a boarded door.

@3dassets4.7k tris
Taverna Front With Awning (Greek Island Village and Harbour)Animated

Taverna Front With Awning (Greek Island Village and Harbour)

Free 3D model of a whitewashed taverna front with a canvas awning for a Greek island village game asset kit: folding blue doors and shutters that open.

@3dassets6.1k tris
Cube House Corner Block (Greek Island Village and Harbour)Animated

Cube House Corner Block (Greek Island Village and Harbour)

Free 3D model of a whitewashed corner house block for a Greek island village game asset kit: two finished faces, blue shutters and a rounded corner buttress.

@3dassets6.0k tris
Cube House Medium (Greek Island Village and Harbour)Animated

Cube House Medium (Greek Island Village and Harbour)

Free 3D model of a whitewashed cube house block for a Greek island village game asset kit: 4 m flat roofed facade with blue shutters and a door that swing.

@3dassets4.5k tris
Roof Terrace With Pergola (Greek Island Village and Harbour)

Roof Terrace With Pergola (Greek Island Village and Harbour)

Free 3D model of a roof terrace with a cane pergola for a Greek island village game asset kit: timber posts, beams, laid cane, a low bench and two pots.

@3dassets2.7k tris
Rooftop Water Tank (Greek Island Village and Harbour)

Rooftop Water Tank (Greek Island Village and Harbour)

Free 3D model of a rooftop water tank for a Greek island village game asset kit: a steel cylinder on a short frame with a filler cap and a downpipe.

@3dassets484 tris
Chimney Pot (Greek Island Village and Harbour)

Chimney Pot (Greek Island Village and Harbour)

Free 3D model of a whitewashed chimney with a clay pot for a Greek island village game asset kit: a rooftop stack with a capped terracotta flue.

@3dassets316 tris
House Balcony (Greek Island Village and Harbour)

House Balcony (Greek Island Village and Harbour)

Free 3D model of a cantilevered balcony for a Greek island village game asset kit: a stone slab on two corbels with a blue railing and a pot.

@3dassets1.0k tris
Stepped Lane Module (Greek Island Village and Harbour)

Stepped Lane Module (Greek Island Village and Harbour)

Free 3D model of a stepped lane module for a Greek island village game asset kit: a 4 m tile of four stone steps climbing 0.72 m between village levels.

@3dassets1.0k tris
Lane Step Block (Greek Island Village and Harbour)

Lane Step Block (Greek Island Village and Harbour)

Free 3D model of a stone step block for a Greek island village game asset kit: a 1.60 m limewashed tread for building short flights anywhere.

@3dassets216 tris
External Stair Run (Greek Island Village and Harbour)

External Stair Run (Greek Island Village and Harbour)

Free 3D model of a whitewashed external stair run for a Greek island village game asset kit: thirteen stone nosed steps climbing 2.60 m against a house wall.

@3dassets5.6k tris
Stone Arch (Greek Island Village and Harbour)

Stone Arch (Greek Island Village and Harbour)

Free 3D model of a whitewashed lane arch for a Greek island village game asset kit: two piers, a turned stone ring and the spandrel over it.

@3dassets1.9k tris
Domed Chapel (Greek Island Village and Harbour)Animated

Domed Chapel (Greek Island Village and Harbour)

Free 3D model of a small whitewashed domed chapel for a Greek island village game asset kit: a blue dome on a drum, an arched porch and a door that opens.

@3dassets4.0k tris
Bell Wall With Bell (Greek Island Village and Harbour)Animated

Bell Wall With Bell (Greek Island Village and Harbour)

Free 3D model of a whitewashed bell wall for a Greek island village game asset kit: an arched opening with a hung bronze bell that swings.

@3dassets1.9k tris
Whitewashed Wall Run With Gate (Greek Island Village and Harbour)Animated

Whitewashed Wall Run With Gate (Greek Island Village and Harbour)

Free 3D model of a whitewashed courtyard wall with a blue gate for a Greek island village game asset kit: a 4 m run with a coping and a gate that swings.

@3dassets1.8k tris
Cistern Dome (Greek Island Village and Harbour)

Cistern Dome (Greek Island Village and Harbour)

Free 3D model of a domed village cistern for a Greek island village game asset kit: a whitewashed rainwater dome on a stone kerb with an iron hatch.

@3dassets572 tris
Village Bread Oven (Greek Island Village and Harbour)Animated

Village Bread Oven (Greek Island Village and Harbour)

Free 3D model of a village bread oven for a Greek island village game asset kit: a whitewashed dome on a stone hearth with an iron door that opens.

@3dassets932 tris
Herb Pot Shelf (Greek Island Village and Harbour)

Herb Pot Shelf (Greek Island Village and Harbour)

Free 3D model of a herb pot shelf for a Greek island village game asset kit: three timber shelves of small terracotta pots against a wall.

@3dassets3.8k tris
Stone Bench (Greek Island Village and Harbour)

Stone Bench (Greek Island Village and Harbour)

Free 3D model of a whitewashed stone bench for a Greek island village game asset kit: a masonry seat with timber slats, cheeks and a pot at one end.

@3dassets1.2k tris
Amphora Jar Set (Greek Island Village and Harbour)

Amphora Jar Set (Greek Island Village and Harbour)

Free 3D model of a set of three terracotta storage jars for a Greek island village game asset kit: a tall handled jar and two smaller pots on the ground.

@3dassets712 tris
Potted Geranium Set (Greek Island Village and Harbour)

Potted Geranium Set (Greek Island Village and Harbour)

Free 3D model of a set of four potted geraniums for a Greek island village game asset kit: terracotta pots with leaf mounds and red flower heads.

@3dassets2.7k tris
Windmill Tower (Greek Island Village and Harbour)Animated

Windmill Tower (Greek Island Village and Harbour)

Free 3D model of a round whitewashed windmill tower for a Greek island village game asset kit: a tapered stone tower with a conical cap and a windshaft stub.

@3dassets1.4k tris
Windmill Sail Cross (Greek Island Village and Harbour)Animated

Windmill Sail Cross (Greek Island Village and Harbour)

Free 3D model of an eight sail windmill cross for a Greek island village game asset kit: eight radial spars with triangular canvas jibs, turning as one node.

@3dassets604 tris
Prickly Pear (Greek Island Village and Harbour)

Prickly Pear (Greek Island Village and Harbour)

Free 3D model of a prickly pear cactus for a Greek island village game asset kit: a clump of six flattened pads with spines, kerbed with stones.

@3dassets1.2k tris
Olive Tree (Greek Island Village and Harbour)

Olive Tree (Greek Island Village and Harbour)

Free 3D model of an old olive tree for a Greek island village game asset kit: a gnarled trunk and four limbs under a silvered canopy, kerbed with stones.

@3dassets2.0k tris
Taverna Serving Counter (Greek Island Village and Harbour)

Taverna Serving Counter (Greek Island Village and Harbour)

Free 3D model of a taverna serving counter for a Greek island village game asset kit: a whitewashed masonry counter with a timber top, jugs and glasses.

@3dassets1.1k tris
Taverna Table (Greek Island Village and Harbour)

Taverna Table (Greek Island Village and Harbour)

Free 3D model of a round taverna table for a Greek island village game asset kit: a planked timber top on a cast iron pedestal with a blue rim.

@3dassets1.3k tris
Rush Seat Chair (Greek Island Village and Harbour)

Rush Seat Chair (Greek Island Village and Harbour)

Free 3D model of a blue taverna chair with a rush seat for a Greek island village game asset kit: a turned frame with a woven cord seat and a slat back.

@3dassets2.5k tris
Wine Barrel Table (Greek Island Village and Harbour)

Wine Barrel Table (Greek Island Village and Harbour)

Free 3D model of a wine barrel table for a Greek island village game asset kit: an oak cask on iron hoops under a planked round top.

@3dassets1.4k tris
Taverna Menu Board (Greek Island Village and Harbour)

Taverna Menu Board (Greek Island Village and Harbour)

Free 3D model of an A frame menu board for a Greek island village game asset kit: two blue framed boards with invented abstract chalk marks and no lettering.

@3dassets3.4k tris
Taverna Sign Bracket (Greek Island Village and Harbour)

Taverna Sign Bracket (Greek Island Village and Harbour)

Free 3D model of a wrought iron sign bracket with a blank board for a Greek island village game asset kit: a scrolled arm and a hanging panel to letter yourself.

@3dassets816 tris
Cafe Parasol (Greek Island Village and Harbour)

Cafe Parasol (Greek Island Village and Harbour)

Free 3D model of a canvas cafe parasol for a Greek island village game asset kit: a timber pole and ribs under a scalloped cloth on a stone base.

@3dassets1.7k tris
Grape Pergola With Vine (Greek Island Village and Harbour)

Grape Pergola With Vine (Greek Island Village and Harbour)

Free 3D model of a grape pergola for a Greek island village game asset kit: four timber posts and a cane deck with vines trained over it and fruit hanging under.

@3dassets4.9k tris
Wellhead (Greek Island Village and Harbour)Animated

Wellhead (Greek Island Village and Harbour)

Free 3D model of a village wellhead for a Greek island village game asset kit: a whitewashed curb under an iron frame with a winding drum that turns.

@3dassets1.2k tris
Public Tap (Greek Island Village and Harbour)Animated

Public Tap (Greek Island Village and Harbour)

Free 3D model of a public tap and basin for a Greek island village game asset kit: a whitewashed pillar with a brass tap whose handle turns.

@3dassets1.2k tris
Donkey Trough (Greek Island Village and Harbour)

Donkey Trough (Greek Island Village and Harbour)

Free 3D model of a stone water trough with a tethering post for a Greek island village game asset kit: a coped trough holding still water.

@3dassets660 tris
Fig Tree (Greek Island Village and Harbour)

Fig Tree (Greek Island Village and Harbour)

Free 3D model of a fig tree for a Greek island village game asset kit: a low branching trunk under a broad flat canopy of big leaves.

@3dassets1.3k tris
Cat Ramp (Greek Island Village and Harbour)

Cat Ramp (Greek Island Village and Harbour)

Free 3D model of a cat ramp for a Greek island village game asset kit: a battened plank climbing from the lane to a wall head with a cushion on top.

@3dassets1.3k tris
Laundry Line Frame (Greek Island Village and Harbour)

Laundry Line Frame (Greek Island Village and Harbour)

Free 3D model of a laundry line frame for a Greek island village game asset kit: two braced posts, two sagging lines and four pegged cloths.

@3dassets2.2k tris
Bougainvillea Run (Greek Island Village and Harbour)

Bougainvillea Run (Greek Island Village and Harbour)

Free 3D model of a bougainvillea trained on a wall for a Greek island village game asset kit: a woody stem, a fan of shoots and a mass of magenta bracts.

@3dassets5.4k tris
Stone Planter (Greek Island Village and Harbour)

Stone Planter (Greek Island Village and Harbour)

Free 3D model of a stone planter for a Greek island village game asset kit: a kerbed masonry trough with a coping and three shrubs in it.

@3dassets1.3k tris
Harbour Lamp (Greek Island Village and Harbour)

Harbour Lamp (Greek Island Village and Harbour)

Free 3D model of a blue harbour lamp for a Greek island village game asset kit: a cast column and a glazed four sided lantern on a moulded base.

@3dassets350 tris
Mooring Bollard (Greek Island Village and Harbour)

Mooring Bollard (Greek Island Village and Harbour)

Free 3D model of a cast iron mooring bollard for a Greek island village game asset kit: a mushroom head on a stone pad for a quay or a jetty.

@3dassets348 tris
Net Drying Frame (Greek Island Village and Harbour)

Net Drying Frame (Greek Island Village and Harbour)

Free 3D model of a net drying frame for a Greek island village game asset kit: a braced timber rail with net panels and cork floats hung over it.

@3dassets1.6k tris
Creel Stack (Greek Island Village and Harbour)

Creel Stack (Greek Island Village and Harbour)

Free 3D model of a stack of four fishing creels for a Greek island village game asset kit: hooped cane pots with funnel mouths, stacked on a quay.

@3dassets3.3k tris
Net Pile (Greek Island Village and Harbour)

Net Pile (Greek Island Village and Harbour)

Free 3D model of a pile of fishing net for a Greek island village game asset kit: a heaped net with cork floats and a hauling line through it.

@3dassets826 tris
Fish Crate Stack (Greek Island Village and Harbour)

Fish Crate Stack (Greek Island Village and Harbour)

Free 3D model of a stack of fish crates for a Greek island village game asset kit: slatted timber and blue painted boxes stacked two deep on a quay.

@3dassets9.2k tris
Oar Set (Greek Island Village and Harbour)

Oar Set (Greek Island Village and Harbour)

Free 3D model of a set of three oars for a Greek island village game asset kit: bladed looms laid together on a quay or stowed in a boat.

@3dassets492 tris
Anchor And Chain Coil (Greek Island Village and Harbour)

Anchor And Chain Coil (Greek Island Village and Harbour)

Free 3D model of a lying anchor with a chain coil for a Greek island village game asset kit: an admiralty pattern anchor flaked out on a quay.

@3dassets1.9k tris
Buoy Float Cluster (Greek Island Village and Harbour)

Buoy Float Cluster (Greek Island Village and Harbour)

Free 3D model of a cluster of mooring floats for a Greek island village game asset kit: four painted buoys with eyes and a line between them.

@3dassets880 tris
Stone Jetty (Greek Island Village and Harbour)

Stone Jetty (Greek Island Village and Harbour)

Free 3D model of a stone jetty for a Greek island village game asset kit: a 7.2 m coped pier with rubble haunching, bollards and steps down to the water.

@3dassets2.0k tris
Fishing Boat Large (Greek Island Village and Harbour)Animated

Fishing Boat Large (Greek Island Village and Harbour)

Free 3D model of a fishing boat for a Greek island village game asset kit: a 6.6 m clinker hull with a wheelhouse, a mast, a deck hatch that opens and a blank name board.

@3dassets4.4k tris
Fishing Boat Small (Greek Island Village and Harbour)

Fishing Boat Small (Greek Island Village and Harbour)

Free 3D model of a small open fishing boat for a Greek island village game asset kit: a clinker built hull with thwarts, rowlocks and a blank name board.

@3dassets3.1k tris