# Image-blaster：仅凭一张图片即可生成3D场景、特效和网格

- 来源：Hacker News 热门（buzzing.cc 中文翻译）
- 作者：MattRogish
- 发布时间：2026-05-16 06:23
- AIHOT 分数：64
- AIHOT 链接：https://aihot.virxact.com/items/cmp7hrjbx0ageslnzngj7wtvi
- 原文链接：https://github.com/neilsonnn/image-blaster

## AI 摘要

Image-blaster是一款开源工具，能够仅凭单张输入图片自动生成对应的3D场景、特效和网格模型。该项目已在GitHub平台发布，获得了开发者社区的关注，在Hacker News上收获了102个投票。这一技术简化了3D内容创作流程，有望降低相关领域的制作门槛。

## 正文

image-blaster

image-blaster

Creates 3D environments, SFX, and meshes from a single image using Claude skills, World Labs, and FAL.

Can take you from an image to a fully meshed 3D environment in : target face count. IMAGE-BLASTER defaults to 50000; Hunyuan's API default is 500000.

--face-count

50000

500000

--enable-pbr true|false: enable PBR material generation. Defaults to true.

--enable-pbr true|false

true

--generate-type Normal|LowPoly|Geometry: Normal creates a textured model, LowPoly applies polygon reduction, and Geometry creates a white geometry-only model. Defaults to Normal.

--generate-type Normal|LowPoly|Geometry

Normal

LowPoly

Geometry

Normal

--polygon-type triangle|quadrilateral: polygon type for LowPoly. Defaults to triangle.

--polygon-type triangle|quadrilateral

LowPoly

triangle

Examples

Video game level concepts? IMAGE-BLAST it.

IMAGE-BLAST

Your childhood bedroom? IMAGE-BLAST it.

IMAGE-BLAST

Need an environment for a robot? IMAGE-BLAST it.

IMAGE-BLAST

A film location scout? IMAGE-BLAST it.

IMAGE-BLAST

An architectural rendering? IMAGE-BLAST it.

IMAGE-BLAST

Development

remove /app from the .claudeignore file to give Claude the ability to change the React viewer.

/app

.claudeignore
