3DAssets.dev

Loading scene

Walkable demo

Tented Safari Camp and Bush Lodge

Walk a tented bush camp: a guest line of safari tents on decks off a raised walkway, the fire pit and the mess, the kitchen boma, the back of house yard, a vehicle turnaround and a viewpoint over the water hole.

About

The camp

A tented bush camp on the savanna, 67 by 61 m, walked from the gate. You arrive on the bush track from the south, the gate swings, and the fire pit and the lodge veranda are ahead of you. The whole pack is here: 403 placements of 55 models, about 1.5 MB of geometry across the lot.

  • The approach. Bush track modules with wheel ruts, the gate and its blank sign board across them, and the camp fenced with a pole and wire line on the track side and a thorn brush boma on the bush sides.
  • The fire pit. A stone ring with six log seats round it, firewood stacked to one side, a storm lantern on the ground and an acacia over it. This is the middle of the camp.
  • The mess. The lodge main building front with its open sided veranda, thatch roof sections either side, and the dining table and chairs on a six module timber deck in front of it. Two guest rondavels stand east of the lodge.
  • The kitchen boma. A grill under a hanging pot, the prep table, the water filter stand, the drinks cooler and the firewood, just west of the lodge.
  • The guest line. Four tents on timber decks along the west side, two large and two small, two with their flaps tied back and two that open as you reach them. Each has a camp bed under a mosquito net frame, a canvas wash stand, a bucket shower frame behind and a storm lantern on the deck. A raised walkway with a rope handrail runs the length of them with a spur to each.
  • Back of house. The water bowser, the header tank on its timber stand, two solar panels, the battery box, jerrycans and firewood in the east yard, with the long drop hut at the end of it.
  • The turnaround. Two open game drive vehicles parked off the track, a spare wheel, a jerrycan rack, a rack of closed hard cases and the radio set on its table.
  • The viewpoint. Out through the gap in the boma to the spotting scope, the camera tripod, the field desk and a pair of chairs, looking north over the water hole edge modules and the dry riverbed.
  • The bush. Acacias in two sizes, baobabs, scrub, grass tufts, termite mounds, bleached bones and dung tracks dressed corner to corner across both savanna ground tones, so the camp sits in the bush rather than on a plane.

What moves

Fourteen models carry clips, all of them on or beside the path. The gate swings. The two closed flap tents open, and so do both rondavels and the long drop hut. The kitchen boma's pot swings over the grill. The drinks cooler and the battery box lids lift. The water bowser tap turns. The game drive vehicle wheels roll. The bucket shower tips. The spotting scope and the camera heads pan. Clips play as you come within a few metres.

What does not move, and why

The canvas, the guy ropes, the mosquito netting, the thatch, the rope handrails, the fire, the smoke and the water are all static geometry. Flexible material and fluid need a joint per element or a shader to behave, and neither is reachable with the rigid node transforms this catalogue animates with, so they are modelled in a settled pose rather than faked. Nothing is skinned anywhere in the pack.

There are also no animals. The bleached bones, the dung tracks and the termite mound are landscape props, not creatures, and the rifle cases on the rack are closed hard cases. If you want game to put in the scene, the catalogue has a savanna wildlife pack with the animals modelled separately.

Walking it

The walk is flat: there is no climbing in a demo, so the viewing platform is scenery you look at rather than go up, and every tent, the veranda and the boma are open fronted so their contents read from the ground. Two minutes takes you gate, fire pit, mess, guest line, water hole.

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 "Tented Safari Camp and Bush Lodge" demo scene from the Safari Camp and Bush Lodge pack in my project.

Layout (JSON, every placement with its CDN URL): https://3dassets.dev/api/v1/demos/safari-camp-and-bush-lodge
Pack manifest: https://3dassets.dev/api/v1/packs/safari-camp-and-bush-lodge
Demo page: https://3dassets.dev/demos/safari-camp-and-bush-lodge

- 412 placements of 55 models; units are metres, +Y up, rotation is yaw in degrees about +Y
- Spawn at (0, 0.32, 20.5) facing 180 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 Tented Safari Camp and Bush Lodge 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 Tented Safari Camp and Bush Lodge 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 Tented Safari Camp and Bush Lodge 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

Savanna Ground Module, Dry Grass (Safari Camp and Bush Lodge)

Savanna Ground Module, Dry Grass (Safari Camp and Bush Lodge)

The same 6 m ground module in the second tone: bleached dry grass instead of bare dust, for laying a patchwork of the two across a plot. The geometry is unchanged.

@3dassets168 tris
Savanna Ground Module, Dust (Safari Camp and Bush Lodge)

Savanna Ground Module, Dust (Safari Camp and Bush Lodge)

A 6 m square of bare red savanna dust 0.12 m thick, with five flat patches of low scrub and a few embedded stones. Edge ports on all four sides tile it into a continuous ground with the track, riverbed and water hole modules.

@3dassets168 tris
Water Hole Edge Module (Safari Camp and Bush Lodge)

Water Hole Edge Module (Safari Camp and Bush Lodge)

A 6 m ground module with a 3.6 m pan sunk into it: a churned mud rim, a flat sheet of green standing water, boulders round the lip and grass on the approach. The water is a flat plane and does not move: a surface needs a shader. Shares the ground ports.

@3dassets548 tris
Dry Riverbed Module (Safari Camp and Bush Lodge)

Dry Riverbed Module (Safari Camp and Bush Lodge)

A 6 m square of sand river: a 3.0 m bed of pale sand between two cut banks, scattered with rounded stones, a washed down dead branch and grass on the bank edges. Shares the ground module ports.

@3dassets484 tris
Bush Track Module (Safari Camp and Bush Lodge)

Bush Track Module (Safari Camp and Bush Lodge)

A 6 m square of bush track: two wheel ruts 0.55 m wide worn 40 mm into the dust on a 1.7 m gauge, a strip of dry grass growing up the middle and verges either side. Shares the ground module ports, so a track runs through a tiled plot.

@3dassets180 tris
Pole and Wire Fence Section (Safari Camp and Bush Lodge)

Pole and Wire Fence Section (Safari Camp and Bush Lodge)

A 2.4 m fence bay: two timber poles 1.25 m high with capped tops, three strained wires and one diagonal stay. Chains end to end on the start and end ports and meets the camp gate on the same ports. Static geometry: the wires are solid rods.

@3dassets160 tris
Boma Thorn Brush Fence Section (Safari Camp and Bush Lodge)

Boma Thorn Brush Fence Section (Safari Camp and Bush Lodge)

A 2 m run of cut thorn brush piled 1.5 m high between two stakes, the branches sticking out of it the way a boma is built. Chains end to end on the start and end ports. Static geometry.

@3dassets464 tris
Camp Gate with Blank Sign Board (Safari Camp and Bush Lodge)Animated

Camp Gate with Blank Sign Board (Safari Camp and Bush Lodge)

A 3.6 m camp entrance: two heavy timber posts under a lintel, a hanging sign board left blank on both faces to letter, and a 2.5 m braced gate hung on the left post. The gate is one node and swings on the clip. Meets the pole and wire fence on the same ports.

@3dassets276 tris
Bleached Bone Set (Safari Camp and Bush Lodge)

Bleached Bone Set (Safari Camp and Bush Lodge)

A sun bleached skull, two long bones and a curve of ribs lying in the dust over a 2 m patch, the leftovers of an old kill. Landscape dressing: no creature is modelled or implied beyond the bones themselves. Static geometry.

@3dassets292 tris
Termite Mound (Safari Camp and Bush Lodge)

Termite Mound (Safari Camp and Bush Lodge)

A 2.4 m termite mound: a buttressed base 2.3 m across rising to a narrow chimney, with four smaller spires round it. Landscape geometry, not a creature. Static.

@3dassets140 tris
Large Canvas Safari Tent, Flaps Open (Safari Camp and Bush Lodge)

Large Canvas Safari Tent, Flaps Open (Safari Camp and Bush Lodge)

The same tent with both door flaps swung open and held back off the deck, so the bed and the wash stand inside read from the front. The open pose is modelled, so this variant ships no clip.

@3dassets452 tris
Tent Awning and Guy Set (Safari Camp and Bush Lodge)

Tent Awning and Guy Set (Safari Camp and Bush Lodge)

A 3.2 by 2.2 m canvas shade fly on two front poles, falling 0.3 m from back to front so water runs off, with a valance down each side and two guyed pegs. Stands in front of a tent or over a table. Static: canvas and guys need a joint per element.

@3dassets140 tris
Camp Bed with Mosquito Net Frame (Safari Camp and Bush Lodge)

Camp Bed with Mosquito Net Frame (Safari Camp and Bush Lodge)

A 1 by 2 m canvas camp bed on splayed timber legs with a rolled blanket and a pillow, standing inside a 1.5 m steel net frame with the mosquito net gathered into a valance under the top rail and tied back at the corners. The netting is solid geometry and does not move.

@3dassets316 tris
Canvas Wash Stand and Jug (Safari Camp and Bush Lodge)

Canvas Wash Stand and Jug (Safari Camp and Bush Lodge)

A 0.78 m tented bathroom wash stand: a canvas basin slung in a timber ring on a three legged frame, with a galvanised jug beside it and a towel over the lower rail. The canvas and the towel are modelled solid and stated as static.

@3dassets252 tris
Bucket Shower Frame (Safari Camp and Bush Lodge)Animated

Bucket Shower Frame (Safari Camp and Bush Lodge)

A 2.5 m timber bucket shower: two splayed A frames under a head beam, a galvanised bucket and rose slung on a trunnion, a slatted duckboard and canvas screens on two sides. The bucket is one node and tips forward on the clip; the screens do not move.

@3dassets504 tris
Storm Lantern Set (Safari Camp and Bush Lodge)

Storm Lantern Set (Safari Camp and Bush Lodge)

Three galvanised storm lanterns of different sizes standing together, the tallest 0.44 m to the top of its handle, with glass chimneys in warm lamp colour. The glow is emissive material, not a light: the GLB embeds no lights.

@3dassets528 tris
Folding Camp Chair (Safari Camp and Bush Lodge)

Folding Camp Chair (Safari Camp and Bush Lodge)

A crossed leg timber camp chair with a canvas seat and back and two flat arms, 0.58 m wide and 0.86 m to the top of the back. Static geometry: a folding chair folds on four joints and a rigid node cannot give them.

@3dassets192 tris
Tall Grass Tuft Cluster (Safari Camp and Bush Lodge)

Tall Grass Tuft Cluster (Safari Camp and Bush Lodge)

Seven tufts of tall dry savanna grass on a 1.5 m patch, the tallest 0.75 m. Scatter them to break up bare ground. Static geometry; no wind animation.

@3dassets168 tris
Bush Scrub Clump (Safari Camp and Bush Lodge)

Bush Scrub Clump (Safari Camp and Bush Lodge)

Three low thorn scrub bushes growing together, 2.6 m across and 1.1 m at the tallest, with bare stems showing through. Static geometry; no wind animation.

@3dassets180 tris
Small Canvas Safari Tent on Deck (Safari Camp and Bush Lodge)Animated

Small Canvas Safari Tent on Deck (Safari Camp and Bush Lodge)

A 2.4 by 2.4 m cream canvas ridge tent on a 3.1 by 3.1 m boarded deck raised 0.34 m on stump piers, with a 2.2 m ridge, a pegged guy rope at each corner and two door flaps on the doorway jambs. The flaps are the only moving parts; the canvas is solid.

@3dassets428 tris
Large Canvas Safari Tent on Deck (Safari Camp and Bush Lodge)Animated

Large Canvas Safari Tent on Deck (Safari Camp and Bush Lodge)

A 3.2 by 3 m cream canvas ridge tent on a 4 by 3.8 m boarded deck raised 0.34 m on stump piers, with a 2.5 m ridge, a pegged guy rope at each corner and two door flaps on the doorway jambs. The flaps are the only moving parts; the canvas is solid.

@3dassets452 tris
Small Canvas Safari Tent, Flaps Open (Safari Camp and Bush Lodge)

Small Canvas Safari Tent, Flaps Open (Safari Camp and Bush Lodge)

The same tent with both door flaps swung open and held back off the deck, so the bed and the wash stand inside read from the front. The open pose is modelled, so this variant ships no clip.

@3dassets428 tris
Raised Walkway with Rope Handrail (Safari Camp and Bush Lodge)

Raised Walkway with Rope Handrail (Safari Camp and Bush Lodge)

A 2.4 m bay of raised camp walkway: a 1.1 m boarded deck 0.4 m off the dust on four posts, with two runs of rope handrail through the post heads. Bays chain end to end on the start and end ports to link the tents to the fire. The rope is solid geometry and does not move.

@3dassets272 tris
Paraffin Table Lamp (Safari Camp and Bush Lodge)

Paraffin Table Lamp (Safari Camp and Bush Lodge)

A 0.64 m paraffin lamp with a pressed steel reservoir, a knurled wick wheel on a short spindle, a warm glass chimney and a flared shade. The flame colour is emissive material only; the file embeds no lights. Static geometry.

@3dassets232 tris
Lodge Main Building Front and Veranda (Safari Camp and Bush Lodge)

Lodge Main Building Front and Veranda (Safari Camp and Bush Lodge)

A 7.2 m bush lodge frontage: rendered earth walls 2.9 m high with two window openings and a wide doorway, an open sided boarded veranda 2.6 m deep on five posts, and a thatched pitch falling forward over it. Open fronted, so it reads from a walking camera. Static geometry.

@3dassets528 tris
Thatch Roof Section (Safari Camp and Bush Lodge)

Thatch Roof Section (Safari Camp and Bush Lodge)

A 2.4 m bay of thatched pitch on its purlins and two posts, falling 0.9 m over a 3 m span. Bays chain edge to edge on the start and end ports to roof a boma, a store or a veranda of any length. Static geometry.

@3dassets168 tris
Small Thatched Rondavel (Safari Camp and Bush Lodge)Animated

Small Thatched Rondavel (Safari Camp and Bush Lodge)

A round bush guest hut 3.8 m across with rendered earth walls 2.2 m to the eaves, a timber door frame and a conical thatch roof on a timber eaves plate. The plank door swings on its jamb; the thatch is a solid cone and does not move. Exterior model: there is no interior.

@3dassets384 tris
Large Thatched Rondavel (Safari Camp and Bush Lodge)Animated

Large Thatched Rondavel (Safari Camp and Bush Lodge)

A round bush guest hut 5.2 m across with rendered earth walls 2.5 m to the eaves, a timber door frame and a conical thatch roof on a timber eaves plate. The plank door swings on its jamb; the thatch is a solid cone and does not move. Exterior model: there is no interior.

@3dassets384 tris
Timber Deck Module (Safari Camp and Bush Lodge)

Timber Deck Module (Safari Camp and Bush Lodge)

A 2.4 m square boarded deck on stump piers and two bearers, standing 0.50 m to the walking surface. Edge ports on all four sides tile it out under a tent, a dining area or a lodge front. Static geometry.

@3dassets156 tris
Camp Dining Table and Chairs (Safari Camp and Bush Lodge)

Camp Dining Table and Chairs (Safari Camp and Bush Lodge)

A 2.2 by 1.1 m slatted timber dining table 0.76 m high laid with a runner, two lanterns and four plates, with four folding camp chairs round it. Stands under a tree or an awning. Static geometry; the chairs are modelled in place.

@3dassets1.3k tris
Kitchen Boma with Grill and Hanging Pot (Safari Camp and Bush Lodge)Animated

Kitchen Boma with Grill and Hanging Pot (Safari Camp and Bush Lodge)

A 3.4 by 2.6 m bush kitchen: a split pole screen on three sides with the front open, a stone kerbed hearth under a steel grill, and a pot hung from a swung out timber arm. The pot is one node on its hook and swings on the clip; the screen and grill are static.

@3dassets1.1k tris
Camp Kitchen Prep Table (Safari Camp and Bush Lodge)

Camp Kitchen Prep Table (Safari Camp and Bush Lodge)

A 1.6 by 0.7 m slatted timber prep table 0.88 m high with a lower shelf, a steel bowl and a chopping board on the top and two crates of dry stores underneath. Static geometry.

@3dassets220 tris
Camp Water Filter Stand (Safari Camp and Bush Lodge)

Camp Water Filter Stand (Safari Camp and Bush Lodge)

A 1.15 m four legged timber stand carrying a galvanised gravity filter with a short outlet tap, a canvas bucket underneath and a cloth hung on the front rail. Static geometry.

@3dassets276 tris
Camp Drinks Cooler (Safari Camp and Bush Lodge)Animated

Camp Drinks Cooler (Safari Camp and Bush Lodge)

A 0.86 by 0.5 m hard cool box 0.54 m high with moulded side handles, a front latch and a lid hinged along its back edge. The lid is one node and lifts on the clip.

@3dassets84 tris
Firewood Stack (Safari Camp and Bush Lodge)

Firewood Stack (Safari Camp and Bush Lodge)

A 1.6 m stack of thirty cut logs between two timber stakes, 0.85 m high, the way a camp keeps its wood dry beside the fire. Static geometry.

@3dassets768 tris
Camp Fire Pit and Stone Ring (Safari Camp and Bush Lodge)

Camp Fire Pit and Stone Ring (Safari Camp and Bush Lodge)

A 2.8 m camp fire: a scraped earth pan edged with eleven boulders, a bed of ash and charcoal, five half burnt logs stacked over it and a low flame. The flame is solid emissive geometry and does not move: fire needs a shader, not a rigid node.

@3dassets618 tris
Fireside Log Seat (Safari Camp and Bush Lodge)

Fireside Log Seat (Safari Camp and Bush Lodge)

A 1.5 m split log seat: a squared log on two chocks with a flattened top, set round a fire. Static geometry.

@3dassets88 tris
Small Acacia Tree (Safari Camp and Bush Lodge)

Small Acacia Tree (Safari Camp and Bush Lodge)

A 4.2 m flat topped acacia: a tapered trunk, three limbs and a wide browsed canopy with a lower side crown, the silhouette the savanna is read by. Static geometry; no wind animation.

@3dassets208 tris
Large Acacia Tree (Safari Camp and Bush Lodge)

Large Acacia Tree (Safari Camp and Bush Lodge)

A 7 m flat topped acacia with a heavy trunk, three rising limbs and a canopy 8 m across, big enough to put the dining table under. Static geometry; no wind animation.

@3dassets192 tris
Header Tank on Timber Stand (Safari Camp and Bush Lodge)

Header Tank on Timber Stand (Safari Camp and Bush Lodge)

A 1.0 m galvanised header tank on a braced timber stand 2.6 m high, with a hatch on top and a fall pipe down one leg, which is how a camp gets pressure to its showers. Static geometry; no water is modelled.

@3dassets440 tris
Skid Mounted Water Bowser (Safari Camp and Bush Lodge)Animated

Skid Mounted Water Bowser (Safari Camp and Bush Lodge)

A 2.2 m water bowser: a 1.1 m diameter tank in two steel cradles on a towable skid with a hitch, a filler hatch on top and an outlet with a gate tap at the back. The tap handle is one node and turns on the clip; the water is not modelled.

@3dassets484 tris
Solar Panel on Ground Frame (Safari Camp and Bush Lodge)

Solar Panel on Ground Frame (Safari Camp and Bush Lodge)

A 1.7 by 1 m solar panel on a galvanised ground frame, tilted 24 degrees on four feet, with three busbars across the cell face and a cable run off the low edge. Static geometry: the frame has no tracker.

@3dassets244 tris
Camp Battery Box (Safari Camp and Bush Lodge)Animated

Camp Battery Box (Safari Camp and Bush Lodge)

A 0.9 by 0.6 m vented steel battery box on a timber pallet base, 0.58 m high, with side handles, a cable gland on the front and a lid hinged along the back. The lid is one node and lifts on the clip.

@3dassets84 tris
Jerrycan Rack (Safari Camp and Bush Lodge)

Jerrycan Rack (Safari Camp and Bush Lodge)

A 1.35 m steel rack holding three 20 litre jerrycans on a raised tray, 0.72 m to the top rail. Cans are plain pressed shapes with cap and handle, no markings of any kind. Static geometry.

@3dassets296 tris
Long Drop Hut (Safari Camp and Bush Lodge)Animated

Long Drop Hut (Safari Camp and Bush Lodge)

A 1.3 by 1.4 m canvas and timber long drop standing 2.05 m to its plate, under a small eight sided thatch cap, with a vent gap over the door and a boarded door on the near jamb. The door is one node on its hinge; the thatch does not move.

@3dassets220 tris
Open Game Drive Vehicle (Safari Camp and Bush Lodge)Animated

Open Game Drive Vehicle (Safari Camp and Bush Lodge)

A 4.9 m open sided game viewing vehicle: a blank panelled olive body, an open windscreen frame, three stepped bench rows under two roll hoops, a rear step and four 0.84 m wheels. Invented shapes, no marque or livery. The wheels are nodes on their axles and roll on the clip.

@3dassets1.4k tris
Spare Wheel (Safari Camp and Bush Lodge)

Spare Wheel (Safari Camp and Bush Lodge)

A 0.84 m spare wheel on a dished steel rim, standing on its tread. Matches the game drive vehicle's wheels. Static geometry.

@3dassets152 tris
Rifle Case Rack with Closed Cases (Safari Camp and Bush Lodge)

Rifle Case Rack with Closed Cases (Safari Camp and Bush Lodge)

A 1.5 by 1.35 m timber rack carrying four closed, latched hard cases on two shelves, as a camp store stands between drives. The cases are plain boxes with catches and a handle; none is open and no contents are modelled. A blank tally card hangs on the frame.

@3dassets372 tris
Camp Radio Set on a Table (Safari Camp and Bush Lodge)

Camp Radio Set on a Table (Safari Camp and Bush Lodge)

A 1.1 by 0.6 m timber table with a boxed HF transceiver on it: speaker grille, two dials, a handset on its cradle, a clamped whip aerial and a blank log sheet beside it. No lettering or markings anywhere. Static geometry.

@3dassets236 tris
Bush Viewing Platform (Safari Camp and Bush Lodge)

Bush Viewing Platform (Safari Camp and Bush Lodge)

A 3.4 m square timber viewing deck standing 0.45 m off the ground on stump piers, with two steps up at the back, posts and rope rails on three sides, the game facing front left open and a bench across the back. Low enough to walk on to. Static geometry.

@3dassets420 tris
Spotting Scope on a Tripod (Safari Camp and Bush Lodge)Animated

Spotting Scope on a Tripod (Safari Camp and Bush Lodge)

A 1.45 m spotting scope on a timber tripod: a straight body with an objective bell, an eyepiece, a focus wheel and a pan arm. The scope and head are one node and pan on the clip; the focus wheel does not turn.

@3dassets388 tris
Camera on a Tripod (Safari Camp and Bush Lodge)Animated

Camera on a Tripod (Safari Camp and Bush Lodge)

A 1.65 m camera tripod with braced legs, a pan head and a generic long lens camera on it. The head, arm and camera are one node and pan on the clip; the legs do not extend.

@3dassets376 tris
Field Desk with Binoculars and Map (Safari Camp and Bush Lodge)

Field Desk with Binoculars and Map (Safari Camp and Bush Lodge)

A 1.3 by 0.66 m folding timber field desk with a pair of binoculars, a notebook, a pen tray and a map sheet laid out on it. The map is abstract: blocks and a single track line, no real place and no lettering. Static geometry.

@3dassets276 tris
Dung Ball and Track (Safari Camp and Bush Lodge)

Dung Ball and Track (Safari Camp and Bush Lodge)

A 0.32 m rolled dung ball with the shallow track it has left behind it in the dust and a crumb dropped along the way. A prop, not a creature: the pack contains no animals.

@3dassets128 tris
Baobab Tree (Safari Camp and Bush Lodge)

Baobab Tree (Safari Camp and Bush Lodge)

A 8.5 m baobab: a swollen tapered trunk 3 m across at the base, six short thick limbs branching into a bare crown and a small blob of leaf on each. Static geometry; no wind animation.

@3dassets512 tris