3DAssets.dev
Loading model…

About

Four splayed legs on iron foot plates carry a 2.6 m top beam at 2.5 m with two eye plates. Two eighteen link chains hang 1.62 m to a 0.62 m timber seat with a back batten and amber end brackets. Overall size 2.6 x 2.66 x 2.42 m in metres, +Y up, +Z forward, resting on y=0. Node swing pivots on the beam eye line at y=2.42, parallel to X, so the chains and seat swing together. Clips: idle swings the seat 21 degrees each way over 3 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 “Chain swing on an A frame (Animated Mechanisms Kit)” asset in my project.

Model: https://cdn.3dassets.dev/assets/8531/v1/model.glb
Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-chain-swing-7afa485e
Description: Timber A frame 2.66 m tall on four foot plates with a top beam and two eye plates, carrying a plank seat on two 1.62 m link chains with amber seat brackets.

- Dimensions (X × Y × Z): 2.6 × 2.66 × 2.42 metres
- Triangles: 676
- 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/8531/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)
}

Chain swing on an A frame (Animated Mechanisms Kit)

Timber A frame 2.66 m tall on four foot plates with a top beam and two eye plates, carrying a plank seat on two 1.62 m link chains with amber seat brackets.

Download asset · 35.3 KB

More in Props & Furniture

Similar assets