class Plane : public GModule Class Plane
Class Plane. Class Plane is a child of the class GModule. It is one of currently three graphical representations which maps sound parameters to visual parameters. One plane with the following attributes is drawn per fundamental sound.
virtual void preinit_graphics(void)
virtual void init_graphics(void)
virtual void draw_graphics(void)
virtual void update_graphics(void)
virtual void kill_graphics(void)
void set_pos(double yval, double zval, int yflag, int zflag)
zval - Value to calcualte z coordinate.
yflag - True if yval will be used. Otherwise use
a default.
zflag - True if zval will be used. Otherwise use
a default.
void set_tilt(double tiltval, int tiltflag)
tiltflag - True if tiltval will be used. Otherwise
use a default.
void set_color(double colval, int colflag)
colflag - True if colval will be used. Otherwise use
a default.
void set_gray(double grayval, int grayflag)
grayflag - True if grayval will be used.
Otherwise use a default.
generated by doc++