| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
SurfA is similar to Surf but its transparency is determined by another data. The sample code is:
int sample(mglGraph *gr)
{
mglData a,b; mgls_prepare2d(&a,&b);
gr->Title("SurfA plot"); gr->Rotate(50,60);
gr->Alpha(true); gr->Light(true);
gr->Box(); gr->SurfA(a,b);
return 0;
}
This document was generated by Autobuild on July 16, 2012 using texi2html 1.82.