3DAssets.dev
Loading model…

About

Floor standing double vanity on a 100 mm recessed plinth: 1200 by 460 mm with two named doors and a ceramic worktop carrying two inset bowls and two chrome wastes. Measured extent 1.220 x 0.828 x 0.528 m (X x Y x Z), metre units, +Y up, user side toward +Z, resting on y=0. Named pivoted nodes: door-left, door-right. Connectors run-left and run-right of type base-run. Rigid node-transform clips: open and close. No skinning. No collision or navigation data.

Use with an AI agent

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

Use the “Bathroom double vanity unit 1200 (Fitted Kitchen and Bathroom Builder)” asset in my project.

Model: https://cdn.3dassets.dev/assets/17885/v1/model.glb
Asset page: https://3dassets.dev/assets/fitted-kitchen-and-bathroom-builder-vanity-1200-double-d4d6b7b7
Description: 1200 mm double vanity with a pair of doors and a ceramic top carrying two inset bowls.

- Dimensions (X × Y × Z): 1.22 × 0.828 × 0.528 metres
- Triangles: 2.4k
- Animations: open, close
- 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/17885/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 this model 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 this model 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 this model 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.

Bathroom double vanity unit 1200 (Fitted Kitchen and Bathroom Builder)

1200 mm double vanity with a pair of doors and a ceramic top carrying two inset bowls.

Download asset · 108.9 KB

More in Props & Furniture

Ridge Ornament Shachi (Feudal Japan Castle Town)

Ridge Ornament Shachi (Feudal Japan Castle Town)

Golden shachi ridge ornament: an original plump fish with fins and a curled tail on a tile plinth, for keep and gate ridges.

@3dassets368 tris · 1 ↓
Laundrette and Cleaning Services: Commercial tumble dryer 800, graphiteAnimated

Laundrette and Cleaning Services: Commercial tumble dryer 800, graphite

The 800 mm commercial tumble dryer finished in graphite: identical geometry to the white version, with the cabinet and lint drawer front remapped to the dark body colour, leaving the stainless plinth, door bezel and intake grilles as they are.

@3dassets3.8k tris
wall vent (Prison Complex Builder)

wall vent (Prison Complex Builder)

Wall-mounted ventilation grille with nine louvres, deep backing and four accessible fasteners.

@3dassets3.5k tris
service hatch (Prison Complex Builder)

service hatch (Prison Complex Builder)

Bolted service-access hatch with louvres, an edge handle and a separately named hinged panel.

@3dassets2.5k tris
Commercial front load washer 700, graphite (Laundrette and Cleaning Services)Animated

Commercial front load washer 700, graphite (Laundrette and Cleaning Services)

The 700 mm commercial washer finished in graphite: identical geometry to the white version, with the cabinet and its front stiles remapped to the dark body colour, leaving the stainless plinth, porthole bezel and hopper as they are.

@3dassets4.1k tris
Wheeled bin 240 litre, open lid (Laundrette and Cleaning Services)

Wheeled bin 240 litre, open lid (Laundrette and Cleaning Services)

The 240 litre wheeled bin with its lid swung fully back on the hinge pivot, showing the rolled rim and the open body that the closed lid hides.

@3dassets1.1k tris
window barred (Prison Complex Builder)

window barred (Prison Complex Builder)

Inset glazed barred window with concrete reveal and six round steel bars; 1.08 m wide.

@3dassets2.1k tris
shower stall row (Prison Complex Builder)

shower stall row (Prison Complex Builder)

Three divided institutional shower stalls with risers, heads, taps, drains and a tiled back wall.

@3dassets3.3k tris
ceiling light bank (Prison Complex Builder)

ceiling light bank (Prison Complex Builder)

Twin protected fluorescent-style light tubes, steel reflector housing and hanging brackets; grounded for placement.

@3dassets900 tris
Waste sack trolley (Laundrette and Cleaning Services)

Waste sack trolley (Laundrette and Cleaning Services)

A tubular waste sack truck: two bent tube stiles with rubber grips, a lipped toe plate, two pneumatic tyred wheels on stub axles, two cross rails and a strapped pair of refuse sacks.

@3dassets1.1k tris
Cardboard bale (Laundrette and Cleaning Services)

Cardboard bale (Laundrette and Cleaning Services)

A finished cardboard bale: a compressed block with nine visible layer courses and slightly waisted flanks, three strap wires with twisted knots and a blank ticket on the face.

@3dassets1.1k tris
Static waste compactor (Laundrette and Cleaning Services)

Static waste compactor (Laundrette and Cleaning Services)

A 2.1 m static waste compactor on skid rails: a ribbed container body with a latched discharge door, a charge box with a hopper and safety edge, a horizontal ram cylinder, a control cabinet with an isolator and a bolted service panel.

@3dassets2.3k tris

Similar assets

Bathroom vanity unit 600 (Fitted Kitchen and Bathroom Builder)Animated

Bathroom vanity unit 600 (Fitted Kitchen and Bathroom Builder)

600 mm floor standing vanity: two named drawer fronts, a ceramic top with an inset bowl and a chrome waste.

@3dassets1.5k tris
Bathroom vanity unit 800 (Fitted Kitchen and Bathroom Builder)Animated

Bathroom vanity unit 800 (Fitted Kitchen and Bathroom Builder)

800 mm floor standing vanity with two deep drawers, a ceramic top with an inset bowl and a chrome waste.

@3dassets1.5k tris
Inset double bowl sink 960 (Home Appliances and Utility Room)

Inset double bowl sink 960 (Home Appliances and Utility Room)

A 960 mm inset double bowl sink: a pressed deck with two real apertures and a rolled edge, a full bowl and a half bowl each with a waste boss, a ribbed drainer, a single lever mixer tap and a linked bottle trap.

@3dassets1.7k tris
Bathroom wall hung vanity 800 (Fitted Kitchen and Bathroom Builder)Animated

Bathroom wall hung vanity 800 (Fitted Kitchen and Bathroom Builder)

800 mm wall hung vanity: two named drawers, a ceramic top with an inset bowl and two wall brackets.

@3dassets1.6k tris
Bathroom vanity unit 800 in gloss white (Fitted Kitchen and Bathroom Builder)Animated

Bathroom vanity unit 800 in gloss white (Fitted Kitchen and Bathroom Builder)

800 mm vanity finished in gloss white rather than the pack default front colour.

@3dassets1.5k tris
Hotel bathroom vanity unit (Hotel and Resort Operations)Animated

Hotel bathroom vanity unit (Hotel and Resort Operations)

A 1.1 m wall-hung hotel vanity: a carcass on two brackets, a solid-surface top with a real cut aperture, an inset basin well with a chrome waste, a lever mixer, two named pivoted drawers on pull rails and a towel rail under the front edge.

@3dassets2.1k tris
Greybox wall with double door opening (Modular Greybox Architecture Kit)

Greybox wall with double door opening (Modular Greybox Architecture Kit)

A 4 m wall with a 2.2 m by 2.4 m double door opening and 0.9 m piers each side. Takes the double door, security gate or sliding pair.

@3dassets180 tris
Hotel bathroom vanity unit, 800 (Hotel and Resort Operations)Animated

Hotel bathroom vanity unit, 800 (Hotel and Resort Operations)

The wall-hung hotel vanity at 800 mm for a compact en-suite, with the same top aperture, mixer and named drawers.

@3dassets2.1k tris
Bathroom WC unit 550 (Fitted Kitchen and Bathroom Builder)Animated

Bathroom WC unit 550 (Fitted Kitchen and Bathroom Builder)

550 mm WC unit: a concealed cistern housing with a worktop, a handleless door, a flush plate and a back to wall pan.

@3dassets2.4k tris
Bathroom open shelf unit 600 (Fitted Kitchen and Bathroom Builder)

Bathroom open shelf unit 600 (Fitted Kitchen and Bathroom Builder)

600 mm open bathroom shelf unit with four shelves, a backing panel and two chrome side rails.

@3dassets528 tris
Corner door pair 900 (Fitted Kitchen and Bathroom Builder)Animated

Corner door pair 900 (Fitted Kitchen and Bathroom Builder)

Bi fold corner door pair: a 560 mm main leaf and a 320 mm return leaf joined on three knuckle hinges.

@3dassets480 tris
Kitchen base unit 600 with the door open (Fitted Kitchen and Bathroom Builder)

Kitchen base unit 600 with the door open (Fitted Kitchen and Bathroom Builder)

600 mm base unit with its door swung open on the hinge pivot, showing the carcass interior and the shelf.

@3dassets768 tris