How to draw in plain color

Which is the best way to draw something in a plain color without any shading or anything?

Disable lighting by using a lightstate with enable set to false.  (or set the spatial's light combine mode to off.)

Ok thanks, and then set the colorbuffer on the Geometry? Or the setDefaultColor()?



Could be nice to have a "ColorState" or something.