3DAssets.dev
Loading model…

About

A 1.24 m diameter cast base carries a painted burner tube to 0.42 m with eight air ports and an amber flared crown. A supply pipe runs to a control box with a lamp. Five lathed emissive tongues stand 0.52 m at rest as the pilot flame. Overall size 2.03 x 1 x 1.24 m in metres, +Y up, +Z forward, resting on y=0. Node flame scales from the burner mouth at y=0.48, so the tongues grow straight out of the crown. Clips: fire grows the flame to three and a half times its pilot height over 0.5 s, holds, then drops back, over 1.6 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 flame vent with pilot (Animated Mechanisms Kit)” asset in my project.

Model: https://cdn.3dassets.dev/assets/8545/v1/model.glb
Asset page: https://3dassets.dev/assets/animated-mechanisms-kit-flame-vent-5e3932f2
Description: A 1.24 m floor nozzle: a cast base, a painted burner tube with eight air ports and an amber crown, a supply pipe to a control box, and five emissive flame tongues on a pilot.

- Dimensions (X × Y × Z): 2.03 × 1 × 1.24 metres
- Triangles: 728
- Animations: fire, flicker
- 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/8545/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 flame vent with pilot (Animated Mechanisms Kit)

A 1.24 m floor nozzle: a cast base, a painted burner tube with eight air ports and an amber crown, a supply pipe to a control box, and five emissive flame tongues on a pilot.

Download asset · 38.8 KB

More in Props & Furniture

Similar assets