
About
A 0.62 m by 1.4 m painted wall panel with top and bottom edge flashings carries a bolted steel switch plate at 0.96 m. The amber rocker is 0.14 m wide with a pointer nib, beside an emissive indicator lamp. Overall size 0.68 x 1.4 x 0.18 m in metres, +Y up, +Z forward, resting on y=0. Node rocker pivots on the switch pin at y=1.1, z=0.07, parallel to X. Clips: trigger flips the rocker 26 degrees down and holds, then returns, over 0.8 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 “Rocker wall switch on a panel (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8515/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-wall-switch-f34022d1 Description: Large rocker switch on a steel back plate, mounted on a 0.62 m painted wall panel with edge flashings, a bolted plate, a label strip and an emissive indicator. - Dimensions (X × Y × Z): 0.68 × 1.4 × 0.175 metres - Triangles: 176 - 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/8515/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)
}Rocker wall switch on a panel (Animated Mechanisms Kit)
Large rocker switch on a steel back plate, mounted on a 0.62 m painted wall panel with edge flashings, a bolted plate, a label strip and an emissive indicator.