Fixed stereo implementation.

This commit is contained in:
Robert Osfield
2002-02-18 23:01:09 +00:00
parent 6d267336c1
commit aefaafdbf9
7 changed files with 66 additions and 45 deletions

View File

@@ -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

View File

@@ -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=