Ejemplo n.º 1
0
 public LinearFog3JS(Fog3JS fog) : this()
 {
     color = fog.color;
 }
Ejemplo n.º 2
0
 public ExpFog3JS(Fog3JS fog) : this()
 {
     color = fog.color;
 }