Added Inventor plugin, submitted by Sean Spicer, Written by Vivek (c) Magic-Earth.

To compile in do a setenv/export USE_COIN or USE_INVENTOR.
This commit is contained in:
Robert Osfield
2003-09-02 21:53:41 +00:00
parent 4761442005
commit 218c6e8d13
12 changed files with 1378 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ PLUGIN_DIRS = \
dds\
dw\
flt\
iv\
lib3ds\
logo\
lwo\
@@ -61,6 +60,18 @@ PLUGIN_DIRS = \
# comment in if have freetype2.x installed, provides type type font support to osgText.
PLUGIN_DIRS += freetype
# comment in of your have Inventor or coin installed
ifneq ("$(USE_COIN)","")
PLUGIN_DIRS += Inventor
else
ifneq ("$(USE_INVENTOR)","")
PLUGIN_DIRS += Inventor
else
PLUGIN_DIRS += iv
endif
endif
# Geo plugin breaks Darwin build and doens't handle BigEndian issue.
ifneq ($(OS),Darwin)
@@ -158,7 +169,6 @@ EXAMPLE_DIRS = \
osgwindows\
# osgpagedlod\
# osgsimulation\
# osgdemeter\
# osgjigsaw\