Files
OpenSceneGraph/Make/makedirdefs
Robert Osfield 5c4bcd4aac Moved the RenderLeaf implementatation across to always applying matrices
before state, which fixes problem that can occur with state that needs
the current model view or projection matrices.

Changes osgreflect so that it uses ClipNode rather than clip plane, thereby
fixing the problems which occur when the above is applied.

Create a new osgProducer version of the original GLUT based version.
2003-03-10 11:59:41 +00:00

131 lines
2.2 KiB
Plaintext

################################################################
# Directories traversed from the top level
TOP_LEVEL_DIRS = src
################################################################
# Directories traversed in the TOPDIR/src directory
SRC_DIRS = \
osg\
osgUtil\
osgDB\
osgGA\
osgParticle\
osgGLUT\
osgProducer\
osgText\
osgSim\
osgPlugins\
../examples\
src/Demos
################################################################
# Directories traversed in the TOPDIR/src/osgPlugins directory
PLUGIN_DIRS = \
ac3d\
bmp\
directx\
dw\
flt\
freetype\
geo\
iv\
lib3ds\
logos\
lwo\
md2\
obj\
osgParticle\
osgText\
osg\
osgtgz\
pic\
rgb\
tga\
tgz\
txp\
zip
# comment in if you have Performer installed.
# PLUGIN_DIRS += pfb
# comment in if you want Open DX support, currently not on by default
# since we havn't yet checked compilation on all platforms yet.
PLUGIN_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
# png, jpeg, gif and tiff plugins.
# PLUGIN_DIRS += quicktime
# comment in if you have libpng installed.
PLUGIN_DIRS += png
# comment in if you have libjpeg installed.
PLUGIN_DIRS += jpeg
# comment in if you have libungif installed.
PLUGIN_DIRS += gif
# comment in if you have libtiff installed.
PLUGIN_DIRS += tiff
################################################################
# Directories traversed in the TOPDIR/examples directory
EXAMPLE_DIRS = \
osgcameragroup\
osgviewer\
osgconv\
osghud\
osgtext\
osgreflect\
osgstereoimage\
################################################################
# Directories traversed in the TOPDIR/src/Demos directory
DEMOS_DIRS = \
osganimate\
osgbillboard\
osgcallback\
osgclip\
osgcluster\
osgconv\
osgcopy\
osgcube\
osgcubemap\
osggeodemo\
osggeometry\
osghangglide\
osghud\
osgtext\
osgimpostor\
osglight\
osglightpoint\
osglogo\
osgmultitexture\
osgoccluder\
osgparticle\
osgprerender\
osgshadowtexture\
osgreflect\
osgscribe\
osgsequence\
osgshape\
osgstereoimage\
osgteapot\
osgtexture1D\
osgtexture2D\
osgtexture3D\
osgunittests\
osgversion\
osgvertexprogram\
osgviews\
sgv