threejs-3d-assets ← all assets

Broccoli

free · 140 tris · 1 materials · 0.18×0.16×0.16 m · GLB 16 KB
test pivots:

drag to orbit · scroll to zoom

Broccoli low-poly 3D model, hero render Broccoli low-poly 3D model, back render Broccoli low-poly 3D model, detail render Broccoli low-poly 3D model, front render Broccoli low-poly 3D model, left render Broccoli low-poly 3D model, low back render Broccoli low-poly 3D model, low render Broccoli low-poly 3D model, right render Broccoli 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

  • 140 triangles · 1 material
  • 0.18 × 0.16 × 0.16 m, real-world scale
  • GLB (16 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/broccoli-69c8b6.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/broccoli-69c8b6.mjs';
scene.add(createAsset());