
About
A ceiling canopy at 2.16 m and a lathed switch body carry a pivot barrel and an emissive indicator. Twenty two alternating chain links run down to an amber acorn pull whose tip sits at the model origin, so the whole drop reads at real length. Overall size 0.36 x 2.16 x 0.36 m in metres, +Y up, +Z forward, resting on y=0. Node cord translates on Y from the switch body at y=1.68, carrying the chain and the acorn. Clips: trigger pulls the acorn 0.16 m down and lets it spring back 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 “Ceiling pull cord switch (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8522/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-chain-pull-25e8c39c Description: Ceiling switch with a canopy and a moulded body on a 1.48 m ball chain ending in an amber acorn pull. The chain and acorn drop when pulled and spring back. - Dimensions (X × Y × Z): 0.36 × 2.16 × 0.36 metres - Triangles: 664 - 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/8522/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)
}Ceiling pull cord switch (Animated Mechanisms Kit)
Ceiling switch with a canopy and a moulded body on a 1.48 m ball chain ending in an amber acorn pull. The chain and acorn drop when pulled and spring back.