开始:osgViewer/ViewerBase.cpp 389行,startThreading()函数,启动线程 void ViewerBase::startThreading() { if (_threadsRunning) return; OSG_INFO<<"Viewer::startThreading() - starting threading"<<std::endl; // release any context held by the ma…
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later v…
// testMultiScreen.cpp : Defines the entry point for the console application.// #include "stdafx.h"#include <osg/Camera>#include <osgDB/ReadFile>#include <osgGA/TrackballManipulator>#include <osgViewer/CompositeViewer> os…