
Model · East London housing
Balcony door
Balcony door from the East London housing pack: a GLB model with 708 triangles at high detail, 3.00 m × 3.20 m × 0.40 m, in three LODs for three.js and WebGL.
The picture is a studio render. View in 3D loads the low-detail GLB itself in three.js.
Included in the East London housing pack, £19, with 19 other models.
See the pack| High detail | 708 triangles · 178 KB |
|---|---|
| Medium detail | 324 triangles · 107 KB |
| Low detail | 120 triangles · 30 KB |
| Size (W × H × D) | 3.00 m × 3.20 m × 0.40 m |
| Format | GLB (glTF 2.0 binary) |
| Compression | Meshopt (EXT_meshopt_compression) + quantised; uncompressed copy in the pack |
| Textures | 10 embedded in the GLB |
| Material slots | wick masonry, wick glass, wick metal, wick stone |
| Sockets | mount-origin, stack-top, stack-bottom, edge-e, edge-w, mount-balcony |
| Era | 2020s |
| Mobile-safe | Yes |
| Instancing | Safe to instance (InstancedMesh) |
Load it in three.js
import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js';
import { MeshoptDecoder } from 'three/addons/libs/meshopt_decoder.module.js';
const loader = new GLTFLoader().setMeshoptDecoder(MeshoptDecoder);
const { scene: model } = await loader.loadAsync('models/hackney-wick-housing-balcony-door/high-hackney-wick-housing-balcony-door.glb');
scene.add(model); // 1 unit = 1 metre, origin at the mount socket








