Every model below is free: hotlink it straight from our CDN with no account at all, or create a free account to download the files. No attribution required, commercial use allowed. All models are flat-shaded, low-poly and render in a single draw call.
Every free model is hotlinkable. This is the real snippet for Horizontal Tank:
// GLB: works in three.js, Unity, Godot, Blender
new GLTFLoader().load(
'https://polyfork.dev/cdn/horizontal-tank-6e9b8b.glb',
(gltf) => scene.add(gltf.scene)
);
// or the drop-in ES module (three.js, zero loaders):
import { createAsset } from 'https://polyfork.dev/cdn/horizontal-tank-6e9b8b.mjs';
scene.add(createAsset());
Yes. Every model on this page is free to download and hotlink, and you can use them in games, apps, client work and commercial products with no attribution. The only restriction: you cannot resell or redistribute the models themselves as assets.
They are built for real-time rendering: flat-shaded vertex colors on a single material, one draw call per model, GLB files of a few kilobytes, real-world scale in meters, and named pivot groups for animation.
Yes. The GLB files import into Unity, Godot, Unreal, Blender and any other engine or tool that reads glTF.
Hotlinking needs no account: the CDN URL works in your code immediately. Downloading the files needs a free account, which also gives you a library of what you have taken.