예제 #1
0
 //-----------------------------------------------------------------------------
 static public void GLBBCube(Vectors Min, Vectors Max, Colour C)
 {
     drawBBCube(Min._X, Max._X, Min._Y, Max._Y, Min._Z, Max._Z, C.at(Colour.R), C.at(Colour.G), C.at(Colour.B));
 }
예제 #2
0
 public Colour(Colour c) : this(c.at(Colour.R), c.at(Colour.G), c.at(Colour.B), c.at(Colour.A))
 {
 }