コード例 #1
0
ファイル: stereo.cpp プロジェクト: ybabel/Go4D
void Init(void)
{
  scr.AddImage(&w);
  w.Clear(0,90);
  w.Box(PointZ(350,p,2,80), 100, 100);
  w.Box(PointZ(200,150,1,100), 200, 200);
  //w.Fill(4,d,3);
  //s.AleaSource();
  //s.ImageSource(b);
  //scr.ImagePalette(&s);
  //s = w;
}