Ignore:
Timestamp:
2014-12-15T13:07:02+13:00 (9 years ago)
Author:
bmt11
Message:

All weather is now functioning including switching back to fine weather. Weather is now also affected by wind force

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/render-3d/weather/weather.js

    r29475 r29634  
    2323        this.swap = function(w){
    2424            if(this.type != w){
    25                 if(this.type !== null) this.scene.remove(this.getWeather());
     25                if(this.type !== null){
     26                    this.scene.remove(this.getWeather());
     27                }
    2628                this.set(w);
    2729            }
    2830        }
    29        
    30        
    3131       
    3232        this.isSet = function(){
Note: See TracChangeset for help on using the changeset viewer.