threejs-3d-assets ← all assets

Floor Lamp

free · 80 tris · 1 materials · 0.35×1.74×0.34 m · GLB 10 KB
test pivots:

drag to orbit · scroll to zoom

Floor Lamp low-poly 3D model, hero render Floor Lamp low-poly 3D model, back render Floor Lamp low-poly 3D model, detail render Floor Lamp low-poly 3D model, front render Floor Lamp low-poly 3D model, left render Floor Lamp low-poly 3D model, low back render Floor Lamp low-poly 3D model, low render Floor Lamp low-poly 3D model, right render Floor Lamp low-poly 3D model, top render
Part hierarchy (toggle visibility)
This assetFree

Hotlink or download it. The snippet below just works.

Everything · lifetime$95

Every asset and kit, current and future · lifetime updates

  • 80 triangles · 1 material
  • 0.35 × 1.74 × 0.34 m, real-world scale
  • GLB (10 KB) + drop-in ES module
  • Commercial license: games, apps, client work, anything. No attribution required. (No reselling the raw assets.)

Use it

// free asset: hotlink it. GLB works in three.js, Unity, Godot, Blender:
new GLTFLoader().load(
  'https://threejs-3d-assets.com/cdn/floor-lamp-f0ba3f.glb',
  (gltf) => scene.add(gltf.scene)
);

// or the drop-in ES module (three.js, zero loaders):
import { createAsset } from 'https://threejs-3d-assets.com/cdn/floor-lamp-f0ba3f.mjs';
scene.add(createAsset());