3DAssets.dev
Loading model…

About

A 2.4 m base plate with a painted anvil bed and amber chevrons carries two 3.6 m channel guides to a bolted head beam with a housing and a rope drum. The crusher block is 1.72 m wide with a base shoe, four ribs and amber side stripes. Overall size 2.4 x 4.34 x 1.64 m in metres, +Y up, +Z forward, resting on y=0. Node block translates straight down on Y between its guides. Clips: trigger drops the block 1.94 m in 0.3 s, holds on the bed, then winds it back over 2 s. 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 “Falling crusher block in guides (Animated Mechanisms Kit)” asset in my project.

Model: https://cdn.3dassets.dev/assets/8544/v1/model.glb
Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-crusher-block-6377bc6c
Description: A 1.78 m ribbed iron block running in two channel guides above a painted anvil bed with amber chevrons, under a head beam with a rope drum and a bolted cover.

- Dimensions (X × Y × Z): 2.4 × 4.34 × 1.64 metres
- Triangles: 420
- Animations: trigger
- 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/8544/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)
}

Falling crusher block in guides (Animated Mechanisms Kit)

A 1.78 m ribbed iron block running in two channel guides above a painted anvil bed with amber chevrons, under a head beam with a rope drum and a bolted cover.

Download asset · 22.9 KB

More in Props & Furniture

Similar assets