
Loading model
About
Vertical mill size baler 2.2 m wide and 3.2 m tall: a green chamber on a charcoal frame with a steel platen head, a yellow charging lid that lifts, a blue control box with modelled buttons and a finished bale on the discharge floor. Free 3D model for recycling centre, waste transfer yard and municipal depot game scenes in Unity, Godot, Unreal, three.js and Blender. Overall 3.55 by 3.36 by 2.12 m (X by Y by Z). Metre units, +Y up, the working face toward +Z, resting on y=0 with the origin on the footprint. Rigid node-transform clips: open and close. No skinning. The ram, the chains and the bale wire are modelled solid, because a baler's platen is driven by a ram and a chain and neither is one rigid node; only the charging lid moves. No waste company, council, plant or vehicle manufacturer names, badges or artwork anywhere: every plate, panel and sign is blank.
Use with an AI agent
Copy this prompt into your AI chat, then describe what you want to build with the asset.
Use the “Vertical baler (Recycling Centre and Waste Transfer Yard)” asset in my project. Model: https://cdn.3dassets.dev/assets/34917/v1/model.glb Asset page: https://3dassets.dev/assets/recycling-and-waste-transfer-yard-recycling-and-waste--28ba69b7 Description: Vertical mill size baler 2.2 m wide and 3.2 m tall: a green chamber on a charcoal frame with a steel platen head, a yellow charging lid that lifts, a blue control box with modelled buttons and a finished bale on the discharge floor. - Dimensions (X × Y × Z): 3.55 × 3.36 × 2.12 metres - Triangles: 292 - Animations: open, close - Licence: CC0 1.0 Universal (https://creativecommons.org/publicdomain/zero/1.0/) - Loading: Three.js GLTFLoader; no additional decoders required.
Also available as JSON, Markdown, or via the MCP server.
Import manually
Choose your framework, then copy the code into your project to load the asset.
import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'
import { AnimationMixer } from 'three'
let mixer
const loader = new GLTFLoader()
loader.load('https://cdn.3dassets.dev/assets/34917/v1/model.glb', (gltf) => {
scene.add(gltf.scene)
mixer = new AnimationMixer(gltf.scene)
mixer.clipAction(gltf.animations[0]).play()
})
// Call from your render loop; deltaSeconds is time since the previous frame.
function updateAssetAnimation(deltaSeconds) {
mixer?.update(deltaSeconds)
}Common questions
How do I use this model with my AI development tools?
How do I get started?
Which game engines and tools can I use this model with?
How do I import this model into Unity, Godot, Unreal or Blender?
Can I use this model in a commercial game, and do I need to credit anyone?
Can I load it from the CDN instead of downloading it?
Do I need Draco, Meshopt or KTX2 to load it?
Vertical baler (Recycling Centre and Waste Transfer Yard)
Vertical mill size baler 2.2 m wide and 3.2 m tall: a green chamber on a charcoal frame with a steel platen head, a yellow charging lid that lifts, a blue control box with modelled buttons and a finished bale on the discharge floor.