| | 1 | 2007-10-04 10:05 +0000 [r7558] robert: |
|---|
| | 2 | |
|---|
| | 3 | * Updated version for 2.2 release |
|---|
| | 4 | |
|---|
| | 5 | 2007-10-04 08:54 +0000 [r7556] robert: |
|---|
| | 6 | |
|---|
| | 7 | * From Trajce Nikolov, added support for extract a region for |
|---|
| | 8 | geospatial imagery |
|---|
| | 9 | |
|---|
| | 10 | 2007-10-03 23:44 +0000 [r7554] robert: |
|---|
| | 11 | |
|---|
| | 12 | * Updated ChangeLog, NEWS and AUTHORS file for 2.1.15 release |
|---|
| | 13 | |
|---|
| | 14 | 2007-10-03 23:27 +0000 [r7553] robert: |
|---|
| | 15 | |
|---|
| | 16 | * Updated version for 2.1.15 dev release |
|---|
| | 17 | |
|---|
| | 18 | 2007-10-03 23:03 +0000 [r7551-7552] robert: |
|---|
| | 19 | |
|---|
| | 20 | * From Panagiotis Papadakos, "Setting the maximum height of osgText |
|---|
| | 21 | doen't seem to work. If the text is big enough, it exceeds the |
|---|
| | 22 | height that I gave as input to setMaximumHeight. So check if |
|---|
| | 23 | cursor is out of -_maximumHeight." |
|---|
| | 24 | |
|---|
| | 25 | * Added support for defining an option |
|---|
| | 26 | OSG_GLU_TESS_CALLBACK_TRIPLEDOT within the CMake build system, |
|---|
| | 27 | enabling this option will build the OSG against the (...) version |
|---|
| | 28 | of the tesselation callback functions. One can also set the |
|---|
| | 29 | default value of this option via the |
|---|
| | 30 | DEFAULT_GLU_TESS_CALLBACK_TRIPLEDOT variable that is set locally |
|---|
| | 31 | to OFF for all platforms except AIX and OSX, but can be overriden |
|---|
| | 32 | by setting it via command line option i.e. cmake . |
|---|
| | 33 | -DDDEFAULT_GLU_TESS_CALLBACK_TRIPLEDOT=ON |
|---|
| | 34 | |
|---|