3DAssets.dev
Loading model…

About

A 1.8 m iron kerb frame with amber chevron bands surrounds a painted bed plate with a four by four grid of guide collars. Sixteen tapered spikes stand 0.32 m proud at rest so the trap reads even before it fires. Overall size 1.8 x 0.42 x 1.8 m in metres, +Y up, +Z forward, resting on y=0. Node spikes translates straight up on Y through its guide collars. Clips: trigger shoots the spikes 0.5 m up in 0.15 s, holds, then retracts over 1.2 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 “Floor spike trap in a kerb frame (Animated Mechanisms Kit)” asset in my project.

Model: https://cdn.3dassets.dev/assets/8540/v1/model.glb
Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-spike-trap-dd444bc2
Description: Sixteen steel spikes standing 0.32 m proud of a painted bed inside an iron kerb frame with amber chevrons. The spikes shoot up another 0.5 m when triggered.

- Dimensions (X × Y × Z): 1.8 × 0.42 × 1.8 metres
- Triangles: 1,516
- 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/8540/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)
}

Floor spike trap in a kerb frame (Animated Mechanisms Kit)

Sixteen steel spikes standing 0.32 m proud of a painted bed inside an iron kerb frame with amber chevrons. The spikes shoot up another 0.5 m when triggered.

Download asset · 74.6 KB

More in Props & Furniture

Similar assets