
About
A 0.66 m wide belt runs between two drums at 0.85 m on a channel frame with painted skirt boards, carried on four legs with cross bracing and foot plates. The tail skirt and head hood each cover one cleat pitch so the repeating cleats reset out of sight. Overall size 1.53 x 1.46 x 5.05 m in metres, +Y up, +Z forward, resting on y=0. Node cleats translates one 0.55 m cleat pitch along Z, so the loop repeats exactly. Clips: idle drives the cleats one pitch along the belt over 1.4 s and repeats seamlessly. Node TRS animation on named nodes only; no skinned rig, skeleton, collision or navigation data.
Use with an AI agent
Copy this prompt into your AI chat, then describe what you want to build with the asset.
Use the “Straight cleated belt conveyor (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8486/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-belt-conveyor-straight-fefc9411 Description: Four metre horizontal belt conveyor on braced legs with side skirts, a tail feed skirt, a hooded head chute, a drive motor and gearbox, and eight cleats that loop seamlessly. - Dimensions (X × Y × Z): 1.53 × 1.46 × 5.045 metres - Triangles: 1,256 - Animations: idle - 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/8486/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)
}Straight cleated belt conveyor (Animated Mechanisms Kit)
Four metre horizontal belt conveyor on braced legs with side skirts, a tail feed skirt, a hooded head chute, a drive motor and gearbox, and eight cleats that loop seamlessly.