Ticket #186 (new defect)

Opened 22 months ago

EarthManipulator : get/setMatrix does not work quite right

Reported by: gwaldron Owned by:
Priority: minor (requested / unfunded) Milestone: Not Yet Scheduled
Component: osgEarth::Util Version: 1.3
Severity: Keywords:
Cc:

Description

From the list, quote:

when i use EarthManipulator::getMatrix and get a matrix, then use EarthManipulator::setByMatix(m), the scene is slope. anyone met this issue?follow my simple code:

osg::Matrixd m = mp->getMatrix();
mp->setByMatrix(m);

Note: See TracTickets for help on using tickets.