|
Revision 11032, 1.3 kB
(checked in by robert, 3 years ago)
|
|
From Jan Peciva, "I am sending improved version of Inventor plugin. Attaching just
modified files, while GroupSoLOD.h and .cpp was deleted. Please, delete
it from repository, it is not used any longer and I doubt if it is
probably not used for anything meaningful for a while. In the new code,
there is no GroupSoLOD. Please, delete it.
I am using new plugin version for about 1.5 month so I consider it
stable by myself.
List of changes:
- rewritten Inventor state stack
- shaders support
- light attenuation support
- support for reading from stream (readNode(std::istream& fin, options))
- improved grouping node handling (SoSeparator?, SoGroup?,...)
- fixed transformation bug when two SoShapes/Drawables? with different transformations are placed bellow one grouping node
- introduced preprocessing to handle more advanced usage schemes of SoLOD and SoSwitch? nodes
- unused code clean up
- improved notify messages
- animation callbacks fixes
- FindInventor?.cmake improved finding routines, support for Coin3 and Coin4"
|
| Line | |
|---|
| 1 | ######################################################## |
|---|
| 2 | # # |
|---|
| 3 | # Inventor plugin # |
|---|
| 4 | # # |
|---|
| 5 | # Supported import formats: # |
|---|
| 6 | # - iv (ascii, binary) file format # |
|---|
| 7 | # - VRML 1.0 # |
|---|
| 8 | # - VRML 2.0 (when using Coin) # |
|---|
| 9 | # # |
|---|
| 10 | # Supported export formats: # |
|---|
| 11 | # - iv format # |
|---|
| 12 | # - VRML 1.0 # |
|---|
| 13 | # # |
|---|
| 14 | ######################################################## |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | The plugin requires one of Inventor libraries: |
|---|
| 18 | |
|---|
| 19 | - Coin - GPL, support of VRML 2.0 |
|---|
| 20 | (http://www.coin3d.org) |
|---|
| 21 | - SGI Inventor - LGPL |
|---|
| 22 | (http://oss.sgi.com/projects/inventor/) |
|---|
| 23 | - TGS Inventor - commercial |
|---|
| 24 | (http://www.tgs.com/) |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | Contributors: |
|---|
| 28 | |
|---|
| 29 | Sean Spicer - Vivek (c) Magic-Earth - Original author of the Inventor reader |
|---|
| 30 | Gerrick Bivins |
|---|
| 31 | PCJohn - Jan Peciva, Cadwork (c) - author of Inventor writer, number of |
|---|
| 32 | contributions and improvements to the reader |
|---|
| 33 | |
|---|
| 34 | Minor fixes: |
|---|
| 35 | Ruben |
|---|
| 36 | Eric Sokolosky |
|---|
| 37 | Martin Aumueller |
|---|