
About
A 2 m timber window frame 2.4 m tall with a glazed light, a transom and a mullion carries a roller at 2.15 m in two brackets, with a side pull cord. The blind is a 1.7 m by 1.9 m sheet with an amber bottom bar and pull tab. Overall size 2 x 2.4 x 0.28 m in metres, +Y up, +Z forward, resting on y=0. Node blind scales on Y from the roller axis at y=2.15, so the sheet rolls up into the roller. Clips: open rolls the blind up to a twentieth of its drop over 1.3 s, close lets it down again. 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 “Roller blind in a window frame (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8534/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-blind-roll-dd00d76f Description: A 1.7 m roller blind with an amber bottom bar and pull tab, hung on a roller in two brackets inside a glazed timber window frame with a side pull cord. - Dimensions (X × Y × Z): 2 × 2.4 × 0.28 metres - Triangles: 232 - Animations: open, close - 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/8534/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)
}Roller blind in a window frame (Animated Mechanisms Kit)
A 1.7 m roller blind with an amber bottom bar and pull tab, hung on a roller in two brackets inside a glazed timber window frame with a side pull cord.