3DAssets.dev
Loading model…

About

A 1.74 m timber doorway frame 2.34 m tall with an iron hanging rail and an amber head board. Eleven strands of twenty six lathed beads on cords hang 2.06 m to the ground, alternating amber and timber. Overall size 1.74 x 2.39 x 0.2 m in metres, +Y up, +Z forward, resting on y=0. Nodes strand0 to strand10 each pivot on the hanging rail at y=2.14, parallel to X. Clips: idle sways all eleven strands up to 9 degrees over 3.2 s, each strand a little out of phase with its neighbours. 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 “Bead curtain in a doorway frame (Animated Mechanisms Kit)” asset in my project.

Model: https://cdn.3dassets.dev/assets/8532/v1/model.glb
Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-bead-curtain-844a7e12
Description: Eleven bead strands of twenty six beads each hanging from a rail in a timber doorway frame, alternating amber and timber, with an amber head board.

- Dimensions (X × Y × Z): 1.74 × 2.39 × 0.2 metres
- Triangles: 3,668
- Animations: idle
- 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/8532/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)
}

Bead curtain in a doorway frame (Animated Mechanisms Kit)

Eleven bead strands of twenty six beads each hanging from a rail in a timber doorway frame, alternating amber and timber, with an amber head board.

Download asset · 26.9 KB

More in Props & Furniture

Similar assets