
About
A 0.84 m flared base and a tapered painted column carry a top ring at 1.02 m. An emissive collar surrounds a 0.3 m domed amber button on an iron seat that presses 0.05 m into the head. Overall size 0.84 x 1.27 x 0.83 m in metres, +Y up, +Z forward, resting on y=0. Node button translates straight down on Y into its collar. Clips: trigger presses the button 0.05 m and lets it spring back over 0.7 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 “Domed button on a pedestal (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8518/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-button-pedestal-31508ccf Description: Floor pedestal 1.2 m tall with a flared cast base, a painted column with an amber label strip, an emissive collar ring and a big domed push button on a collar. - Dimensions (X × Y × Z): 0.84 × 1.27 × 0.827 metres - Triangles: 694 - 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/8518/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)
}Domed button on a pedestal (Animated Mechanisms Kit)
Floor pedestal 1.2 m tall with a flared cast base, a painted column with an amber label strip, an emissive collar ring and a big domed push button on a collar.