Example #1
0
 public LinearFog3JS(Fog3JS fog) : this()
 {
     color = fog.color;
 }
Example #2
0
 public ExpFog3JS(Fog3JS fog) : this()
 {
     color = fog.color;
 }