
Fly pixels=) Is this a bug?)
Code: Select all
float rr,gg,bb;
rr=this.Pixel.R; gg=this.Pixel.G; bb=this.Pixel.B;
this.Pixel.A = 1-(rr==0 && gg==1 && bb==1); // 0,1,1 RGB(0,255,255)
Code: Select all
int tmp=App.MouseWheelDelta;
App.CameraRotation.X +=tmp;