| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.3.9 Other settings (Pure C)
- C function:
voidmgl_set_meshnum (HMGLgr,intnum) Sets approximate number of lines in Mesh(), Fall(), Grid() and also the number of hachures in Vect(), VectC(), Dew() and the number of cells in Cloud*(). By default (=0) it draws all lines/hachures/cells.
- C function:
mgl_set_axial_dir (HMGLgr,chardir) Sets direction around which curve rotated in Axial() and Torus(). Default value is 'z'.
- C function:
voidmgl_set_draw_face (HMGLgr,intval) If set to
truethen it prevent faces drawing. It is useful for speeding up drawing (for example, during rotation and so on).
