SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ DisplayType

Quad display type.

Note
Polygon, PolyLine and Segment only use solid color, and ignore texture parameter.
All Sprite options use color parameter either as palette index, or ignore it, depending on colorMode setting
Enumerator
Polygon 

Displays quad as filled polygon.

PolyLine 

Displays quad as polygon contour (wireframe)

Segment 

Displays quad as single line (only first and second point are used, rest is ignored)

Sprite 

Draws a regular textured quad.

SpriteHFlip 

Draws a textured quad mirrored on its horizontal axis.

SpriteVFlip 

Draws a textured quad mirrored on its vertical axis.

SpriteHVFlip 

Draws a textured quad mirrored on both of its axes.