From af7eba1a7f1d2d494e0a37ab39aca436975339d3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 31 Aug 2005 13:43:29 +0000 Subject: [PATCH] Set number of cameras to 3. --- examples/osgcamera/osgcamera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgcamera/osgcamera.cpp b/examples/osgcamera/osgcamera.cpp index c423b7e86..fe2ab21c4 100644 --- a/examples/osgcamera/osgcamera.cpp +++ b/examples/osgcamera/osgcamera.cpp @@ -142,7 +142,7 @@ int main( int argc, char **argv ) updateVisitor.setFrameStamp(frameStamp.get()); - unsigned int numberCameras = 1; + unsigned int numberCameras = 3; unsigned int xpos = 0; unsigned int ypos = 400; unsigned int width = 400;