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