Difference between revisions of "Revision History"

From The GenGIS wiki
Jump to navigationJump to search
Line 1: Line 1:
 
===v1.02===
 
===v1.02===
 
* the contents of the GenGIS ''Viewport'' can now be saved as a PNG file using ''File->Save image as...''
 
* the contents of the GenGIS ''Viewport'' can now be saved as a PNG file using ''File->Save image as...''
* added Python function convertGeoCoord() which allows geographic coordinates to be converted into GenGIS Viewport coordinates
+
* added Python function <tt>convertGeoCoord()</tt> which allows geographic coordinates to be converted into GenGIS Viewport coordinates
* added Python function addLine() which allows a user defined line to be rendered in the GenGIS Viewport
+
* added Python function <tt>addLine()</tt> which allows a user defined line to be rendered in the GenGIS Viewport
* added Python function openTree() which allows tree files to be loaded  
+
* added Python function <tt>openTree()</tt> which allows tree files to be loaded  
* extended movieHelper.py to include setCameraParam() function
+
* extended ''movieHelper.py'' to include <tt>setCameraParam()</tt> function
 
* added warning message regarding optimization of leaf nodes for trees with degree > 9
 
* added warning message regarding optimization of leaf nodes for trees with degree > 9
 
* various minor bug fixes
 
* various minor bug fixes

Revision as of 17:16, 8 May 2009

v1.02

  • the contents of the GenGIS Viewport can now be saved as a PNG file using File->Save image as...
  • added Python function convertGeoCoord() which allows geographic coordinates to be converted into GenGIS Viewport coordinates
  • added Python function addLine() which allows a user defined line to be rendered in the GenGIS Viewport
  • added Python function openTree() which allows tree files to be loaded
  • extended movieHelper.py to include setCameraParam() function
  • added warning message regarding optimization of leaf nodes for trees with degree > 9
  • various minor bug fixes

v1.01

  • updated all Python scripts
  • various minor bug fixes