3DAssets.dev

Loading model

About

Telepresence robot with a wheeled base, a slim pole and a panning video screen head. Dimensions 0.50 by 1.60 by 0.30 m (X by Y by Z). Origin at the footprint centre, resting on y = 0; metres, +Y up, +Z forward. Named pivots: wheel-left at (-0.2, 0.13, 0); wheel-right at (0.2, 0.13, 0); head at (0, 1, 0). Rigid node-transform clips: wheel-roll and tilt. No skinning. No collision or navigation data. Wheels roll and the screen pans about the pole top. The pole is static. Original design for the robots and drones kit.

Use with an AI agent

Copy this prompt into your AI chat, then describe what you want to build with the asset.

Use the “Telepresence Bot (Robots and Drones Kit)” asset in my project.

Model: https://cdn.3dassets.dev/assets/38992/v1/model.glb
Asset page: https://3dassets.dev/assets/robots-and-drones-kit-telepresence-bot-8593ffe4
Description: 1.7 m telepresence robot with rolling wheels for office scenes.

- Dimensions (X × Y × Z): 0.496 × 1.6 × 0.3 metres
- Triangles: 368
- Animations: wheel-roll, tilt
- Licence: CC0 1.0 Universal (https://creativecommons.org/publicdomain/zero/1.0/)
- Loading: Three.js GLTFLoader; no additional decoders required.

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

Import manually

Choose your framework, then copy the code into your project to load the asset.

import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'
import { AnimationMixer } from 'three'

let mixer

const loader = new GLTFLoader()
loader.load('https://cdn.3dassets.dev/assets/38992/v1/model.glb', (gltf) => {
  scene.add(gltf.scene)
  mixer = new AnimationMixer(gltf.scene)
  mixer.clipAction(gltf.animations[0]).play()
})

// Call from your render loop; deltaSeconds is time since the previous frame.
function updateAssetAnimation(deltaSeconds) {
  mixer?.update(deltaSeconds)
}

Common questions

How do I use Telepresence Bot (Robots and Drones Kit) with my AI development tools?
Press "Copy for AI agent" above and paste the prompt into Claude Code, Cursor, Codex, GitHub Copilot, ChatGPT or any other coding assistant. The prompt carries the direct CDN URL, the real-world size, the licence and the loading notes, so the assistant can fetch the model and place it in your project without you writing the loader yourself. For a permanent connection, add the 3DAssets.dev MCP server to your tool with one command (for Claude Code: claude mcp add --transport http 3dassets https://3dassets.dev/mcp) and the assistant can then search the whole catalogue, fetch files and read the usage snippets on its own.

MCP server setupGuide for AI agents

How do I get started?
Three ways, from quickest to most automatic. Download the .glb with the button and drop it into your engine's asset folder, where it imports like any glTF file. Or skip the download: copy the three.js, React Three Fiber or model-viewer snippet under "Import manually", which loads the model straight from the CDN. Or connect your AI agent to the MCP server and ask for it by name, and it will find, fetch and place the model for you.

MCP server setupAPI reference

Which game engines and tools can I use Telepresence Bot (Robots and Drones Kit) with?
Anything that reads glTF, which today means all of the major ones: three.js and React Three Fiber on the web, Godot 4, Unity, Unreal Engine 5, Blender and the model-viewer web component. The model is a self-contained binary glTF (.glb) with textures embedded, so there is one file to import and no plugin, converter or decoder to install first.
How do I import this model into Unity, Godot, Unreal or Blender?
Unity: install the glTFast package (com.unity.cloud.gltfast) from the Package Manager, drop the .glb into Assets and drag the prefab in, or load it at runtime from the CDN URL. Godot 4: copy the file into the project folder and the editor imports it as a scene you can instantiate. Unreal Engine 5: File > Import with the built-in glTF importer, which converts the axes for you. Blender: File > Import > glTF 2.0. Units are metres with +Y up in the file, and every importer above handles the conversion to its own axes automatically.
Can I use Telepresence Bot (Robots and Drones Kit) in a commercial game, and do I need to credit anyone?
Yes to commercial use and no to credit. Every model on 3DAssets.dev is released under CC0 1.0 Universal, which places it in the public domain: use it in a paid game, an app, a film or a client project, modify it, redistribute it, and put nothing in the credits. A link back is welcome but it is entirely your choice.

CC0 licence text

Can I load it from the CDN instead of downloading it?
Yes. The .glb file has a permanent URL on cdn.3dassets.dev that is CORS-enabled and never changes content, so you can pass it straight to GLTFLoader, glTFast or model-viewer in production and cache it as hard as you like. Downloading is only needed for engines that import from disk.
Do I need Draco, Meshopt or KTX2 to load it?
No. The geometry is quantized with KHR_mesh_quantization and the textures are re-encoded to WebP, both of which three.js, Godot, Unity and Blender read natively, so a plain GLTFLoader is enough. There is nothing extra to configure and no decoder to ship with your bundle.

Telepresence Bot (Robots and Drones Kit)

1.7 m telepresence robot with rolling wheels for office scenes.

Download asset · 16.9 KB

More in Characters & Creatures

Gorgehold Scout (Gorgehold Survivor Gallery and Operations)Animated

Gorgehold Scout (Gorgehold Survivor Gallery and Operations)

Clothed third-person scout with a 74-joint skeleton and idle, walk, run and grasp clips.

@3dassets98.5k tris · 55 ↓
Seated Forklift Driver (Car Factory Production Line)

Seated Forklift Driver (Car Factory Production Line)

Free 3D model of a seated forklift driver in a hi vis vest and hard hat, a posed industrial character for a car factory game asset kit.

@3dassets2.1k tris · 18 ↓
Quality Inspector With Tablet (Car Factory Production Line)

Quality Inspector With Tablet (Car Factory Production Line)

Free 3D model of a factory quality inspector in a hi vis vest holding a tablet, a posed industrial character for a car factory game asset kit.

@3dassets2.1k tris · 15 ↓
Line Worker With Torque Tool (Car Factory Production Line)

Line Worker With Torque Tool (Car Factory Production Line)

Free 3D model of a factory line worker in a hi vis vest and hard hat holding a torque tool, a posed industrial character for a car factory game asset kit.

@3dassets2.1k tris · 15 ↓
Supervisor Pointing (Car Factory Production Line)

Supervisor Pointing (Car Factory Production Line)

Free 3D model of a factory supervisor in a hi vis vest and hard hat pointing across the line, a posed industrial character for a car factory game asset kit.

@3dassets1.6k tris · 14 ↓
Maintenance Technician Kneeling (Car Factory Production Line)

Maintenance Technician Kneeling (Car Factory Production Line)

Free 3D model of a kneeling maintenance technician in a hi vis vest reaching in with a tool, a posed industrial character for a car factory game asset kit.

@3dassets2.1k tris · 13 ↓
Ground Crew Marshaller (Aircraft Fleet and Airfield)

Ground Crew Marshaller (Aircraft Fleet and Airfield)

A ground crew marshaller in a high visibility tabard and ear defenders, arms raised with a lit wand in each hand. Premium CC0 aircraft and airfield game asset.

@3dassets892 tris · 10 ↓
Low Poly Civilian Standing Idle (Low Poly Character Figures)

Low Poly Civilian Standing Idle (Low Poly Character Figures)

Adult civilian standing at rest, weight even, arms at the sides. The default crowd figure at 1.75 m.

@3dassets1.2k tris · 8 ↓
City Guard With Spear (Fantasy MMO City And Townsfolk)Animated

City Guard With Spear (Fantasy MMO City And Townsfolk)

City watch guard in a blue tabard over a mail shirt, a domed helm with a nose bar and a brass badge, holding a two and a half metre spear at rest. Rigid jointed hand painted fantasy MMO city character, no skinning.

@3dassets8.3k tris · 8 ↓
Infected Runner, Jointed (FPS Survival Forest Outpost)Animated

Infected Runner, Jointed (FPS Survival Forest Outpost)

Free 3D game asset for a forest survival outpost: a 1.59 m infected runner hunched forward in torn rags with glowing lesions and pale claws, built as a rigid jointed puppet. Animated idle, head-turn and arm-swing.

@3dassets12.6k tris · 8 ↓
Survivor Scavenger, Jointed (FPS Survival Forest Outpost)Animated

Survivor Scavenger, Jointed (FPS Survival Forest Outpost)

Free 3D game asset for a forest survival outpost: a 1.78 m survivor scavenger in a layered canvas coat with webbing, a pack and a carbine, built as a rigid jointed puppet. Animated idle, head-turn, arm-swing and weapon-raise.

@3dassets15.8k tris · 8 ↓
Attacker Heavy Trooper Advancing (Arctic Station FPS Kit)

Attacker Heavy Trooper Advancing (Arctic Station FPS Kit)

Free 3D model of an arctic FPS operator character in a advancing pose for an attacking team, a static posed figure with no rig or skeleton. Measures 0.87 by 1.64 by 1.73 m.

@3dassets31.6k tris · 8 ↓

Similar assets

Security Patrol Bot (Robots and Drones Kit)Animated

Security Patrol Bot (Robots and Drones Kit)

1.7 m patrol robot with four rolling wheels and a scanning head.

@3dassets644 tris · 2 ↓
Track Wheel Rack (Velodrome and Track Cycling)

Track Wheel Rack (Velodrome and Track Cycling)

A wheel rack holding four spare wheels on edge in a steel A frame, alternating a solid disc wheel and an eight spoke wheel. 1.8 m long, and the wheels are part of the rack rather than separate nodes.

@3dassets668 tris · 4 ↓
Office mouse (Downtown Office Interiors)

Office mouse (Downtown Office Interiors)

A contoured office mouse with a split button face and a scroll wheel.

@3dassets304 tris · 1 ↓
Office waste bin (Downtown Office Interiors)

Office waste bin (Downtown Office Interiors)

A 0.28 m tapered office waste bin with a rolled rim and a metal liner ring.

@3dassets392 tris · 3 ↓
Twin toilet roll dispenser (Office Lobby and Building Facilities)

Twin toilet roll dispenser (Office Lobby and Building Facilities)

A 0.34 m twin toilet roll dispenser: a chamfered stainless hood on a back plate over two loaded rolls on spindles, with a core cover, a tear bar and a blank accent label.

@3dassets952 tris · 2 ↓
Roll cage with rolling castors (Parcel Depot and Sorting Hall)Animated

Roll cage with rolling castors (Parcel Depot and Sorting Hall)

Tall two sided roll cage 1.8 m high on a charcoal deck with a mesh back, folding mesh sides, a charcoal strap rail across the front and four castors that turn, the trolley a driver actually wheels into a van.

@3dassets984 tris · 3 ↓
Roll on roll off ferry, berthed stern section (Ferry Terminal and Harbour Crossing)Animated

Roll on roll off ferry, berthed stern section (Ferry Terminal and Harbour Crossing)

Berthed stern section of a roll on roll off vehicle ferry, 24 m of hull: grey topsides on a red boot topping, an open vehicle deck behind a stern ramp that lowers on its hinge, white accommodation, a bridge with wings, red funnels and lifeboats.

@3dassets1.0k tris · 3 ↓
Roll on roll off ferry, blue livery (Ferry Terminal and Harbour Crossing)Animated

Roll on roll off ferry, blue livery (Ferry Terminal and Harbour Crossing)

Berthed stern section of a roll on roll off vehicle ferry, 24 m of hull: grey topsides on a deep blue boot topping, an open vehicle deck behind a stern ramp that lowers on its hinge, white accommodation, a bridge with wings, deep blue funnels and lifeboats.

@3dassets1.0k tris · 4 ↓
Office Floor Tile (Printing Press and Newspaper Office)

Office Floor Tile (Printing Press and Newspaper Office)

Free 3D model of a 6 m boarded office floor tile: a timber floor bay for a newspaper office game asset kit.

@3dassets2.7k tris · 2 ↓
Timber wheelbarrow with a rolling wheel (Botanical Glasshouse and Palm House)Animated

Timber wheelbarrow with a rolling wheel (Botanical Glasshouse and Palm House)

Timber and iron garden barrow 1.5 m long with a boarded body, iron strapping, two legs, shaped handles and a spoked wheel that rolls, loaded with leaf mould.

@3dassets360 tris · 3 ↓
Service Robot Biped (Robots and Drones Kit)Animated

Service Robot Biped (Robots and Drones Kit)

1.8 m concierge robot with chest display for lobby and reception scenes.

@3dassets1.5k tris · 2 ↓
Delivery Bot (Robots and Drones Kit)Animated

Delivery Bot (Robots and Drones Kit)

0.8 m delivery robot with opening lid and hatch for logistics scenes.

@3dassets596 tris · 2 ↓