
About
A 0.5 m base plate and a 2.1 m tapered pole with a collar carry a pan head at 2.3 m. The camera is a 0.52 m body with a lens barrel, glass front, a lamp and a sun shroud over the top, on a two arm yoke. Overall size 0.5 x 2.76 x 0.74 m in metres, +Y up, +Z forward, resting on y=0. Node head turns on the pan axis at y=2.3, carrying the whole camera. Clips: idle pans the camera 75 degrees each way and back over 8 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 “Pan head security camera on a pole (Animated Mechanisms Kit)” asset in my project. Model: https://cdn.3dassets.dev/assets/8504/v1/model.glb Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-security-camera-yoke-08694c1e Description: Camera body with a sun shroud and lens on a two arm pan head, mounted on a 2.3 m tapered pole with a junction box and an emissive status lamp. - Dimensions (X × Y × Z): 0.5 × 2.76 × 0.74 metres - Triangles: 388 - 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/8504/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)
}Pan head security camera on a pole (Animated Mechanisms Kit)
Camera body with a sun shroud and lens on a two arm pan head, mounted on a 2.3 m tapered pole with a junction box and an emissive status lamp.