#include <ddgground.h>
Class diagram for ddgGround:
Public Members | |||
ddgGround ( ddgImage *image = NULL, ddgColor4 *color = NULL, float size = 4950 ) | |||
Create a flat Ground object of a given size with a given color. | |||
~ddgGround ( void ) | |||
Destructor. | |||
bool | init (ddgContext *ctx ) | ||
Initialize the object. | |||
bool | draw (ddgContext *ctx ) | ||
Render the ground object. | |||
ddgImage* | image (void) | ||
Return a pointer to the ground image. |