|
Revision 7348, 1.2 kB
(checked in by robert, 6 years ago)
|
|
From Jan Peciva, Added write support into Inventor plugin.
Note from Robert Osfield. A couple of lines of code in ConvertToInventor?.cpp
would not compile under g++ 4.1.2, so rather than hold back the dev release till
this is resolved I've optional compiled out the problem section.
The #define DISABLE_PROBLEM_COMPILE_SECTIONS is used to compile out the problem
section, this define is add via the CMakeLists.txt file.
|
| Rev | Line | |
|---|
| [6543] | 1 | ######################################################## |
|---|
| [7348] | 2 | # # |
|---|
| [6543] | 3 | # Inventor plugin # |
|---|
| [7348] | 4 | # # |
|---|
| 5 | # Supported import formats: # |
|---|
| [6543] | 6 | # - iv (ascii, binary) file format # |
|---|
| [7348] | 7 | # - VRML 1.0 # |
|---|
| 8 | # - VRML 2.0 (when using Coin) # |
|---|
| 9 | # # |
|---|
| 10 | # Supported export formats: # |
|---|
| 11 | # - iv format # |
|---|
| 12 | # - VRML 1.0 # |
|---|
| 13 | # # |
|---|
| [6543] | 14 | ######################################################## |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | The plugin requires one of Inventor libraries: |
|---|
| 18 | |
|---|
| [7348] | 19 | - Coin - GPL, support of VRML 2.0 |
|---|
| 20 | (http://www.coin3d.org) |
|---|
| [6543] | 21 | - SGI Inventor - LGPL |
|---|
| [7348] | 22 | (http://oss.sgi.com/projects/inventor/) |
|---|
| [6543] | 23 | - TGS Inventor - commercial |
|---|
| [7348] | 24 | (http://www.tgs.com/) |
|---|
| [6543] | 25 | |
|---|
| 26 | |
|---|
| 27 | Contributors: |
|---|
| 28 | |
|---|
| 29 | Sean Spicer - Vivek (c) Magic-Earth - Original author of the plugin |
|---|
| 30 | Gerrick Bivins |
|---|
| 31 | PCJohn - Jan Peciva, Cadwork (c) |
|---|
| 32 | |
|---|
| 33 | Minor fixes: |
|---|
| 34 | Ruben |
|---|
| 35 | Eric Sokolosky |
|---|
| 36 | Martin Aumueller |
|---|