
About
A 1.78 m assembly measured from the light bowl to the ceiling canopy. Four 0.78 m blades are set at 9 degrees of pitch on iron blade irons around a lathed motor housing, with a glass bowl light below and a pull cord. Overall size 2.02 x 1.78 x 2.02 m in metres, +Y up, +Z forward, resting on y=0. Node rotor turns on the motor axis at y=0.9, so the blades and irons sweep together. Clips: spin turns the rotor one full revolution over 1.6 s and loops 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 “Four blade ceiling fan with light (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8497/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-ceiling-fan-807598e8 Description: Ceiling fan on a 0.64 m downrod: a canopy, a lathed motor housing with a trim band, four pitched timber blades on iron irons, a glass light bowl and a pull cord. - Dimensions (X × Y × Z): 2.02 × 1.78 × 2.02 metres - Triangles: 688 - Animations: spin - 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/8497/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)
}Four blade ceiling fan with light (Animated Mechanisms Kit)
Ceiling fan on a 0.64 m downrod: a canopy, a lathed motor housing with a trim band, four pitched timber blades on iron irons, a glass light bowl and a pull cord.