{"data":{"id":272,"slug":"go-kart-track-and-pit-lane","title":"Go Kart Track and Pit Lane","summary":"45 stylized go kart models: karts and trolleys with rolling wheels, ported track, kerb, tyre wall, pit and gravel modules, garage bays with lifting shutters, race control, a grandstand and the paddock kit, in one assembled circuit corner.","description":"Everything needed to build a club karting circuit and run it. The fleet is a hire kart with a floor tray, bucket seat, raked steering column, live rear axle with sprocket and brake disc, a side mounted engine, nerf bars and four exposed wheels, in three house liveries, plus a race chassis with number panels, a junior chassis at 0.82 scale, a trolley, a kart sitting on its trolley and a spares rack of seats and steering wheels. The circuit tiles on real connector ports: 8 m tarmac straights, a ninety degree corner, a start grid tile, pit lane concrete, plain paddock apron and gravel run off all share the same ground module, so a plot lays as one continuous surface. Lining it are 4 m red and white apex kerbs, tyre wall sections and a corner, advertising boards, spectator fencing and grandstand bays, with a start gantry, timing loops, apex and bollard cones, sign sets and a marshal post with flags. The pit side is a terrace of 5 m garage bays with lifting roller shutters, race control over the lane, a scoring screen, a lap counter, a briefing board, kart storage racks, a fuel and charging point, tool trolleys, tyre stacks and an air line reel, and the entrance has the reception counter, podium, trophies, helmet and suit racks, a vending machine, benches and bins. Clips are rigid node transforms only: kart and trolley wheels roll, garage shutters lift, the air drum spins, the start lights and the scoring screen tilt, the bin lid opens and the vending door swings. Steering columns, drive chains, air and charge hoses, tyre wall ropes and the flags are modelled solid and stated as static, because each needs a joint or a deformation per element that a rigid node cannot give. Liveries, numbers, boards and signage are invented and copy no real series, circuit or manufacturer. Original AI-generated CC0 geometry, prepared for human review. No physics, gameplay, colliders, navigation or embedded lights.","url":"https://3dassets.dev/packs/go-kart-track-and-pit-lane","coverUrl":"https://cdn.3dassets.dev/assets/34369/v1/poster.webp","assetCount":46,"aiGenerated":true,"aiGeneratedAssetCount":46,"aiModels":["Claude Opus 5"],"aiModelUnspecifiedCount":0,"featured":true,"licenseLabel":"CC0 1.0 Universal","totalBytes":2002960,"totalTriangles":34956,"starterScene":{"id":"34369","slug":"go-kart-track-and-pit-lane-club-circuit--5ab1738e-starter-scene","title":"Club Circuit Corner and Pit Lane (Go Kart Track and Pit Lane)","summary":"A club karting circuit on a 56 x 48 m plot laid as one continuous surface: a tarmac straight with the start gantry over it, six grid boxes marked out underneath and karts lined up on them, turning right through a corner tile with a red and white kerb round the apex. The...","description":"A club karting circuit on a 56 x 48 m plot laid as one continuous surface: a tarmac straight with the start gantry over it, six grid boxes marked out underneath and karts lined up on them, turning right through a corner tile with a red and white kerb round the apex. The outside of the corner is walled in tyres with advertising boards and spectator fencing behind them, a grandstand along the far side and gravel run off filling the rest. Inside the loop the pit lane runs the length of the straight into a terrace of five garage bays with their shutters up, race control looking over the lane, and a paddock of kart trolleys, storage racks, tyre stacks, a fuel and charging point and tool trolleys behind it, with the reception counter, podium and benches at the entrance corner.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-club-circuit--5ab1738e-starter-scene","cdnUrl":"https://cdn.3dassets.dev/assets/34369/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-club-circuit--5ab1738e-starter-scene","thumbnailUrl":"https://cdn.3dassets.dev/assets/34369/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34369/v1/poster.webp","blurhash":"U7CGMm%300ae9Fs:xtRj00Io_4WU~pNGkDxt","category":{"slug":"environments","title":"Environments & Scenes"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"kit","title":"Kit / Set"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":775760,"triangles":17976,"vertices":41074,"meshes":226,"materials":8,"textures":1,"animations":[],"boundingBox":{"min":[-28,-0.000060427989866981835,-24],"max":[28,9.240058955164539,24]},"sizeMeters":[56,9.24,48],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:24.088Z","updatedAt":"2026-09-11T08:04:24.192Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34369/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function ClubCircuitCornerAndPitLaneGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34369/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34369/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34369/v1/model.glb\" alt=\"Club Circuit Corner and Pit Lane (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34369/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34369/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},"assets":[{"id":"34324","slug":"go-kart-track-and-pit-lane-rental-kart-ed9b6499","title":"Rental Kart (Go Kart Track and Pit Lane)","summary":"Club hire kart with a blue bodywork set: flat floor tray on two chassis rails, a bucket seat, a raked steering column, a live rear axle with sprocket and brake disc, a side mounted engine, nerf bars and four exposed wheels on their own pivots.","description":"Club hire kart with a blue bodywork set: flat floor tray on two chassis rails, a bucket seat, a raked steering column, a live rear axle with sprocket and brake disc, a side mounted engine, nerf bars and four exposed wheels on their own pivots. Overall 1.270 x 0.680 x 2.074 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: wheel-front-l, wheel-front-r, wheel-rear-l, wheel-rear-r. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: roll. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-rental-kart-ed9b6499","cdnUrl":"https://cdn.3dassets.dev/assets/34324/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-rental-kart-ed9b6499","thumbnailUrl":"https://cdn.3dassets.dev/assets/34324/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34324/v1/poster.webp","blurhash":"U96u;XV?D4XokCMwaKxv00t8%%a0NF%$o}Mw","category":{"slug":"vehicles","title":"Vehicles"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":45176,"triangles":948,"vertices":2844,"meshes":10,"materials":3,"textures":0,"animations":["roll"],"boundingBox":{"min":[-0.6352499753236771,2.682209010451686e-9,-1.0479999780654907],"max":[0.6352499753236771,0.6796170800293775,1.0260000228881836]},"sizeMeters":[1.27,0.68,2.074],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:00.301Z","updatedAt":"2026-09-11T08:04:00.422Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34324/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function RentalKartGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34324/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34324/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34324/v1/model.glb\" alt=\"Rental Kart (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34324/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34324/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34325","slug":"go-kart-track-and-pit-lane-rental-kart-red-livery-bde08be6","title":"Rental Kart Red Livery (Go Kart Track and Pit Lane)","summary":"The club hire kart repainted into the second house colour: red pods, nose and bumper hoops on the same chassis, seat, axle and wheels. Geometry is identical to the blue kart, so a hire fleet mixes the two without a second model.","description":"The club hire kart repainted into the second house colour: red pods, nose and bumper hoops on the same chassis, seat, axle and wheels. Geometry is identical to the blue kart, so a hire fleet mixes the two without a second model. Overall 1.270 x 0.680 x 2.074 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: wheel-front-l, wheel-front-r, wheel-rear-l, wheel-rear-r. Cosmetic colour variant of rental-kart; the geometry is unchanged. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: roll. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-rental-kart-red-livery-bde08be6","cdnUrl":"https://cdn.3dassets.dev/assets/34325/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-rental-kart-red-livery-bde08be6","thumbnailUrl":"https://cdn.3dassets.dev/assets/34325/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34325/v1/poster.webp","blurhash":"UABVO@NZ0e,?oMELR+%200xH}tJ7Ri=|xZE2","category":{"slug":"vehicles","title":"Vehicles"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":45260,"triangles":948,"vertices":2844,"meshes":10,"materials":3,"textures":0,"animations":["roll"],"boundingBox":{"min":[-0.6352499753236771,2.682209010451686e-9,-1.0479999780654907],"max":[0.6352499753236771,0.6796170800293775,1.0260000228881836]},"sizeMeters":[1.27,0.68,2.074],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:00.322Z","updatedAt":"2026-09-11T08:04:00.451Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34325/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function RentalKartRedLiveryGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34325/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34325/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34325/v1/model.glb\" alt=\"Rental Kart Red Livery (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34325/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34325/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34326","slug":"go-kart-track-and-pit-lane-rental-kart-yellow-livery-1afd4bdd","title":"Rental Kart Yellow Livery (Go Kart Track and Pit Lane)","summary":"The club hire kart in the third house colour: yellow pods, nose and bumper hoops over the same chassis, seat, axle and wheels. Geometry is identical to the blue kart and the wheel nodes carry the same names, so the roll clip is unchanged.","description":"The club hire kart in the third house colour: yellow pods, nose and bumper hoops over the same chassis, seat, axle and wheels. Geometry is identical to the blue kart and the wheel nodes carry the same names, so the roll clip is unchanged. Overall 1.270 x 0.680 x 2.074 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: wheel-front-l, wheel-front-r, wheel-rear-l, wheel-rear-r. Cosmetic colour variant of rental-kart; the geometry is unchanged. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: roll. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-rental-kart-yellow-livery-1afd4bdd","cdnUrl":"https://cdn.3dassets.dev/assets/34326/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-rental-kart-yellow-livery-1afd4bdd","thumbnailUrl":"https://cdn.3dassets.dev/assets/34326/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34326/v1/poster.webp","blurhash":"UABWYfM}02--ofE2Rk%L00xs~nIpRP?axtD*","category":{"slug":"vehicles","title":"Vehicles"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":45288,"triangles":948,"vertices":2844,"meshes":10,"materials":3,"textures":0,"animations":["roll"],"boundingBox":{"min":[-0.6352499753236771,2.682209010451686e-9,-1.0479999780654907],"max":[0.6352499753236771,0.6796170800293775,1.0260000228881836]},"sizeMeters":[1.27,0.68,2.074],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:00.337Z","updatedAt":"2026-09-11T08:04:00.449Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34326/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function RentalKartYellowLiveryGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34326/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34326/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34326/v1/model.glb\" alt=\"Rental Kart Yellow Livery (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34326/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34326/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34327","slug":"go-kart-track-and-pit-lane-racing-kart-number-panel-b891b0fd","title":"Racing Kart with Number Panel (Go Kart Track and Pit Lane)","summary":"Race chassis in red with a yellow number panel on the nose and a number plate on each pod, yellow wheel hubs, a bucket seat, a live rear axle with sprocket and brake disc and a side mounted engine. Four wheels on their own pivots.","description":"Race chassis in red with a yellow number panel on the nose and a number plate on each pod, yellow wheel hubs, a bucket seat, a live rear axle with sprocket and brake disc and a side mounted engine. Four wheels on their own pivots. Overall 1.270 x 0.680 x 2.074 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: wheel-front-l, wheel-front-r, wheel-rear-l, wheel-rear-r. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: roll. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-racing-kart-number-panel-b891b0fd","cdnUrl":"https://cdn.3dassets.dev/assets/34327/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-racing-kart-number-panel-b891b0fd","thumbnailUrl":"https://cdn.3dassets.dev/assets/34327/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34327/v1/poster.webp","blurhash":"UABomuS10f$jnmELS1$+00s:}tNaSu^QxGAB","category":{"slug":"vehicles","title":"Vehicles"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":49516,"triangles":1020,"vertices":3060,"meshes":11,"materials":4,"textures":0,"animations":["roll"],"boundingBox":{"min":[-0.6352499753236771,2.682209010451686e-9,-1.0479999780654907],"max":[0.6352499753236771,0.6796619118993301,1.0260000228881836]},"sizeMeters":[1.27,0.68,2.074],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:00.340Z","updatedAt":"2026-09-11T08:04:00.466Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34327/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function RacingKartWithNumberPanelGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34327/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34327/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34327/v1/model.glb\" alt=\"Racing Kart with Number Panel (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34327/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34327/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34328","slug":"go-kart-track-and-pit-lane-junior-kart-f06fe846","title":"Junior Kart (Go Kart Track and Pit Lane)","summary":"Cadet chassis at 0.82 of the adult kart: shorter wheelbase, narrower track and a smaller seat, in yellow with a blue nose flash. Same floor tray, steering column, live rear axle and four pivoted wheels, sized for a junior class grid.","description":"Cadet chassis at 0.82 of the adult kart: shorter wheelbase, narrower track and a smaller seat, in yellow with a blue nose flash. Same floor tray, steering column, live rear axle and four pivoted wheels, sized for a junior class grid. Overall 1.042 x 0.557 x 1.701 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: wheel-front-l, wheel-front-r, wheel-rear-l, wheel-rear-r. Functional variant of rental-kart. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: roll. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-junior-kart-f06fe846","cdnUrl":"https://cdn.3dassets.dev/assets/34328/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-junior-kart-f06fe846","thumbnailUrl":"https://cdn.3dassets.dev/assets/34328/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34328/v1/poster.webp","blurhash":"UABWYgNI02-loeD*Rk%L00xY~nIqNG_1xsD*","category":{"slug":"vehicles","title":"Vehicles"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":46172,"triangles":988,"vertices":2964,"meshes":12,"materials":4,"textures":0,"animations":["roll"],"boundingBox":{"min":[-0.5209050202965737,-1.0490417701181087e-9,-0.8593599796295166],"max":[0.5209050202965737,0.5572955246753728,0.8413199782371521]},"sizeMeters":[1.042,0.557,1.701],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:02.084Z","updatedAt":"2026-09-11T08:04:02.179Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34328/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function JuniorKartGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34328/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34328/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34328/v1/model.glb\" alt=\"Junior Kart (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34328/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34328/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34330","slug":"go-kart-track-and-pit-lane-kart-trolley-empty-925e8c37","title":"Kart Trolley (Go Kart Track and Pit Lane)","summary":"Empty steel kart trolley: a two rail deck 0.5 m off the floor on four legs, an end brace each end, a lower shelf rail and a red topped push handle, running on four castors that each turn on their own pivot.","description":"Empty steel kart trolley: a two rail deck 0.5 m off the floor on four legs, an end brace each end, a lower shelf rail and a red topped push handle, running on four castors that each turn on their own pivot. Overall 0.800 x 1.041 x 2.004 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: wheel-cas-fl, wheel-cas-fr, wheel-cas-rl, wheel-cas-rr. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: roll. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-kart-trolley-empty-925e8c37","cdnUrl":"https://cdn.3dassets.dev/assets/34330/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-kart-trolley-empty-925e8c37","thumbnailUrl":"https://cdn.3dassets.dev/assets/34330/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34330/v1/poster.webp","blurhash":"U7Aw0ZFxD%%2}]0KnO-q004.%2xZVY?cx]nh","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":14308,"triangles":308,"vertices":924,"meshes":6,"materials":3,"textures":0,"animations":["roll"],"boundingBox":{"min":[-0.39998139235415786,-2.98023217215615e-10,-1.0539851374256821],"max":[0.39998139235415786,1.0407818646747775,0.949999988079071]},"sizeMeters":[0.8,1.041,2.004],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:02.124Z","updatedAt":"2026-09-11T08:04:02.224Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34330/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function KartTrolleyGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34330/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34330/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34330/v1/model.glb\" alt=\"Kart Trolley (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34330/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34330/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34331","slug":"go-kart-track-and-pit-lane-kart-on-trolley-stand-e4a73d48","title":"Kart on Trolley Stand (Go Kart Track and Pit Lane)","summary":"A hire kart sitting on its trolley, wheels clear of the floor, the way a paddock stores and moves one. Trolley castors and kart wheels are all pivoted nodes, so the roll clip turns every wheel on the assembly at once.","description":"A hire kart sitting on its trolley, wheels clear of the floor, the way a paddock stores and moves one. Trolley castors and kart wheels are all pivoted nodes, so the roll clip turns every wheel on the assembly at once. Overall 1.270 x 1.240 x 2.080 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: the four kart wheels and the four trolley castors. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: roll. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-kart-on-trolley-stand-e4a73d48","cdnUrl":"https://cdn.3dassets.dev/assets/34331/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-kart-on-trolley-stand-e4a73d48","thumbnailUrl":"https://cdn.3dassets.dev/assets/34331/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34331/v1/poster.webp","blurhash":"U88hLQEMD4xu?w9ZVX-;00RPt.xuHq.8t-Mw","category":{"slug":"vehicles","title":"Vehicles"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":57148,"triangles":1256,"vertices":3768,"meshes":15,"materials":4,"textures":0,"animations":["roll"],"boundingBox":{"min":[-0.6352499753236771,-2.98023217215615e-10,-1.0539851374256821],"max":[0.6352499753236771,1.2396170935894342,1.0260000228881836]},"sizeMeters":[1.27,1.24,2.08],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:03.166Z","updatedAt":"2026-09-11T08:04:03.276Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34331/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function KartOnTrolleyStandGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34331/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34331/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34331/v1/model.glb\" alt=\"Kart on Trolley Stand (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34331/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34331/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34329","slug":"go-kart-track-and-pit-lane-spare-seat-and-wheel-rack-be9a9f56","title":"Spare Seat and Steering Wheel Rack (Go Kart Track and Pit Lane)","summary":"Paddock spares rack 1.6 m wide: two bucket seats hooked over the top rail in red and blue and two steering wheels on pegs below, on a welded steel A frame with a low kick rail. Static geometry, for dressing a garage or a workshop wall.","description":"Paddock spares rack 1.6 m wide: two bucket seats hooked over the top rail in red and blue and two steering wheels on pegs below, on a welded steel A frame with a low kick rail. Static geometry, for dressing a garage or a workshop wall. Overall 1.620 x 1.300 x 0.590 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-spare-seat-and-wheel-rack-be9a9f56","cdnUrl":"https://cdn.3dassets.dev/assets/34329/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-spare-seat-and-wheel-rack-be9a9f56","thumbnailUrl":"https://cdn.3dassets.dev/assets/34329/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34329/v1/poster.webp","blurhash":"UCCsaR;e00C8~D={Ee5:DOtRTKM_R$X.kXmk","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":24396,"triangles":468,"vertices":1404,"meshes":4,"materials":4,"textures":0,"animations":[],"boundingBox":{"min":[-0.8100000023841858,-0.000012233158919738862,-0.3200068018399833],"max":[0.8100000023841858,1.3000121854752038,0.26996704080439754]},"sizeMeters":[1.62,1.3,0.59],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:03.131Z","updatedAt":"2026-09-11T08:04:03.235Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34329/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function SpareSeatAndSteeringWheelRackGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34329/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34329/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34329/v1/model.glb\" alt=\"Spare Seat and Steering Wheel Rack (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34329/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34329/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34333","slug":"go-kart-track-and-pit-lane-track-surface-tile-straight-016ad102","title":"Track Surface Tile Straight (Go Kart Track and Pit Lane)","summary":"Straight 8 m tarmac circuit tile on a 0.12 m slab, with a white edge line down each side of the 8 m racing corridor. Four ground ports, one per edge, so straights, corners and pit tiles lay as one continuous surface.","description":"Straight 8 m tarmac circuit tile on a 0.12 m slab, with a white edge line down each side of the 8 m racing corridor. Four ground ports, one per edge, so straights, corners and pit tiles lay as one continuous surface. Overall 8.000 x 0.132 x 8.000 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: north (ground), east (ground), south (ground), west (ground). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-track-surface-tile-straight-016ad102","cdnUrl":"https://cdn.3dassets.dev/assets/34333/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-track-surface-tile-straight-016ad102","thumbnailUrl":"https://cdn.3dassets.dev/assets/34333/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34333/v1/poster.webp","blurhash":"U29Qp#?I00V?.7oeM{j^00E0_4Rk8_R+smRi","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":16540,"triangles":36,"vertices":108,"meshes":2,"materials":2,"textures":1,"animations":[],"boundingBox":{"min":[-4,-0.000060427989866981835,-4],"max":[4,0.13185955212065908,4]},"sizeMeters":[8,0.132,8],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:04.008Z","updatedAt":"2026-09-11T08:04:04.109Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34333/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function TrackSurfaceTileStraightGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34333/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34333/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34333/v1/model.glb\" alt=\"Track Surface Tile Straight (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34333/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34333/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34332","slug":"go-kart-track-and-pit-lane-track-surface-tile-curve-d81ca717","title":"Track Surface Tile Curve (Go Kart Track and Pit Lane)","summary":"Ninety degree corner tile on the same 8 m module: the corridor enters the west edge and leaves the south edge, the outer edge is lined in white and the apex arc is dotted round the inside. Four ground ports, one per edge.","description":"Ninety degree corner tile on the same 8 m module: the corridor enters the west edge and leaves the south edge, the outer edge is lined in white and the apex arc is dotted round the inside. Four ground ports, one per edge. Overall 8.230 x 0.132 x 8.230 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: north (ground), east (ground), south (ground), west (ground). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-track-surface-tile-curve-d81ca717","cdnUrl":"https://cdn.3dassets.dev/assets/34332/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-track-surface-tile-curve-d81ca717","thumbnailUrl":"https://cdn.3dassets.dev/assets/34332/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34332/v1/poster.webp","blurhash":"U58||uxu00j@xuayRjj[00M{_4WBIUj[t7fQ","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":23088,"triangles":144,"vertices":432,"meshes":2,"materials":2,"textures":1,"animations":[],"boundingBox":{"min":[-4.230000019073486,-0.000060427989866981835,-4.23007086923584],"max":[4,0.13202801430693686,4]},"sizeMeters":[8.23,0.132,8.23],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:03.969Z","updatedAt":"2026-09-11T08:04:04.073Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34332/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function TrackSurfaceTileCurveGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34332/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34332/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34332/v1/model.glb\" alt=\"Track Surface Tile Curve (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34332/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34332/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34334","slug":"go-kart-track-and-pit-lane-grid-box-marking-tile-cda522c6","title":"Grid Box Marking Tile (Go Kart Track and Pit Lane)","summary":"Start grid tile: the same 8 m tarmac module with a white start line across it and six staggered grid boxes painted in two rows, the spacing a kart grid uses. Four ground ports, so it drops into a straight in place of a plain tile.","description":"Start grid tile: the same 8 m tarmac module with a white start line across it and six staggered grid boxes painted in two rows, the spacing a kart grid uses. Four ground ports, so it drops into a straight in place of a plain tile. Overall 9.300 x 0.132 x 8.000 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: north (ground), east (ground), south (ground), west (ground). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-grid-box-marking-tile-cda522c6","cdnUrl":"https://cdn.3dassets.dev/assets/34334/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-grid-box-marking-tile-cda522c6","thumbnailUrl":"https://cdn.3dassets.dev/assets/34334/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34334/v1/poster.webp","blurhash":"U48;Z0?c00t5-;t7M{WA00D$~qM{4nM{t8jv","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":34572,"triangles":336,"vertices":1008,"meshes":2,"materials":2,"textures":1,"animations":[],"boundingBox":{"min":[-4,-0.000060427989866981835,-4.000047385727158],"max":[5.300000190734863,0.13224408546811742,4.000047385727158]},"sizeMeters":[9.3,0.132,8],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:04.980Z","updatedAt":"2026-09-11T08:04:05.078Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34334/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function GridBoxMarkingTileGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34334/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34334/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34334/v1/model.glb\" alt=\"Grid Box Marking Tile (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34334/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34334/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34335","slug":"go-kart-track-and-pit-lane-run-off-gravel-tile-59cb25bb","title":"Run Off Gravel Tile (Go Kart Track and Pit Lane)","summary":"Gravel trap tile on the 8 m ground module: a raked pea gravel bed with a scatter of larger stones, for the run off behind a tyre wall. Four ground ports, so it lays flush against tarmac, pit concrete and its own neighbours.","description":"Gravel trap tile on the 8 m ground module: a raked pea gravel bed with a scatter of larger stones, for the run off behind a tyre wall. Four ground ports, so it lays flush against tarmac, pit concrete and its own neighbours. Overall 8.000 x 0.280 x 8.000 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: north (ground), east (ground), south (ground), west (ground). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-run-off-gravel-tile-59cb25bb","cdnUrl":"https://cdn.3dassets.dev/assets/34335/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-run-off-gravel-tile-59cb25bb","thumbnailUrl":"https://cdn.3dassets.dev/assets/34335/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34335/v1/poster.webp","blurhash":"UAD+@^%L00V[xta{R*o200M{~pa|IVoMs:R*","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":30576,"triangles":300,"vertices":900,"meshes":3,"materials":3,"textures":1,"animations":[],"boundingBox":{"min":[-4,0.0002068577950884165,-4],"max":[4,0.2800195322069859,4]},"sizeMeters":[8,0.28,8],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:05.010Z","updatedAt":"2026-09-11T08:04:05.117Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34335/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function RunOffGravelTileGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34335/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34335/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34335/v1/model.glb\" alt=\"Run Off Gravel Tile (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34335/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34335/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34336","slug":"go-kart-track-and-pit-lane-kerb-section-red-white-9e513acf","title":"Kerb Section Red and White (Go Kart Track and Pit Lane)","summary":"Four metre apex kerb, 0.5 m wide, rising from 50 mm at the track edge to 85 mm at its back lip, in white concrete with four red bands laid proud of the slope. Start and end kerb ports, so a run follows a corner in 4 m steps.","description":"Four metre apex kerb, 0.5 m wide, rising from 50 mm at the track edge to 85 mm at its back lip, in white concrete with four red bands laid proud of the slope. Start and end kerb ports, so a run follows a corner in 4 m steps. Overall 4.000 x 0.095 x 0.560 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: start (kerb), end (kerb). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-kerb-section-red-white-9e513acf","cdnUrl":"https://cdn.3dassets.dev/assets/34336/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-kerb-section-red-white-9e513acf","thumbnailUrl":"https://cdn.3dassets.dev/assets/34336/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34336/v1/poster.webp","blurhash":"U7A,g}r?9Gs:xb~WnjM{00oz_3RjEL00kW?H","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":18036,"triangles":72,"vertices":216,"meshes":2,"materials":2,"textures":1,"animations":[],"boundingBox":{"min":[-2,0.000018235256446744175,-0.2500378417596573],"max":[2,0.09494739973610469,0.3100378441438431]},"sizeMeters":[4,0.095,0.56],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:06.730Z","updatedAt":"2026-09-11T08:04:06.845Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34336/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function KerbSectionRedAndWhiteGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34336/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34336/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34336/v1/model.glb\" alt=\"Kerb Section Red and White (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34336/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34336/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34337","slug":"go-kart-track-and-pit-lane-tyre-wall-barrier-section-abb6418e","title":"Tyre Wall Barrier Section (Go Kart Track and Pit Lane)","summary":"Four metre tyre wall: three courses of six bolted tyres 0.66 m high with red and blue marker tyres banded through them, a steel end post each end and a yellow strap board along the track face. Start and end barrier ports.","description":"Four metre tyre wall: three courses of six bolted tyres 0.66 m high with red and blue marker tyres banded through them, a steel end post each end and a yellow strap board along the track face. Start and end barrier ports. Overall 4.190 x 0.780 x 0.745 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: start (barrier), end (barrier). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-tyre-wall-barrier-section-abb6418e","cdnUrl":"https://cdn.3dassets.dev/assets/34337/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-tyre-wall-barrier-section-abb6418e","thumbnailUrl":"https://cdn.3dassets.dev/assets/34337/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34337/v1/poster.webp","blurhash":"U49Z=rVu0MxX^h~XNG9u00--~V9^0O00?F^P","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":39224,"triangles":804,"vertices":2412,"meshes":5,"materials":5,"textures":0,"animations":[],"boundingBox":{"min":[-2.0950000286102295,-0.00007798147873855354,-0.3999862719537425],"max":[2.0950000286102295,0.7798727272660433,0.3450141937603835]},"sizeMeters":[4.19,0.78,0.745],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:05.774Z","updatedAt":"2026-09-11T08:04:05.872Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34337/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function TyreWallBarrierSectionGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34337/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34337/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34337/v1/model.glb\" alt=\"Tyre Wall Barrier Section (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34337/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34337/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34338","slug":"go-kart-track-and-pit-lane-tyre-wall-barrier-corner-2f8df43e","title":"Tyre Wall Barrier Corner (Go Kart Track and Pit Lane)","summary":"The tyre wall turned through ninety degrees: two 2 m arms of three courses meeting at a knuckle tyre, with the yellow strap board carried round both faces and a steel post at each open end. Barrier ports on both arms.","description":"The tyre wall turned through ninety degrees: two 2 m arms of three courses meeting at a knuckle tyre, with the yellow strap board carried round both faces and a steel post at each open end. Barrier ports on both arms. Overall 2.440 x 0.780 x 2.440 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Functional variant of tyre-wall-barrier-section. Connectors: start (barrier), end (barrier). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-tyre-wall-barrier-corner-2f8df43e","cdnUrl":"https://cdn.3dassets.dev/assets/34338/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-tyre-wall-barrier-corner-2f8df43e","thumbnailUrl":"https://cdn.3dassets.dev/assets/34338/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34338/v1/poster.webp","blurhash":"U79s*h%20gXSfhWUxbs:00Ip}?enRRspI-NH","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":38076,"triangles":720,"vertices":2160,"meshes":5,"materials":5,"textures":0,"animations":[],"boundingBox":{"min":[-2.0950000286102295,-0.000024878509324699483,-2.0950000286102295],"max":[0.3449999988079071,0.7800115888902097,0.3449999988079071]},"sizeMeters":[2.44,0.78,2.44],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:07.833Z","updatedAt":"2026-09-11T08:04:07.956Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34338/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function TyreWallBarrierCornerGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34338/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34338/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34338/v1/model.glb\" alt=\"Tyre Wall Barrier Corner (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34338/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34338/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34339","slug":"go-kart-track-and-pit-lane-barrier-board-with-advertis-5d45b0c9","title":"Barrier Board with Advertising (Go Kart Track and Pit Lane)","summary":"Four metre advertising hoarding for the outside of a barrier: a blue board 0.9 m high on two steel posts with back stays, blocked out in yellow and red, and a dark capping rail. Panels are invented blocks of colour and carry no wording or logo.","description":"Four metre advertising hoarding for the outside of a barrier: a blue board 0.9 m high on two steel posts with back stays, blocked out in yellow and red, and a dark capping rail. Panels are invented blocks of colour and carry no wording or logo. Overall 4.000 x 1.150 x 0.599 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: start (board), end (board). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-barrier-board-with-advertis-5d45b0c9","cdnUrl":"https://cdn.3dassets.dev/assets/34339/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-barrier-board-with-advertis-5d45b0c9","thumbnailUrl":"https://cdn.3dassets.dev/assets/34339/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34339/v1/poster.webp","blurhash":"U78q{S$vHXRC.8?wRiMx00bz.mfx4p00tS.7","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":9872,"triangles":144,"vertices":432,"meshes":5,"materials":5,"textures":0,"animations":[],"boundingBox":{"min":[-2,-0.00009552607054774676,-0.055988035244555645],"max":[2,1.1499232054175095,0.5425524664960049]},"sizeMeters":[4,1.15,0.599],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:07.851Z","updatedAt":"2026-09-11T08:04:07.974Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34339/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function BarrierBoardWithAdvertisingGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34339/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34339/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34339/v1/model.glb\" alt=\"Barrier Board with Advertising (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34339/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34339/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34340","slug":"go-kart-track-and-pit-lane-start-finish-gantry-cd27d755","title":"Start Finish Gantry (Go Kart Track and Pit Lane)","summary":"Start and finish gantry spanning a 10 m corridor on two 4.5 m steel legs with concrete pad footings: a braced box beam, a red and yellow banner panel and a five lamp start light panel hung below it that tilts on its own pivot.","description":"Start and finish gantry spanning a 10 m corridor on two 4.5 m steel legs with concrete pad footings: a braced box beam, a red and yellow banner panel and a five lamp start light panel hung below it that tilts on its own pivot. Overall 10.300 x 5.580 x 0.900 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: light-panel, hinged along the top edge of the panel. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: tilt. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-start-finish-gantry-cd27d755","cdnUrl":"https://cdn.3dassets.dev/assets/34340/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-start-finish-gantry-cd27d755","thumbnailUrl":"https://cdn.3dassets.dev/assets/34340/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34340/v1/poster.webp","blurhash":"UECF#Gs9tm%L}s?HD*WXI9#mWA9Z9Z=x={J8","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":42080,"triangles":520,"vertices":1560,"meshes":6,"materials":5,"textures":1,"animations":["tilt"],"boundingBox":{"min":[-5.150000095367432,-0.00008581724209655306,-0.4501358157027596],"max":[5.150000095367432,5.579823876553599,0.4501358157027596]},"sizeMeters":[10.3,5.58,0.9],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:07.606Z","updatedAt":"2026-09-11T08:04:07.712Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34340/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function StartFinishGantryGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34340/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34340/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34340/v1/model.glb\" alt=\"Start Finish Gantry (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34340/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34340/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34341","slug":"go-kart-track-and-pit-lane-timing-loop-strip-af1c51cd","title":"Timing Loop Strip (Go Kart Track and Pit Lane)","summary":"Transponder timing loop laid across an 8 m corridor: a bonded charcoal strip with a yellow marker tape each side and a small roadside reader box on the verge. Sits on the tarmac, so it drops on a straight wherever a split is taken.","description":"Transponder timing loop laid across an 8 m corridor: a bonded charcoal strip with a yellow marker tape each side and a small roadside reader box on the verge. Sits on the tarmac, so it drops on a straight wherever a split is taken. Overall 8.000 x 0.360 x 0.765 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-timing-loop-strip-af1c51cd","cdnUrl":"https://cdn.3dassets.dev/assets/34341/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-timing-loop-strip-af1c51cd","thumbnailUrl":"https://cdn.3dassets.dev/assets/34341/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34341/v1/poster.webp","blurhash":"U37d%cRi4?Rjob~oWBIW00xu~ntQbK00xu^%","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":5300,"triangles":60,"vertices":180,"meshes":4,"materials":4,"textures":0,"animations":[],"boundingBox":{"min":[-4,-0.00007866138366857678,-0.16504409924619282],"max":[4,0.36000459208171803,0.6000000238418579]},"sizeMeters":[8,0.36,0.765],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:09.502Z","updatedAt":"2026-09-11T08:04:09.700Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34341/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function TimingLoopStripGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34341/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34341/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34341/v1/model.glb\" alt=\"Timing Loop Strip (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34341/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34341/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34342","slug":"go-kart-track-and-pit-lane-apex-marker-cone-a2900ea8","title":"Apex Marker Cone (Go Kart Track and Pit Lane)","summary":"Small red apex cone 0.37 m tall on a square weighted base with a white reflective band, the marker a clerk drops on an apex or a braking point. Static geometry; the cone is one solid, so it never tips.","description":"Small red apex cone 0.37 m tall on a square weighted base with a white reflective band, the marker a clerk drops on an apex or a braking point. Static geometry; the cone is one solid, so it never tips. Overall 0.340 x 0.365 x 0.340 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-apex-marker-cone-a2900ea8","cdnUrl":"https://cdn.3dassets.dev/assets/34342/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-apex-marker-cone-a2900ea8","thumbnailUrl":"https://cdn.3dassets.dev/assets/34342/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34342/v1/poster.webp","blurhash":"UFC=i1%201E19YWBxaof0eR*}@xa=|ofOXWV","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":18264,"triangles":60,"vertices":180,"meshes":3,"materials":3,"textures":1,"animations":[],"boundingBox":{"min":[-0.17000000178813934,0.000005569518470589785,-0.17000000178813934],"max":[0.17000000178813934,0.36500000953674316,0.17000000178813934]},"sizeMeters":[0.34,0.365,0.34],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:09.384Z","updatedAt":"2026-09-11T08:04:09.483Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34342/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function ApexMarkerConeGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34342/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34342/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34342/v1/model.glb\" alt=\"Apex Marker Cone (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34342/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34342/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34343","slug":"go-kart-track-and-pit-lane-bollard-cone-cac356f4","title":"Bollard Cone (Go Kart Track and Pit Lane)","summary":"Tall 0.84 m bollard cone on a heavy square base with two white bands, for a pit entry, a lane split or a closed gate. Same family as the apex cone, scaled up and double banded so it reads from a distance.","description":"Tall 0.84 m bollard cone on a heavy square base with two white bands, for a pit entry, a lane split or a closed gate. Same family as the apex cone, scaled up and double banded so it reads from a distance. Overall 0.460 x 0.840 x 0.460 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Functional variant of apex-marker-cone. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-bollard-cone-cac356f4","cdnUrl":"https://cdn.3dassets.dev/assets/34343/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-bollard-cone-cac356f4","thumbnailUrl":"https://cdn.3dassets.dev/assets/34343/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34343/v1/poster.webp","blurhash":"UBBoXL%2009t9sR*%2s:0fR*}[xa=doLJ,WX","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":20152,"triangles":92,"vertices":276,"meshes":3,"materials":3,"textures":1,"animations":[],"boundingBox":{"min":[-0.23000000417232513,0.000013732114744750834,-0.23000000417232513],"max":[0.23000000417232513,0.8399999737739563,0.23000000417232513]},"sizeMeters":[0.46,0.84,0.46],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:09.752Z","updatedAt":"2026-09-11T08:04:09.854Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34343/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function BollardConeGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34343/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34343/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34343/v1/model.glb\" alt=\"Bollard Cone (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34343/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34343/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34344","slug":"go-kart-track-and-pit-lane-track-sign-set-627a51af","title":"Track Sign Set (Go Kart Track and Pit Lane)","summary":"Pair of circuit signs on concrete footings: a 2.1 m post with a yellow chevron board and a red warning plate, and a 1.6 m post with a blue direction arrow. Symbols are plain shapes and name no series, circuit or maker.","description":"Pair of circuit signs on concrete footings: a 2.1 m post with a yellow chevron board and a red warning plate, and a 1.6 m post with a blue direction arrow. Symbols are plain shapes and name no series, circuit or maker. Overall 2.376 x 2.150 x 0.500 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-track-sign-set-627a51af","cdnUrl":"https://cdn.3dassets.dev/assets/34344/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-track-sign-set-627a51af","thumbnailUrl":"https://cdn.3dassets.dev/assets/34344/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34344/v1/poster.webp","blurhash":"U9B:sm}*0017$[_0o#0MDzO@-=z:9uTJ%LVE","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":25268,"triangles":168,"vertices":504,"meshes":6,"materials":6,"textures":1,"animations":[],"boundingBox":{"min":[-1.274999976158142,0.00004081479484485673,-0.24992443636484055],"max":[1.1014213562011719,2.1500000953674316,0.24992443636484055]},"sizeMeters":[2.376,2.15,0.5],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:09.771Z","updatedAt":"2026-09-11T08:04:09.905Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34344/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function TrackSignSetGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34344/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34344/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34344/v1/model.glb\" alt=\"Track Sign Set (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34344/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34344/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34345","slug":"go-kart-track-and-pit-lane-flag-post-and-marshal-post-e2bd07d6","title":"Flag Post and Marshal Post (Go Kart Track and Pit Lane)","summary":"Marshal post: a raised 2.4 m concrete stand with a yellow double rail on three sides, an extinguisher on the deck, and a 3.1 m flag post beside it carrying a yellow and a red flag panel. The flags are modelled as rigid panels and do not move.","description":"Marshal post: a raised 2.4 m concrete stand with a yellow double rail on three sides, an extinguisher on the deck, and a 3.1 m flag post beside it carrying a yellow and a red flag panel. The flags are modelled as rigid panels and do not move. Overall 2.775 x 3.100 x 2.655 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-flag-post-and-marshal-post-e2bd07d6","cdnUrl":"https://cdn.3dassets.dev/assets/34345/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-flag-post-and-marshal-post-e2bd07d6","thumbnailUrl":"https://cdn.3dassets.dev/assets/34345/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34345/v1/poster.webp","blurhash":"U8CGGJNe00r=4,oe%4bJ00s*~9NyRaWY.2el","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":25580,"triangles":192,"vertices":576,"meshes":5,"materials":5,"textures":1,"animations":[],"boundingBox":{"min":[-1.214964524848739,0,-0.9149479377941699],"max":[1.5600439550005878,3.0999999046325684,1.7400876003530903]},"sizeMeters":[2.775,3.1,2.655],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:11.320Z","updatedAt":"2026-09-11T08:04:11.410Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34345/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function FlagPostAndMarshalPostGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34345/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34345/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34345/v1/model.glb\" alt=\"Flag Post and Marshal Post (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34345/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34345/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34346","slug":"go-kart-track-and-pit-lane-pit-lane-tile-66c562ee","title":"Pit Lane Tile (Go Kart Track and Pit Lane)","summary":"Pit lane surface on the 8 m ground module: a concrete slab with a red boundary line on the track side, a yellow fast lane line down it and one working bay boxed out in white against the garage side. Four ground ports.","description":"Pit lane surface on the 8 m ground module: a concrete slab with a red boundary line on the track side, a yellow fast lane line down it and one working bay boxed out in white against the garage side. Four ground ports. Overall 8.000 x 0.132 x 8.000 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: north (ground), east (ground), south (ground), west (ground). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-pit-lane-tile-66c562ee","cdnUrl":"https://cdn.3dassets.dev/assets/34346/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-pit-lane-tile-66c562ee","thumbnailUrl":"https://cdn.3dassets.dev/assets/34346/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34346/v1/poster.webp","blurhash":"U8Ci{$-p00NGxvofWBWB00IU~qf5D%RkbIoy","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":19332,"triangles":84,"vertices":252,"meshes":4,"materials":4,"textures":1,"animations":[],"boundingBox":{"min":[-4,0.00008001917421819604,-4],"max":[4,0.13191998011052608,4]},"sizeMeters":[8,0.132,8],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:11.536Z","updatedAt":"2026-09-11T08:04:11.662Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34346/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function PitLaneTileGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34346/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34346/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34346/v1/model.glb\" alt=\"Pit Lane Tile (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34346/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34346/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34347","slug":"go-kart-track-and-pit-lane-paddock-apron-tile-7911ab28","title":"Paddock Apron Tile (Go Kart Track and Pit Lane)","summary":"Plain poured concrete apron on the same 8 m ground module, its slab scored into four bays by expansion joints. The unmarked companion to the pit lane tile, for paddock, garage forecourt and parking ground. Four ground ports.","description":"Plain poured concrete apron on the same 8 m ground module, its slab scored into four bays by expansion joints. The unmarked companion to the pit lane tile, for paddock, garage forecourt and parking ground. Four ground ports. Overall 8.000 x 0.137 x 8.000 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Functional variant of pit-lane-tile. Connectors: north (ground), east (ground), south (ground), west (ground). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-paddock-apron-tile-7911ab28","cdnUrl":"https://cdn.3dassets.dev/assets/34347/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-paddock-apron-tile-7911ab28","thumbnailUrl":"https://cdn.3dassets.dev/assets/34347/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34347/v1/poster.webp","blurhash":"U8CZbD%M00j=%LazRkoe00M{~qWBD%j@t5WC","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":19696,"triangles":96,"vertices":288,"meshes":3,"materials":3,"textures":1,"animations":[],"boundingBox":{"min":[-4,-0.000060427989866981835,-4],"max":[4,0.1370548697412296,4]},"sizeMeters":[8,0.137,8],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:11.568Z","updatedAt":"2026-09-11T08:04:11.681Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34347/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function PaddockApronTileGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34347/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34347/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34347/v1/model.glb\" alt=\"Paddock Apron Tile (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34347/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34347/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34348","slug":"go-kart-track-and-pit-lane-pit-garage-bay-module-0d7abafa","title":"Pit Garage Bay Module (Go Kart Track and Pit Lane)","summary":"One 5 m pit garage bay, 6 m deep and 3.1 m to the roof: half thickness party walls, a back wall with a steel bench, a strip light, a blue header with a bay number plate and a ribbed roller shutter that lifts in its guides.","description":"One 5 m pit garage bay, 6 m deep and 3.1 m to the roof: half thickness party walls, a back wall with a steel bench, a strip light, a blue header with a bay number plate and a ribbed roller shutter that lifts in its guides. Overall 5.000 x 3.380 x 6.050 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: shutter, lifting from the sill in its own guides. Connectors: start (garage), end (garage). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: open and close. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-pit-garage-bay-module-0d7abafa","cdnUrl":"https://cdn.3dassets.dev/assets/34348/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-pit-garage-bay-module-0d7abafa","thumbnailUrl":"https://cdn.3dassets.dev/assets/34348/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34348/v1/poster.webp","blurhash":"UDF~mwx]00n%_4M{ITog00i^M{NG9EoIxuxt","category":{"slug":"buildings","title":"Buildings & Architecture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"interior","title":"Interior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":30900,"triangles":264,"vertices":792,"meshes":7,"materials":5,"textures":1,"animations":["open","close"],"boundingBox":{"min":[-2.500106814783166,-0.0002075020225791313,-3],"max":[2.500106814783166,3.380125794224558,3.0499978259546436]},"sizeMeters":[5,3.38,6.05],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:11.607Z","updatedAt":"2026-09-11T08:04:11.805Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34348/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function PitGarageBayModuleGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34348/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34348/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34348/v1/model.glb\" alt=\"Pit Garage Bay Module (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34348/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34348/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34349","slug":"go-kart-track-and-pit-lane-kart-storage-rack-86c8ac34","title":"Kart Storage Rack (Go Kart Track and Pit Lane)","summary":"Two tier steel storage rack 1.5 m wide holding two hire chassis, one red and one blue, on runner shelves with edge lips and a red top rail. The stored chassis are simplified to tray, seat, nose and wheels and do not move.","description":"Two tier steel storage rack 1.5 m wide holding two hire chassis, one red and one blue, on runner shelves with edge lips and a red top rail. The stored chassis are simplified to tray, seat, nose and wheels and do not move. Overall 1.420 x 2.050 x 1.800 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-kart-storage-rack-86c8ac34","cdnUrl":"https://cdn.3dassets.dev/assets/34349/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-kart-storage-rack-86c8ac34","thumbnailUrl":"https://cdn.3dassets.dev/assets/34349/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34349/v1/poster.webp","blurhash":"UBD]Yux^0crr~XELIA-C00EKRQ%2+FjEF|kW","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":26516,"triangles":484,"vertices":1452,"meshes":4,"materials":4,"textures":0,"animations":[],"boundingBox":{"min":[-0.7100558330013561,0,-0.8999999761581421],"max":[0.7100558330013561,2.049999952316284,0.8999992161029666]},"sizeMeters":[1.42,2.05,1.8],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:13.079Z","updatedAt":"2026-09-11T08:04:13.180Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34349/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function KartStorageRackGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34349/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34349/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34349/v1/model.glb\" alt=\"Kart Storage Rack (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34349/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34349/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34352","slug":"go-kart-track-and-pit-lane-fuel-and-charging-station-d8de4028","title":"Fuel and Charging Station (Go Kart Track and Pit Lane)","summary":"Bunded refuelling and charging point on a kerbed concrete plinth: a red fuel cabinet with a nozzle on its hose, a blue charge post with two leads and a canopy plate, and a fire point. Hoses and leads are modelled solid and do not move.","description":"Bunded refuelling and charging point on a kerbed concrete plinth: a red fuel cabinet with a nozzle on its hose, a blue charge post with two leads and a canopy plate, and a fire point. Hoses and leads are modelled solid and do not move. Overall 3.200 x 1.900 x 2.000 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-fuel-and-charging-station-d8de4028","cdnUrl":"https://cdn.3dassets.dev/assets/34352/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-fuel-and-charging-station-d8de4028","thumbnailUrl":"https://cdn.3dassets.dev/assets/34352/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34352/v1/poster.webp","blurhash":"UFECd;[o4nGa00ogtRnz00Aaj1+G_Mxt-UIs","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":26544,"triangles":204,"vertices":612,"meshes":6,"materials":6,"textures":1,"animations":[],"boundingBox":{"min":[-1.600000023841858,0.00007599034466952703,-0.9999328741793135],"max":[1.600000023841858,1.9000073259324997,0.9999328741793135]},"sizeMeters":[3.2,1.9,2],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:13.547Z","updatedAt":"2026-09-11T08:04:13.665Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34352/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function FuelAndChargingStationGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34352/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34352/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34352/v1/model.glb\" alt=\"Fuel and Charging Station (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34352/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34352/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34351","slug":"go-kart-track-and-pit-lane-tool-trolley-6109af13","title":"Tool Trolley (Go Kart Track and Pit Lane)","summary":"Red four drawer tool trolley on four castors with a steel worktop, a push handle and a few tools left on the lid. Drawers and castors are modelled solid on this one and do not open or turn; the pit garage bay is what carries a moving part.","description":"Red four drawer tool trolley on four castors with a steel worktop, a push handle and a few tools left on the lid. Drawers and castors are modelled solid on this one and do not open or turn; the pit garage bay is what carries a moving part. Overall 1.580 x 1.380 x 0.655 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-tool-trolley-6109af13","cdnUrl":"https://cdn.3dassets.dev/assets/34351/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-tool-trolley-6109af13","thumbnailUrl":"https://cdn.3dassets.dev/assets/34351/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34351/v1/poster.webp","blurhash":"U8DIwe0e00}[Q7rXMJO?00xbyEM{qZpItSMd","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":20548,"triangles":368,"vertices":1104,"meshes":4,"materials":4,"textures":0,"animations":[],"boundingBox":{"min":[-0.9300000071525574,-0.000023314564084053746,-0.3200292102645779],"max":[0.6499999761581421,1.3799624551075906,0.33502922576178557]},"sizeMeters":[1.58,1.38,0.655],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:13.469Z","updatedAt":"2026-09-11T08:04:13.581Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34351/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function ToolTrolleyGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34351/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34351/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34351/v1/model.glb\" alt=\"Tool Trolley (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34351/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34351/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34350","slug":"go-kart-track-and-pit-lane-tyre-stack-8de1ed28","title":"Tyre Stack (Go Kart Track and Pit Lane)","summary":"Stack of five kart tyres 1.1 m high with a red and a blue marker tyre banded through it, a yellow cap disc on top and a strap rod down the side. Fits the tyre wall family, so a paddock stack and a barrier read as the same rubber.","description":"Stack of five kart tyres 1.1 m high with a red and a blue marker tyre banded through it, a yellow cap disc on top and a strap rod down the side. Fits the tyre wall family, so a paddock stack and a barrier read as the same rubber. Overall 0.752 x 1.110 x 0.690 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-tyre-stack-8de1ed28","cdnUrl":"https://cdn.3dassets.dev/assets/34350/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-tyre-stack-8de1ed28","thumbnailUrl":"https://cdn.3dassets.dev/assets/34350/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34350/v1/poster.webp","blurhash":"UGBDG}xu00IU_Koe8}WBkiWUa7of#7jYOtX8","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":12364,"triangles":216,"vertices":648,"meshes":5,"materials":5,"textures":0,"animations":[],"boundingBox":{"min":[-0.3758674996461949,0,-0.3449999988079071],"max":[0.3758674996461949,1.1100082236238986,0.3449999988079071]},"sizeMeters":[0.752,1.11,0.69],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:13.452Z","updatedAt":"2026-09-11T08:04:13.561Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34350/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function TyreStackGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34350/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34350/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34350/v1/model.glb\" alt=\"Tyre Stack (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34350/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34350/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34353","slug":"go-kart-track-and-pit-lane-air-line-reel-b883dc85","title":"Air Line Reel (Go Kart Track and Pit Lane)","summary":"Free standing air line reel on a 2.1 m post: a red drum on a bracket that spins on its own pivot, a blue hose run down to the gun and a compressor box at the foot. The hose itself is one rigid solid, so it does not pay out with the drum.","description":"Free standing air line reel on a 2.1 m post: a red drum on a bracket that spins on its own pivot, a blue hose run down to the gun and a compressor box at the foot. The hose itself is one rigid solid, so it does not pay out with the drum. Overall 0.600 x 2.160 x 0.842 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: reel, on the drum axis. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: spin. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-air-line-reel-b883dc85","cdnUrl":"https://cdn.3dassets.dev/assets/34353/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-air-line-reel-b883dc85","thumbnailUrl":"https://cdn.3dassets.dev/assets/34353/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34353/v1/poster.webp","blurhash":"U49jQ7[;002@{L=yC60{R4S3bxxD3X9[@?}u","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":27496,"triangles":216,"vertices":648,"meshes":6,"materials":5,"textures":1,"animations":["spin"],"boundingBox":{"min":[-0.30000001192092896,3.0451454250540744e-7,-0.2600131749726631],"max":[0.30000001192092896,2.1600000858306885,0.5816781996355308]},"sizeMeters":[0.6,2.16,0.842],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:14.944Z","updatedAt":"2026-09-11T08:04:15.051Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34353/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function AirLineReelGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34353/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34353/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34353/v1/model.glb\" alt=\"Air Line Reel (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34353/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34353/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34355","slug":"go-kart-track-and-pit-lane-race-control-tower-6eb27229","title":"Race Control Tower (Go Kart Track and Pit Lane)","summary":"Two storey race control: a 3.6 m concrete base with a door and a louvre band, an external stair with a yellow rail, and a glazed control box above it overhanging the pit lane, with a roof rail, a mast and a results board on its front.","description":"Two storey race control: a 3.6 m concrete base with a door and a louvre band, an external stair with a yellow rail, and a glazed control box above it overhanging the pit lane, with a roof rail, a mast and a results board on its front. Overall 5.200 x 9.120 x 3.820 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-race-control-tower-6eb27229","cdnUrl":"https://cdn.3dassets.dev/assets/34355/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-race-control-tower-6eb27229","thumbnailUrl":"https://cdn.3dassets.dev/assets/34355/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34355/v1/poster.webp","blurhash":"U6Ci?m-;00E000s:?^Ip00IU~W%M7eNH[V#+","category":{"slug":"buildings","title":"Buildings & Architecture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":39180,"triangles":420,"vertices":1260,"meshes":6,"materials":6,"textures":1,"animations":[],"boundingBox":{"min":[-2.4000000953674316,0,-1.720135252481996],"max":[2.8002120963704993,9.120058955164538,2.1000030955611413]},"sizeMeters":[5.2,9.12,3.82],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:15.229Z","updatedAt":"2026-09-11T08:04:15.357Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34355/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function RaceControlTowerGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34355/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34355/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34355/v1/model.glb\" alt=\"Race Control Tower (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34355/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34355/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34354","slug":"go-kart-track-and-pit-lane-scoring-screen-stand-e48b73a6","title":"Scoring Screen on a Stand (Go Kart Track and Pit Lane)","summary":"Live timing screen 3.7 m tall on a concrete footing and two braced posts: a charcoal case with a blue panel and five yellow result rows, hung on a head rail so the whole screen tilts to the crowd on its own pivot.","description":"Live timing screen 3.7 m tall on a concrete footing and two braced posts: a charcoal case with a blue panel and five yellow result rows, hung on a head rail so the whole screen tilts to the crowd on its own pivot. Overall 2.700 x 3.730 x 1.049 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: screen, on the head rail. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: tilt. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-scoring-screen-stand-e48b73a6","cdnUrl":"https://cdn.3dassets.dev/assets/34354/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-scoring-screen-stand-e48b73a6","thumbnailUrl":"https://cdn.3dassets.dev/assets/34354/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34354/v1/poster.webp","blurhash":"U49j_t_N00000Ko~~WR5n4WYpHxVD5s9.kSc","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":24868,"triangles":180,"vertices":540,"meshes":5,"materials":5,"textures":1,"animations":["tilt"],"boundingBox":{"min":[-1.350000023841858,0.00003143764103896718,-0.6493873269183975],"max":[1.350000023841858,3.729971853206617,0.3999450666829432]},"sizeMeters":[2.7,3.73,1.049],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:15.209Z","updatedAt":"2026-09-11T08:04:15.333Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34354/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function ScoringScreenOnAStandGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34354/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34354/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34354/v1/model.glb\" alt=\"Scoring Screen on a Stand (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34354/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34354/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34356","slug":"go-kart-track-and-pit-lane-driver-briefing-board-1c410f1b","title":"Driver Briefing Board (Go Kart Track and Pit Lane)","summary":"Free standing briefing board on an A frame: a white 1.9 m panel under a red header, with a track map blocked out on the left, four ruled lines on the right and a pen tray along the bottom. Markings are plain shapes and carry no wording.","description":"Free standing briefing board on an A frame: a white 1.9 m panel under a red header, with a track map blocked out on the left, four ruled lines on the right and a pen tray along the bottom. Markings are plain shapes and carry no wording. Overall 1.900 x 2.110 x 0.650 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-driver-briefing-board-1c410f1b","cdnUrl":"https://cdn.3dassets.dev/assets/34356/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-driver-briefing-board-1c410f1b","thumbnailUrl":"https://cdn.3dassets.dev/assets/34356/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34356/v1/poster.webp","blurhash":"UEDI^2?H00S#}t?HJ-9Z00nO.8J7EMV?v~Nu","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":24016,"triangles":168,"vertices":504,"meshes":5,"materials":5,"textures":1,"animations":[],"boundingBox":{"min":[-0.949999988079071,0,-0.3199778598699054],"max":[0.949999988079071,2.110002704503375,0.3299778801354846]},"sizeMeters":[1.9,2.11,0.65],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:16.517Z","updatedAt":"2026-09-11T08:04:16.628Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34356/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function DriverBriefingBoardGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34356/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34356/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34356/v1/model.glb\" alt=\"Driver Briefing Board (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34356/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34356/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34357","slug":"go-kart-track-and-pit-lane-grandstand-section-c1b464f4","title":"Grandstand Section (Go Kart Track and Pit Lane)","summary":"Six metre grandstand bay: four raked rows of red and blue seat pans on cast concrete steps, yellow side and back rails and steel end frames. Start and end stand ports, so bays run along a straight or round the outside of a corner.","description":"Six metre grandstand bay: four raked rows of red and blue seat pans on cast concrete steps, yellow side and back rails and steel end frames. Start and end stand ports, so bays run along a straight or round the outside of a corner. Overall 6.000 x 2.780 x 4.185 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: start (stand), end (stand). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-grandstand-section-c1b464f4","cdnUrl":"https://cdn.3dassets.dev/assets/34357/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-grandstand-section-c1b464f4","thumbnailUrl":"https://cdn.3dassets.dev/assets/34357/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34357/v1/poster.webp","blurhash":"U5FP1y$:00?6%99HR=tK00NX%PIX52~os*IE","category":{"slug":"buildings","title":"Buildings & Architecture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":41656,"triangles":528,"vertices":1584,"meshes":5,"materials":5,"textures":1,"animations":[],"boundingBox":{"min":[-3,-0.00009676687746607016,-1.8851038106182623],"max":[3,2.7800967382672366,2.3001647999511707]},"sizeMeters":[6,2.78,4.185],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:17.914Z","updatedAt":"2026-09-11T08:04:18.095Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34357/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function GrandstandSectionGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34357/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34357/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34357/v1/model.glb\" alt=\"Grandstand Section (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34357/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34357/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34359","slug":"go-kart-track-and-pit-lane-spectator-fence-section-452e14dc","title":"Spectator Fence Section (Go Kart Track and Pit Lane)","summary":"Four metre spectator mesh fence 1.85 m high: a welded panel between two steel posts with yellow top and kick rails. Start and end fence ports, so a run closes a viewing line without a gap at the joins.","description":"Four metre spectator mesh fence 1.85 m high: a welded panel between two steel posts with yellow top and kick rails. Start and end fence ports, so a run closes a viewing line without a gap at the joins. Overall 4.000 x 1.850 x 0.100 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Connectors: start (fence), end (fence). Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-spectator-fence-section-452e14dc","cdnUrl":"https://cdn.3dassets.dev/assets/34359/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-spectator-fence-section-452e14dc","thumbnailUrl":"https://cdn.3dassets.dev/assets/34359/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34359/v1/poster.webp","blurhash":"UBEMH[%M9Ix]_0~pbdM|00%1x]M|RR-ioeIY","category":{"slug":"roads-infrastructure","title":"Roads & Infrastructure"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"modular","title":"Modular"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":14452,"triangles":264,"vertices":792,"meshes":2,"materials":2,"textures":0,"animations":[],"boundingBox":{"min":[-2,0.0001060637413580201,-0.050050355540635395],"max":[2,1.8498939601004998,0.050050355540635395]},"sizeMeters":[4,1.85,0.1],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:17.277Z","updatedAt":"2026-09-11T08:04:17.371Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34359/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function SpectatorFenceSectionGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34359/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34359/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34359/v1/model.glb\" alt=\"Spectator Fence Section (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34359/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34359/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34358","slug":"go-kart-track-and-pit-lane-helmet-and-race-suit-rack-dca854a0","title":"Helmet and Race Suit Rack (Go Kart Track and Pit Lane)","summary":"Hire kit rack 1.9 m wide: two race suits on hangers under a helmet shelf holding two helmets, with a boot shelf below and a welded steel frame. Suits and helmets are modelled solid and none of it moves.","description":"Hire kit rack 1.9 m wide: two race suits on hangers under a helmet shelf holding two helmets, with a boot shelf below and a welded steel frame. Suits and helmets are modelled solid and none of it moves. Overall 1.920 x 2.428 x 0.680 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-helmet-and-race-suit-rack-dca854a0","cdnUrl":"https://cdn.3dassets.dev/assets/34358/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-helmet-and-race-suit-rack-dca854a0","thumbnailUrl":"https://cdn.3dassets.dev/assets/34358/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34358/v1/poster.webp","blurhash":"U6Bpb1Te00:i%~-;Q-4o00#*}_BXzT%LK+9G","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":39824,"triangles":744,"vertices":2232,"meshes":5,"materials":5,"textures":0,"animations":[],"boundingBox":{"min":[-0.9599543271016882,0,-0.34003279049206536],"max":[0.9599543271016882,2.4280067636053397,0.34003279049206536]},"sizeMeters":[1.92,2.428,0.68],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:17.039Z","updatedAt":"2026-09-11T08:04:17.132Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34358/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function HelmetAndRaceSuitRackGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34358/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34358/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34358/v1/model.glb\" alt=\"Helmet and Race Suit Rack (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34358/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34358/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34360","slug":"go-kart-track-and-pit-lane-race-suit-on-hanger-48a7683a","title":"Race Suit on a Hanger (Go Kart Track and Pit Lane)","summary":"A single red race suit on a hanger on a weighted floor stand 1.9 m tall, with a black chest band, a yellow flash and a wire hook over the rail. One rigid piece: the suit is solid geometry and does not drape or move.","description":"A single red race suit on a hanger on a weighted floor stand 1.9 m tall, with a black chest band, a yellow flash and a wire hook over the rail. One rigid piece: the suit is solid geometry and does not drape or move. Overall 0.796 x 1.900 x 0.720 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-race-suit-on-hanger-48a7683a","cdnUrl":"https://cdn.3dassets.dev/assets/34360/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-race-suit-on-hanger-48a7683a","thumbnailUrl":"https://cdn.3dassets.dev/assets/34360/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34360/v1/poster.webp","blurhash":"U7B{Aj%20056QSn%pwOW8bof:5NF1HX8}Zrr","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":14724,"triangles":248,"vertices":744,"meshes":4,"materials":4,"textures":0,"animations":[],"boundingBox":{"min":[-0.3982665249232272,0,-0.36000091103786813],"max":[0.3982665249232272,1.899999976158142,0.36000091103786813]},"sizeMeters":[0.797,1.9,0.72],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:18.352Z","updatedAt":"2026-09-11T08:04:18.455Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34360/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function RaceSuitOnAHangerGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34360/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34360/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34360/v1/model.glb\" alt=\"Race Suit on a Hanger (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34360/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34360/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34361","slug":"go-kart-track-and-pit-lane-racing-helmet-71f12b6e","title":"Racing Helmet (Go Kart Track and Pit Lane)","summary":"Single full face karting helmet 0.33 m across, red shell with a dark visor band, a chin bar and a small rear spoiler, resting on its own padded ring so it sits level on a shelf, a bench or a tyre stack.","description":"Single full face karting helmet 0.33 m across, red shell with a dark visor band, a chin bar and a small rear spoiler, resting on its own padded ring so it sits level on a shelf, a bench or a tyre stack. Overall 0.300 x 0.313 x 0.297 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-racing-helmet-71f12b6e","cdnUrl":"https://cdn.3dassets.dev/assets/34361/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-racing-helmet-71f12b6e","thumbnailUrl":"https://cdn.3dassets.dev/assets/34361/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34361/v1/poster.webp","blurhash":"UBEnO_%M00ad~9I:58%10yMy]UTb9v#:=_Xk","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":10572,"triangles":168,"vertices":504,"meshes":3,"materials":3,"textures":0,"animations":[],"boundingBox":{"min":[-0.1499929469630092,0.0000036833706357486395,-0.14836801947980005],"max":[0.1499929469630092,0.31299999356269836,0.14836801947980005]},"sizeMeters":[0.3,0.313,0.297],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:18.726Z","updatedAt":"2026-09-11T08:04:18.834Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34361/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function RacingHelmetGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34361/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34361/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34361/v1/model.glb\" alt=\"Racing Helmet (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34361/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34361/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34362","slug":"go-kart-track-and-pit-lane-kart-club-reception-counter-42bbfbf2","title":"Kart Club Reception Counter (Go Kart Track and Pit Lane)","summary":"Reception desk for a karting club: a 3.4 m blue counter with a return, a pale worktop, a yellow rail along the public face, a till and card reader, and a results board on posts behind it. Static geometry, nothing opens.","description":"Reception desk for a karting club: a 3.4 m blue counter with a return, a pale worktop, a yellow rail along the public face, a till and card reader, and a results board on posts behind it. Static geometry, nothing opens. Overall 3.750 x 2.600 x 1.750 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-kart-club-reception-counter-42bbfbf2","cdnUrl":"https://cdn.3dassets.dev/assets/34362/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-kart-club-reception-counter-42bbfbf2","thumbnailUrl":"https://cdn.3dassets.dev/assets/34362/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34362/v1/poster.webp","blurhash":"UHCtIWt700nl:htSEMRj00ivivIoysWXNdMx","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":26076,"triangles":180,"vertices":540,"meshes":6,"materials":6,"textures":1,"animations":[],"boundingBox":{"min":[-1.7000000476837158,-0.000008508095092341073,-1.32987032434891],"max":[2.049999952316284,2.600039139990731,0.42003021392042766]},"sizeMeters":[3.75,2.6,1.75],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:19.173Z","updatedAt":"2026-09-11T08:04:19.269Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34362/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function KartClubReceptionCounterGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34362/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34362/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34362/v1/model.glb\" alt=\"Kart Club Reception Counter (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34362/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34362/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34363","slug":"go-kart-track-and-pit-lane-vending-machine-c2b7ee3a","title":"Vending Machine (Go Kart Track and Pit Lane)","summary":"Red drinks and snack vending machine 1.92 m tall with a yellow header, a glazed door showing three shelves of stock, a dispensing flap and a handle. The door swings on its own hinge; the stock is modelled into the door and travels with it.","description":"Red drinks and snack vending machine 1.92 m tall with a yellow header, a glazed door showing three shelves of stock, a dispensing flap and a handle. The door swings on its own hinge; the stock is modelled into the door and travels with it. Overall 0.960 x 1.920 x 0.845 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: door-vend, on the left hand stile. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: open and close. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-vending-machine-c2b7ee3a","cdnUrl":"https://cdn.3dassets.dev/assets/34363/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-vending-machine-c2b7ee3a","thumbnailUrl":"https://cdn.3dassets.dev/assets/34363/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34363/v1/poster.webp","blurhash":"UCFzW*3U00_*~Af$9bV_AB+]XSGF$,bcO9nh","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":25184,"triangles":240,"vertices":720,"meshes":9,"materials":6,"textures":1,"animations":["open","close"],"boundingBox":{"min":[-0.4800732336922692,0,-0.3900411912696924],"max":[0.4800732336922692,1.9199999570846558,0.4549763543089163]},"sizeMeters":[0.96,1.92,0.845],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:20.797Z","updatedAt":"2026-09-11T08:04:20.907Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34363/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function VendingMachineGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34363/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34363/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34363/v1/model.glb\" alt=\"Vending Machine (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34363/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34363/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34364","slug":"go-kart-track-and-pit-lane-visitor-bench-45e5c84e","title":"Visitor Bench (Go Kart Track and Pit Lane)","summary":"Slatted blue bench 1.7 m long on two steel end frames, with three seat slats and a raked three slat back. Ground origin at the centre of the footprint, so it sits straight on a paddock apron or a viewing area.","description":"Slatted blue bench 1.7 m long on two steel end frames, with three seat slats and a raked three slat back. Ground origin at the centre of the footprint, so it sits straight on a paddock apron or a viewing area. Overall 1.700 x 1.054 x 0.592 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-visitor-bench-45e5c84e","cdnUrl":"https://cdn.3dassets.dev/assets/34364/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-visitor-bench-45e5c84e","thumbnailUrl":"https://cdn.3dassets.dev/assets/34364/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34364/v1/poster.webp","blurhash":"UM991ci^QkxapyxvVXMxHXS%X9VsVDf6ozj]","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":7576,"triangles":120,"vertices":360,"meshes":2,"materials":2,"textures":0,"animations":[],"boundingBox":{"min":[-0.8500000238418579,0.000001677754240536622,-0.3420852913174219],"max":[0.8500000238418579,1.054199833096949,0.2500378979954309]},"sizeMeters":[1.7,1.054,0.592],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:20.227Z","updatedAt":"2026-09-11T08:04:20.338Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34364/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function VisitorBenchGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34364/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34364/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34364/v1/model.glb\" alt=\"Visitor Bench (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34364/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34364/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34365","slug":"go-kart-track-and-pit-lane-litter-bin-1ad31357","title":"Litter Bin (Go Kart Track and Pit Lane)","summary":"Public litter bin 1.05 m tall: a tapered charcoal body with a yellow band, a foot plate and a blue domed lid hinged along its back edge on its own pivot.","description":"Public litter bin 1.05 m tall: a tapered charcoal body with a yellow band, a foot plate and a blue domed lid hinged along its back edge on its own pivot. Overall 0.640 x 1.090 x 0.654 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Named nodes on their own pivots: lid, along the back edge of the bin. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Rigid node-transform clips: open and close. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-litter-bin-1ad31357","cdnUrl":"https://cdn.3dassets.dev/assets/34365/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-litter-bin-1ad31357","thumbnailUrl":"https://cdn.3dassets.dev/assets/34365/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34365/v1/poster.webp","blurhash":"U77eF$%M00DicuWVVCs;9cWV-mn%Q,WBgPs.","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":12512,"triangles":164,"vertices":492,"meshes":5,"materials":4,"textures":0,"animations":["open","close"],"boundingBox":{"min":[-0.320014030036882,0,-0.3043580350904377],"max":[0.320014030036882,1.0900031959633623,0.3499963345277203]},"sizeMeters":[0.64,1.09,0.654],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:20.483Z","updatedAt":"2026-09-11T08:04:20.585Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34365/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function LitterBinGoKartTrackAndPitLane(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/34365/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34365/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34365/v1/model.glb\" alt=\"Litter Bin (Go Kart Track and Pit Lane)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34365/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34365/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}},{"id":"34366","slug":"go-kart-track-and-pit-lane-podium-three-steps-1f2f9235","title":"Podium with Three Steps (Go Kart Track and Pit Lane)","summary":"Three step prize podium on a low deck: a 1.05 m centre block in yellow between a 0.76 m and a 0.52 m step, each with a dark tread cap and a blue number plate on its face. Plates are blank blocks and carry no wording.","description":"Three step prize podium on a low deck: a 1.05 m centre block in yellow between a 0.76 m and a 0.52 m step, each with a dark tread cap and a blue number plate on its face. Plates are blank blocks and carry no wording. Overall 4.600 x 1.220 x 1.700 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-podium-three-steps-1f2f9235","cdnUrl":"https://cdn.3dassets.dev/assets/34366/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-podium-three-steps-1f2f9235","thumbnailUrl":"https://cdn.3dassets.dev/assets/34366/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34366/v1/poster.webp","blurhash":"U9DI?$Yj02+v.Q?HItIo00q[~mFd8y0d-ixJ","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":21620,"triangles":120,"vertices":360,"meshes":5,"materials":5,"textures":1,"animations":[],"boundingBox":{"min":[-2.299999952316284,0.00009677062469870545,-0.849961834241703],"max":[2.299999952316284,1.2199032579855307,0.849961834241703]},"sizeMeters":[4.6,1.22,1.7],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:21.999Z","updatedAt":"2026-09-11T08:04:22.092Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34366/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function PodiumWithThreeStepsGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34366/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34366/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34366/v1/model.glb\" alt=\"Podium with Three Steps (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34366/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34366/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34367","slug":"go-kart-track-and-pit-lane-trophy-set-7acab0eb","title":"Trophy Set (Go Kart Track and Pit Lane)","summary":"Set of three trophies on a presentation tray: a gold, a silver and a bronze cup on stepped plinths, the tallest 0.65 m, each with two handles. Blank castings with no engraving, ready to stand on a podium or a reception counter.","description":"Set of three trophies on a presentation tray: a gold, a silver and a bronze cup on stepped plinths, the tallest 0.65 m, each with two handles. Blank castings with no engraving, ready to stand on a podium or a reception counter. Overall 1.034 x 0.590 x 0.440 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-trophy-set-7acab0eb","cdnUrl":"https://cdn.3dassets.dev/assets/34367/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-trophy-set-7acab0eb","thumbnailUrl":"https://cdn.3dassets.dev/assets/34367/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34367/v1/poster.webp","blurhash":"UBDb.#.Q00Uz~R?YIp9I01+^^jBQ59Rq-ptK","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"interior","title":"Interior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":46348,"triangles":840,"vertices":2520,"meshes":4,"materials":4,"textures":1,"animations":[],"boundingBox":{"min":[-0.506995761569095,0.000013885259169899022,-0.21996672899754266],"max":[0.5270000100135803,0.5899999737739563,0.21996672899754266]},"sizeMeters":[1.034,0.59,0.44],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:22.283Z","updatedAt":"2026-09-11T08:04:22.390Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34367/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function TrophySetGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34367/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34367/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34367/v1/model.glb\" alt=\"Trophy Set (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34367/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34367/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34368","slug":"go-kart-track-and-pit-lane-lap-counter-board-fb98a5eb","title":"Lap Counter Board (Go Kart Track and Pit Lane)","summary":"Manual lap counter on a 2.3 m post with a concrete footing: a dark board carrying three white number cards under a yellow header, with a red ledge below for the spare cards. Cards are blank plates; nothing flips.","description":"Manual lap counter on a 2.3 m post with a concrete footing: a dark board carrying three white number cards under a yellow header, with a red ledge below for the spare cards. Cards are blank plates; nothing flips. Overall 1.540 x 2.560 x 0.600 m (X x Y x Z), metre units, +Y up, +Z forward, resting on y=0. Go Kart Track and Pit Lane / karting-lp-v1: faceted grey tarmac and concrete, brushed steel, charcoal rubber, pea gravel and three painted accents in red, blue and yellow, with embedded procedural concrete maps and no custom shaders. Liveries, numbers, boards and signage are invented for this pack and copy no real series, circuit or manufacturer. Static geometry; no rig, animation, collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-lap-counter-board-fb98a5eb","cdnUrl":"https://cdn.3dassets.dev/assets/34368/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-lap-counter-board-fb98a5eb","thumbnailUrl":"https://cdn.3dassets.dev/assets/34368/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34368/v1/poster.webp","blurhash":"U7ATN3?G000L~R%K9h9byUxtMg9bD~br%NRA","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":21304,"triangles":132,"vertices":396,"meshes":5,"materials":5,"textures":1,"animations":[],"boundingBox":{"min":[-0.7699999809265137,0,-0.30007324065731944],"max":[0.7699999809265137,2.559976427349241,0.30007324065731944]},"sizeMeters":[1.54,2.56,0.6],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:22.312Z","updatedAt":"2026-09-11T08:04:22.431Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34368/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function LapCounterBoardGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34368/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34368/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34368/v1/model.glb\" alt=\"Lap Counter Board (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34368/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34368/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}},{"id":"34369","slug":"go-kart-track-and-pit-lane-club-circuit--5ab1738e-starter-scene","title":"Club Circuit Corner and Pit Lane (Go Kart Track and Pit Lane)","summary":"A club karting circuit on a 56 x 48 m plot laid as one continuous surface: a tarmac straight with the start gantry over it, six grid boxes marked out underneath and karts lined up on them, turning right through a corner tile with a red and white kerb round the apex. The...","description":"A club karting circuit on a 56 x 48 m plot laid as one continuous surface: a tarmac straight with the start gantry over it, six grid boxes marked out underneath and karts lined up on them, turning right through a corner tile with a red and white kerb round the apex. The outside of the corner is walled in tyres with advertising boards and spectator fencing behind them, a grandstand along the far side and gravel run off filling the rest. Inside the loop the pit lane runs the length of the straight into a terrace of five garage bays with their shutters up, race control looking over the lane, and a paddock of kart trolleys, storage racks, tyre stacks, a fuel and charging point and tool trolleys behind it, with the reception counter, podium and benches at the entrance corner.","status":"published","url":"https://3dassets.dev/assets/go-kart-track-and-pit-lane-club-circuit--5ab1738e-starter-scene","cdnUrl":"https://cdn.3dassets.dev/assets/34369/v1/model.glb","downloadUrl":"https://3dassets.dev/download/go-kart-track-and-pit-lane-club-circuit--5ab1738e-starter-scene","thumbnailUrl":"https://cdn.3dassets.dev/assets/34369/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/34369/v1/poster.webp","blurhash":"U7CGMm%300ae9Fs:xtRj00Io_4WU~pNGkDxt","category":{"slug":"environments","title":"Environments & Scenes"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"kit","title":"Kit / Set"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":775760,"triangles":17976,"vertices":41074,"meshes":226,"materials":8,"textures":1,"animations":[],"boundingBox":{"min":[-28,-0.000060427989866981835,-24],"max":[28,9.240058955164539,24]},"sizeMeters":[56,9.24,48],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T08:04:24.088Z","updatedAt":"2026-09-11T08:04:24.192Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/34369/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n})","r3f":"import { useGLTF } from '@react-three/drei'\n\nexport function ClubCircuitCornerAndPitLaneGoKartTrackAndPitLane(props) {\n  const { scene } = useGLTF('https://cdn.3dassets.dev/assets/34369/v1/model.glb')\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/34369/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/34369/v1/model.glb\" alt=\"Club Circuit Corner and Pit Lane (Go Kart Track and Pit Lane)\" camera-controls auto-rotate></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/34369/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/34369/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);"}}],"demo":{"slug":"go-kart-track-and-pit-lane","title":"Go Kart Track and Pit Lane","url":"https://3dassets.dev/demos/go-kart-track-and-pit-lane"}}}