Changeset 2139


Ignore:
Timestamp:
Dec 13, 2005, 10:29:13 AM (18 years ago)
Author:
jack
Message:

Began work on new visualiser. shallow_water.py should be unchanged.
Edit the comments at line 113-114 to enable the new visualiser.

Location:
inundation/pyvolution
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/shallow_water.py

    r2112 r2139  
    112112        if self.visualiser is None:
    113113            from realtime_visualisation_new import Visualiser
     114            #from vtk_realtime_visualiser import Visualiser
    114115            self.visualiser = Visualiser(self,scale_z,rect)
    115116            self.visualiser.setup['elevation']=True
     117            self.visualiser.updating['stage']=True
    116118        self.visualise = True
    117119        if self.visualise_color_stage == True:
    118120            self.visualiser.coloring['stage'] = True
     121            self.visualiser.qcolor['stage'] = (0.0, 0.0, 0.8)
    119122
    120123    def check_integrity(self):
Note: See TracChangeset for help on using the changeset viewer.