#include <revolution/gx.h>
void GXSetPointSize( u8 size, GXTexOffset tex_offsets );
size |
Specifies the width of the point in 1/6 pixels. The maximum size is 42.5 pixels. | ||||||||||||||
tex_offsets |
Specifies the offset from the vertex texture coordinates to the other corners of the point.
|
None.
Sets the size of a point primitive. The tex_offsets parameter is added to the texture coordinate (s,t) in order to add the texture coordinate to other angles of the point. The tex_offsets value is added after texture coordinates are generated. See GXSetTexCoordGen.
GXSetTexCoordGen, GXSetLineWidth
03/01/2006 Initial version.