forked from speed-dreams/speed-dreams-code
fix windows osggraph by Joe
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5440 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 31b6920a8789a62b51eab340d034f8d87e07d0f6 Former-commit-id: f9c47e3c1433ea53e9820cda4ba76d9a91021d94
This commit is contained in:
parent
fcc9f3d410
commit
57330ebd00
2 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,8 @@ static tTrack *grTrack;
|
|||
#define COVERAGE_CLOUD 8
|
||||
|
||||
SDRender::SDRender(void)
|
||||
:AStarsData(NULL),
|
||||
APlanetsData(NULL)
|
||||
{
|
||||
BaseSkyColor = osg::Vec3f( 0.31f, 0.43f, 0.69f );
|
||||
BaseFogColor = osg::Vec3f( 0.84f, 0.84f, 1.0f );
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "OsgCar.h"
|
||||
|
||||
SDScreens::SDScreens()
|
||||
:m_CurrentScreenIndex(0)
|
||||
{
|
||||
viewer = new osgViewer::Viewer();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue