コード例 #1
0
ファイル: TFunction.cs プロジェクト: heber/FreeOQ
		public TFunction()
		{
			this.MaxX = 1.0;
			this.MaxY = 1.0;
			this.Surface = new TSurface();
			this.hH1321Stt8 = true;
			this.Surface.Diffuse = 0.59 * new TColor(0.5, 0.7, 1.0);
		}
コード例 #2
0
 public TFunction()
 {
     this.MaxX            = 1.0;
     this.MaxY            = 1.0;
     this.Surface         = new TSurface();
     this.hH1321Stt8      = true;
     this.Surface.Diffuse = 0.59 * new TColor(0.5, 0.7, 1.0);
 }