
About
A 0.7 m wide cleated belt runs between two drums on a channel frame with side skirts, carried on four legs and two foot plates. A three sided feed hopper covers the tail and a hooded chute covers the head; a ribbed drive motor sits at the head drum. Overall size 1.43 x 3.27 x 5.41 m in metres, +Y up, +Z forward, resting on y=0. Node cleats translates one 0.5 m cleat pitch along the incline, so the loop repeats exactly. Clips: idle drives the cleats one pitch up the incline over 1.6 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 “Inclined cleated conveyor lift (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/15044/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-conveyor-lift-8a409b91 Description: Five metre cleated belt on a 24 degree incline with a feed hopper at the tail and a discharge hood at the head, so the cleat loop resets out of sight. - Dimensions (X × Y × Z): 1.43 × 3.269 × 5.41 metres - Triangles: 1.1k - 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/15044/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)
}Inclined cleated conveyor lift (Animated Mechanisms Kit)
Five metre cleated belt on a 24 degree incline with a feed hopper at the tail and a discharge hood at the head, so the cleat loop resets out of sight.