World Cup Dark Horse Beasts
GPT Image 2

World Cup Dark Horse Beasts

gpt-image-2-prompt-world-cup-dark-horse-be.txt
2x2 grid, do this for 4 dark horse teams that qualified for World Cup 2026, 16:9 void main() { string team = "[TEAM]"; // Semantic Anatomy Mapping based on Team mat4 beast = infer_mascot_anatomy(team); // e.g., bull(), raptor(), kraken() vec3 base_mat = infer_team_primary_material(team); vec3 accent_mat = infer_team_accent_colors(team); // Texture & Form apply_texture(beast, base_mat, accent_mat); add_battle_scars_and_breath_fog(beast); // Render render_mesh(beast, base_mat, accent_mat); apply_lighting(nat_geo_low_angle, stadium_dust: true); // UI Overlay (No depth, pure 2D) draw_2D_overlay(top_left, infer_team_logo(team)); }