Changed the image file so that use the Images/ prefix to help locate the files

within the OpenSceneGraph-Data directory.
This commit is contained in:
Robert Osfield
2002-09-24 20:04:20 +00:00
parent c7001dd041
commit 9546c73e39
7 changed files with 27 additions and 23 deletions

View File

@@ -87,8 +87,8 @@ echo osgscribe cow.osg
osgscribe cow.osg
more memleaks.log
echo osgstereoimage dog_left_eye.jpg dog_right_eye.jpg
osgstereoimage dog_left_eye.jpg dog_right_eye.jpg
echo osgstereoimage Images/dog_left_eye.jpg Images/dog_right_eye.jpg
osgstereoimage Images/dog_left_eye.jpg Images/dog_right_eye.jpg
more memleaks.log
echo osgtext
@@ -99,8 +99,8 @@ echo osgtexture1D cow.osg
osgtexture1D cow.osg
more memleaks.log
echo osgtexture2D reflect.rgb lz.rgb
osgtexture2D reflect.rgb lz.rgb
echo osgtexture2D Images/reflect.rgb Images/lz.rgb
osgtexture2D Images/reflect.rgb Images/lz.rgb
more memleaks.log
echo osgtexture3D

View File

@@ -60,7 +60,7 @@ PLUGIN_DIRS += png
PLUGIN_DIRS += jpeg
# comment in if you have libungif installed.
PLUGIN_DIRS += gif
# PLUGIN_DIRS += gif
# comment in if you have libtiff installed.
PLUGIN_DIRS += tiff

View File

@@ -61,8 +61,8 @@ osgreflect cessna.osg
echo osgscribe cow.osg
osgscribe cow.osg
echo osgstereoimage dog_left_eye.jpg dog_right_eye.jpg
osgstereoimage dog_left_eye.jpg dog_right_eye.jpg
echo osgstereoimage Images/dog_left_eye.jpg Images/dog_right_eye.jpg
osgstereoimage Images/dog_left_eye.jpg Images/dog_right_eye.jpg
echo osgtext
osgtext
@@ -70,8 +70,8 @@ osgtext
echo osgtexture1D cow.osg
osgtexture1D cow.osg
echo osgtexture2D reflect.rgb lz.rgb
osgtexture2D reflect.rgb lz.rgb
echo osgtexture2D Images/reflect.rgb Images/lz.rgb
osgtexture2D Images/reflect.rgb Images/lz.rgb
echo osgtexture3D
osgtexture3D