|
Revision 7968, 1.2 kB
(checked in by robert, 5 years ago)
|
|
To osg::AutoTransform? added support for MinimumScale?, MaximumScale? and AutoScaleTransitionWidth? parameters
and a new scheme for computing the scaling when using autoscale that introduces smooth
transitions to the scaling of the subgraph so that it looks more natural.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | #ifndef IVE_VERSION |
|---|
| 3 | #define IVE_VERSION 1 |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | #define VERSION_0001 1 |
|---|
| 12 | #define VERSION_0002 2 |
|---|
| 13 | #define VERSION_0003 3 |
|---|
| 14 | #define VERSION_0004 4 |
|---|
| 15 | #define VERSION_0005 5 |
|---|
| 16 | #define VERSION_0006 6 |
|---|
| 17 | #define VERSION_0007 7 |
|---|
| 18 | |
|---|
| 19 | #define VERSION_0008 8 |
|---|
| 20 | #define VERSION_0009 9 |
|---|
| 21 | #define VERSION_0010 10 |
|---|
| 22 | #define VERSION_0011 11 |
|---|
| 23 | #define VERSION_0012 12 |
|---|
| 24 | #define VERSION_0013 13 |
|---|
| 25 | #define VERSION_0014 14 |
|---|
| 26 | #define VERSION_0015 15 |
|---|
| 27 | #define VERSION_0016 16 |
|---|
| 28 | #define VERSION_0017 17 |
|---|
| 29 | #define VERSION_0018 18 |
|---|
| 30 | #define VERSION_0019 19 |
|---|
| 31 | #define VERSION_0020 20 |
|---|
| 32 | #define VERSION_0021 21 |
|---|
| 33 | #define VERSION_0022 22 |
|---|
| 34 | #define VERSION_0023 23 |
|---|
| 35 | #define VERSION_0024 24 |
|---|
| 36 | #define VERSION_0025 25 |
|---|
| 37 | |
|---|
| 38 | #define VERSION VERSION_0025 |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | #define ENDIAN_TYPE 0x01020304 |
|---|
| 47 | #define OPPOSITE_ENDIAN_TYPE 0x04030201 |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | #endif |
|---|