Set the method of drawing the SPI channels
| <spi>.flushmode( | |
| mode |
)
mode
The mode to use for drawing the SPI channels. There are three possible tokens to be passed into this function:
Flush modes |
|
spi.IMAGE |
Draw normal textured mesh |
spi.WIRE |
Draw a red wire-frame mesh |
spi.OVERLAY |
Draw a normal textured mesh with a red wire-frame mesh on top |
This function will determine how the SPI channel mesh is actually drawn.
None