diff --git a/apps/trimeshinfo/history.txt b/apps/trimeshinfo/history.txt index 660684de..969f1bcf 100644 --- a/apps/trimeshinfo/history.txt +++ b/apps/trimeshinfo/history.txt @@ -11,11 +11,29 @@ 2005/12/21 Release 1.2 + Fix orientability and genus computation. -Re-design output (add html info support). +Re-design output (add HTML info support). -2005/10/03 Release 1.03 -Version with the final functionalities. -2004/21/09 Release 1.0 +2005/09/28 Release 1.02 + +Added possibility of saving File in OFF format +Changed main file name from main.cpp intp trimeshinfo.cpp to uniform with other projects. +Fixed some errors in counting edges and holes routines. + + +2005/2/16 Release 1.01 + +Added new functionality to the application: + - Volume (Computed only for Closed Manifold Datasets) + - Color (Computed only if the information is embedded in the model) + - Genus (Computed only for Manifold Datasets) + - Number of Duplicated Vertices + - Self-Intersection (Currently computed only for Datasets with less than 3M faces) +Modified output layout. + + +2005/01/19 Release 1.0 + First working version.