ShapeCraft: LLM Agents for Structured, Textured and Interactive 3D Modeling
Shuyuan Zhang, Chenhan Jiang, Zuoou Li, Jiankang Deng
TL;DR
ShapeCraft addresses the challenge of producing production-ready, editable 3D assets from natural language by introducing a Graph-based Procedural Shape (GPS) representation and a multi-agent pipeline. The Parser, Coder, and Evaluator collaboratively construct and refine a GPS, whose leaves become geometry programs executed in Blender, with a component-aware BRDF painting stage guided by Score Distillation Sampling. Key contributions include a depth-1 GPS graph with per-node attributes, iterative multi-path modeling to explore alternatives, and a CASD texture framework that aligns material properties with prompts. The approach yields more structurally sound geometries, richer semantic detail, and interactive post-modeling capabilities, offering practical benefits for artists and AI-enabled design workflows, while acknowledging limitations in handling highly organic forms and dependency on prompt quality.
Abstract
3D generation from natural language offers significant potential to reduce expert manual modeling efforts and enhance accessibility to 3D assets. However, existing methods often yield unstructured meshes and exhibit poor interactivity, making them impractical for artistic workflows. To address these limitations, we represent 3D assets as shape programs and introduce ShapeCraft, a novel multi-agent framework for text-to-3D generation. At its core, we propose a Graph-based Procedural Shape (GPS) representation that decomposes complex natural language into a structured graph of sub-tasks, thereby facilitating accurate LLM comprehension and interpretation of spatial relationships and semantic shape details. Specifically, LLM agents hierarchically parse user input to initialize GPS, then iteratively refine procedural modeling and painting to produce structured, textured, and interactive 3D assets. Qualitative and quantitative experiments demonstrate ShapeCraft's superior performance in generating geometrically accurate and semantically rich 3D assets compared to existing LLM-based agents. We further show the versatility of ShapeCraft through examples of animated and user-customized editing, highlighting its potential for broader interactive applications.
