forked from speed-dreams/speed-dreams-code
update OsgDome
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5311 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 9c4acf977e183729438f269a14c68241a93e7958 Former-commit-id: f3a9712a7f74f3c061168a1333078197cf6a98de
This commit is contained in:
parent
452ab78f6f
commit
23062ce0cb
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ bool SDSkyDome::reposition( const osg::Vec3f& p, double spin )
|
|||
{
|
||||
// asl = _asl;
|
||||
|
||||
osg::Matrix T, LON, LAT, SPIN;
|
||||
osg::Matrix T, SPIN;
|
||||
|
||||
T.makeTranslate( p );
|
||||
SPIN.makeRotate(spin, osg::Vec3(0, 0, 1));
|
||||
|
|
Loading…
Reference in a new issue