Fixed stereo implementation.
This commit is contained in:
@@ -8,7 +8,7 @@ DIRS = osg rgb lib3ds flt obj lwo txp dw bmp pic tga osgtgz tgz zip
|
||||
|
||||
# comment in if you want Open DX support, currently not on by default
|
||||
# since we havn't yet checked compilation on all platforms yet.
|
||||
# DIRS += dx
|
||||
DIRS += dx
|
||||
|
||||
# comment in if you have Quicktime installed, i.e under Mac OS.
|
||||
# if in this case then its likely you'll want to comment out the below
|
||||
|
||||
@@ -9,7 +9,6 @@ C++FILES = \
|
||||
ConvertToPerformer.cpp\
|
||||
ReaderWriterPFB.cpp\
|
||||
|
||||
LIB = ../../../lib/osgPlugins/osgdb_pfb.$(SO_EXT)
|
||||
|
||||
LIBS = -losg -losgDB \
|
||||
-lpf3ds\
|
||||
@@ -45,6 +44,8 @@ LIBS = -losg -losgDB \
|
||||
# (note: you may need to build libimage.so from libimage.a)
|
||||
# LIBS += -limage
|
||||
|
||||
TARGET_BASENAME = osgdb_pfb
|
||||
|
||||
LOADABLE = $(OSGHOME)/lib/osgPlugins/$(TARGET_BASENAME).$(DL_EXT)
|
||||
LIB=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user