# Tool: Find Prompt for Seamless 3D Texture Patterns

> Engineer tileable 3D material textures with the BOPINK Seamless Texture Generator. Created for 3D game artists, arch-viz renderers, and texture artists, this generator constructs prompts for Midjourney v6 and FLUX.1. It generates seamless repeating mossy cobblestones, rusted steel plates, dark carved oak, and flat diffuse studio lighting with mandatory --tile parameters.

**Category**: prompts-ai-image | **Target AI Models**: Midjourney v6, FLUX.1

## Domain Parameters:
- `materialType` (select): 3D Surface Material (Default: "Mossy Cobblestone")
- `flatDiffuseLighting` (toggle): Flat Diffuse Lighting (Zero Hard Shadows) (Default: "true")
- `enforceTileFlag` (toggle): Enforce Tileable Seamless Flag (--tile) (Default: "true")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "find-prompt-for-seamless-3d-texture-patterns",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
