|
Revision 10853, 0.7 kB
(checked in by robert, 3 years ago)
|
|
From Sukender,
"Here is our freshly baked 3DS reader/writer (named 'v0.5' to differentiate from previous one). Changes are against trunk rev. 10819.
Short changelog (from rev 10819):
- Added 3DS writer
- Sync'd with latest lib3DS
- Added options, especially "flattenMatrixTransforms" to get the "old" behaviour (else the reader correctly maps to OSG the transforms from the 3DS file).
What should be done:
- Check with pivot points, with and without "flattenMatrixTransforms" option.
- We ran tests on it, but we can never be 100% sure there is no bug. Testing from the community would of course be helpful."
|
| Rev | Line | |
|---|
| [10853] | 1 | This is a modified subset of lib3DS (v2.0.0-rc1 - 20080909). |
|---|
| 2 | The original lib can be found at www.lib3ds.org. |
|---|
| 3 | The modifications are for compatibility only (fixes for compilation). |
|---|
| 4 | |
|---|
| 5 | Here is the original README: |
|---|
| 6 | ----- |
|---|
| 7 | |
|---|
| 8 | Lib3ds is a free toolkit for handling the "3DS" format for 3D model files. |
|---|
| 9 | Its main goal is to simplify the creation of 3DS import and export filters. |
|---|
| 10 | |
|---|
| 11 | This program is distributed in the hope that it will be useful, but |
|---|
| 12 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
|---|
| 13 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public |
|---|
| 14 | License for more details. |
|---|
| 15 | |
|---|
| 16 | The official Lib3ds Homepage can be found at: www.lib3ds.org |
|---|
| 17 | |
|---|