Ignore:
Timestamp:
Jun 15, 2011, 10:26:23 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/src/sky_Silverlining/skySilverLining_skyDrawable.cpp

    r295 r296  
    8080        //direction = view * direction;
    8181        direction.normalize();
     82                OSG_NOTIFY( osg::ALWAYS) << "X: "<<direction.x()<<"  Y: "<<direction.y()<<"  Z:"<<direction.z()<< std::endl;
    8283               
    83 //double cx,cy,cz, lat, lon, height;
    84 //util::getWGS84ofCamera( _view->getCamera(), sceneRoot, lat, lon, height );
    85 //util::calculateXYZAtWGS84Coordinate(lat, lon, 0, sceneRoot, cx, cy, cz);
    86 //util::AddCylinderBetweenPoints(osg::Vec3d(cx,cy,cz), direction*-15000000 , 500.0, osg::Vec4d(1.0, 1.0, 0.0, 1 ), sceneRoot);
    87 //util::AddCylinderBetweenPoints(osg::Vec3d(0,0,0), direction*-15000000 , 500.0, osg::Vec4d(0.0, 1.0, 1.0, 1 ), sceneRoot);
     84double cx,cy,cz;
     85util::getXYZofCamera(_view->getCamera(), cx, cy, cz);
     86osg::Vec3d up(cx, cy, cz);
     87//up.normalize();
     88//util::AddCylinderBetweenPoints(osg::Vec3d(cx,cy,cz), direction*15000000 , 5000.0, osg::Vec4d(1.0, 1.0, 0.0, 1 ), sceneRoot);
     89util::AddCylinderBetweenPoints(osg::Vec3d(0,0,0), direction*15000000 , 5000.0, osg::Vec4d(0.0, 1.0, 1.0, 1 ), sceneRoot);
    8890
    8991
Note: See TracChangeset for help on using the changeset viewer.