
About
A 0.9 m long duct of 0.88 m diameter on a bolted base with two feet and flanged ends. Inside, a seven blade impeller with a nose cone runs on a three arm spider driven by a ribbed motor behind, with a mesh guard over the outlet. Overall size 1.26 x 1.5 x 1.22 m in metres, +Y up, +Z forward, resting on y=0. Node impeller turns on the duct axis at y=0.98, parallel to Z. Clips: spin turns the impeller one full revolution over 1 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 “Extractor fan in a duct section (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8499/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-extractor-fan-duct-ac7f143c Description: Axial extractor: a 0.88 m duct section on painted feet with bolted flanges, a wire finger guard, a seven blade impeller on a spider and a rear drive motor with a terminal box. - Dimensions (X × Y × Z): 1.26 × 1.5 × 1.22 metres - Triangles: 1,664 - 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/8499/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)
}Extractor fan in a duct section (Animated Mechanisms Kit)
Axial extractor: a 0.88 m duct section on painted feet with bolted flanges, a wire finger guard, a seven blade impeller on a spider and a rear drive motor with a terminal box.