threejs-3d-assets ← all assets

Sailboat

free · 60 tris · 1 materials · 2.25×3.02×0.92 m · GLB 7 KB
test pivots:

drag to orbit · scroll to zoom

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

Hotlink or download it. The snippet below just works.

Everything · lifetime$99

Every asset and kit, current and future · lifetime updates

  • 60 triangles · 1 material
  • 2.25 × 3.02 × 0.92 m, real-world scale
  • GLB (7 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/sailboat-3ee283.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/sailboat-3ee283.mjs';
scene.add(createAsset());