> For the complete documentation index, see [llms.txt](https://docs.possestudios.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.possestudios.org/undefined-2/skulpty/3d-modeling.md).

# 3D Modeling

### <mark style="color:yellow;">Overview</mark>

Yeehaw 3D is an AI-powered platform that allows users to generate high-quality, game-ready 3D models from simple text prompts. Built to serve creators, developers, and modders across Unreal Engine, Unity, Blender, and other major tools, Yeehaw 3D brings Midjourney-like usability to the world of 3D asset creation.

From weapons and props to buildings, vehicles, characters, and terrain features, Yeehaw 3D enables instant generation, export, and iteration of 3D models — no modeling experience required.

### <mark style="color:yellow;">Core Features</mark>

#### <mark style="color:orange;">Text-to-3D Generation</mark>

Users enter a descriptive prompt (e.g., "low-poly medieval tavern with wood beams and stone base"), and Yeehaw 3D instantly generates a corresponding 3D asset.

* High-quality meshes with clean topology
* Available formats: FBX, OBJ, GLB, and STL
* Scalable detail levels: low-poly, mid-poly, PBR-ready

#### <mark style="color:orange;">Style Presets and Genre Templates</mark>

Choose from curated style presets such as:

* Realistic (PBR)
* Stylized (cartoon, Fortnite, low-poly)
* Sci-fi, Fantasy, Western, Cyberpunk

#### <mark style="color:orange;">Editable Parameters</mark>

Users can refine generated models with:

* Size, scale, polygon density
* Material presets (metallic, plastic, stone, wood)
* Mesh purpose (static prop, rigged character, modular piece)

#### <mark style="color:orange;">AI-Assisted Customization</mark>

* Request revisions with natural language: "Make the sword longer with a dragon handle"
* Upload reference images to guide shape, style, or layout
* Generate matching variations for kitbashing or scene design

#### <mark style="color:orange;">Instant Export</mark>

* One-click export to FBX, OBJ, GLB, or STL
* Supports direct import into Unreal Engine, Unity, Blender
* Optional integration plugins for real-time engine previews

### <mark style="color:yellow;">Access Model</mark>

#### <mark style="color:orange;">Free Tier</mark>

* **50 free generations per month**
* 1K polygon limit per asset
* Standard resolution textures
* Community queue wait times (shared GPU pool)
* Attribution required for public use

#### <mark style="color:orange;">Pro Tier (Subscription)</mark>

* **$19/month or $180/year**
* 1,000 generations/month
* Priority GPU rendering
* High-res textures + advanced shaders
* Full commercial rights
* Model variation batch requests
* Private generation history & library

#### <mark style="color:orange;">Studio Tier (Enterprise)</mark>

* Custom GPU allocation
* Dedicated API access
* Unlimited generations
* White-labeled 3D generation portal
* IP-safe model protection layer (for studios)

### <mark style="color:yellow;">Target Users</mark>

* Indie game developers and modders
* Unreal and Unity creators
* Metaverse builders
* Digital toy and collectible designers
* 3D printing hobbyists
* Environment concept artists

### <mark style="color:yellow;">Monetization Strategy</mark>

* Free tier as top-of-funnel acquisition
* Subscription-based Pro tier ($19/mo base)
* Microtransactions for GPU boosts or model credits
* Studio-tier enterprise deals (custom pricing)
* Optional NFT-mintable 3D objects for Yeehaw ecosystem (future phase)

### <mark style="color:yellow;">Vision</mark>

Yeehaw 3D is here to democratize 3D creation. In the same way Midjourney or Leonardo AI unlocked visual design for non-artists, Yeehaw 3D empowers game creators and digital builders to produce high-quality assets in seconds.

With a fun, intuitive UI and export formats built for the tools developers already use, Yeehaw 3D is the fastest way to bring imagination to life — one model at a time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.possestudios.org/undefined-2/skulpty/3d-modeling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
