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:
@@ -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\
|
||||
|
||||
|
||||
Reference in New Issue
Block a user