
About
A 0.9 m base plate and a 1 m painted post with a capping plate carry a 0.5 m iron scale plate at 0.5 m with eleven tick marks over a 240 degree arc. The 0.34 m dial carries an amber pointer and a grip nib. Overall size 0.9 x 1.21 x 0.55 m in metres, +Y up, +Z forward, resting on y=0. Node dial turns on the spindle axis at y=0.75, z=0.2, parallel to Z. Clips: trigger turns the dial 120 degrees clockwise through the scale and holds, over 1 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 “Rotary selector dial on a post (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/24638/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-rotary-dial-9734b3d7 Description: Eleven position selector on a painted post: an iron scale plate with tick marks, a knurled dial with an amber pointer and a grip nib, and an emissive status lamp. - Dimensions (X × Y × Z): 0.9 × 1.21 × 0.55 metres - Triangles: 384 - Animations: trigger - 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/24638/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)
}Common questions
How do I use this model with my AI development tools?
How do I get started?
Which game engines and tools can I use this model with?
How do I import this model into Unity, Godot, Unreal or Blender?
Can I use this model in a commercial game, and do I need to credit anyone?
Can I load it from the CDN instead of downloading it?
Do I need Draco, Meshopt or KTX2 to load it?
Rotary selector dial on a post (Animated Mechanisms Kit)
Eleven position selector on a painted post: an iron scale plate with tick marks, a knurled dial with an amber pointer and a grip nib, and an emissive status lamp.