Ejemplo n.º 1
0
 public SkyBox(string name, BitmapSurface front, BitmapSurface back, BitmapSurface left, BitmapSurface right,
               BitmapSurface up, BitmapSurface down, float azimuth)
 {
     _cubeMap = Graphics.RendererManager.CurrentRenderer.CreateCubeMap(name, front, back, left, right, up, down);
     _azimuth = azimuth;
 }
Ejemplo n.º 2
0
 public abstract void SetParameter(string name, CubeMapResource parameter, int index);