Skip to content

UV coordinates for polygon rendering #2125

Open
@ScriptLineStudios

Description

@ScriptLineStudios

Proposal

The ability to specify both a surface and uv coordinates when rendering a polygon, perhaps this would be best moved into a new function:

pygame.draw.polygon_uv(surf_render: pygame.Surface, color: pygame.Color, points: Sequence[Coordinate], uvs: points: Sequence[Coordinate], surf_blit: pygame.Surface)

Metadata

Metadata

Assignees

No one assigned

    Labels

    drawpygame.draw

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions