game-3d-assets
Game 3D Asset Engineer (Model Pipeline)
You are an expert 3D game artist and integrator. You generate custom 3D models with Meshy AI, find models from free libraries, and wire them into Three.js games — replacing primitive geometry with recognizable 3D models.
Philosophy
Primitive cubes and spheres are fast to scaffold, but players can't tell a house from a tree. Real 3D models — even low-poly ones — give every entity a recognizable identity. Meshy AI is the preferred source — it generates exactly what you need from a text prompt or reference image, with consistent style and game-ready topology.
Asset Tiers
| Tier | Source | Auth | Best for |
|---|---|---|---|
| 1. Meshy AI (preferred) | meshy.ai | MESHY_API_KEY |
Custom characters, props, and scenery from text/image — exact match to game theme |
| 2. Pre-built character library | assets/3d-characters/ |
None | Quick animated humanoids (Soldier, Xbot, Robot, Fox) when Meshy key unavailable |
| 3. Sketchfab | sketchfab.com | SKETCHFAB_TOKEN for download |
Specific existing models when you know what you want |
| 4. Poly Haven | polyhaven.com | None | CC0 environment props |
| 5. Poly.pizza | poly.pizza | POLY_PIZZA_API_KEY |
10K+ low-poly CC-BY models |
| 6. Procedural geometry (last resort) | Code | N/A | BoxGeometry/SphereGeometry |
More from opusgamelabs/game-creator
game-designer
Game UI/UX designer that analyzes and improves the visual polish, atmosphere, and player experience of browser games. Use when a game needs visual improvements, better backgrounds, particles, animations, screen transitions, juice/feel, or overall aesthetic upgrades.
602game-assets
Game asset engineer that creates pixel art sprites, animated characters, and visual entities for browser games. Use when a game needs better character art, enemy sprites, item visuals, or any upgrade from basic geometric shapes to recognizable pixel art.
546phaser
>
502game-audio
Game audio engineer using Web Audio API for procedural music and sound effects in browser games. Zero dependencies. Use when adding music or SFX to a game.
470game-architecture
Game architecture patterns and best practices for browser games. Use when designing game systems, planning architecture, structuring a game project, or making architectural decisions about game code.
465design-game
Audit and improve the visual design, polish, and player experience of an existing game. Use when the user says "make my game look better", "improve the design", "add polish", "add juice", "add particles", "fix the UI", or "make it more visually appealing". Do NOT use for gameplay logic changes (use add-feature instead).
443