#include <revolution/gx.h> void GXSetLineWidth( u8 width, GXTexOffset tex_offsets );
| width | Specifies the width of the line in units of 1/6th pixel. The maximum width is 42.5 pixels. | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| tex_offsets | Specifies the offset from the vertex texture coordinates to the other corners of the line.
|
None.
This function sets the width line primitives. The tex_offsets parameter is added to the texture coordinates (T-coordinate only) in order to add the texture coordinate to the other angles on the wide line. The tex_offsets value is added after texture coordinates are generated. See GXSetTexCoordGen.
GXSetTexCoordGen, GXSetPointSize
2006/03/01 Initial version.
CONFIDENTIAL