|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
namespace {
|
|
|
|
namespace {
|
|
|
|
|
|
|
|
|
|
|
|
const double ROTATION_CENTER_HALF_LENGTH_PIXELS = 18.0;
|
|
|
|
const double ROTATION_CENTER_HALF_LENGTH_PIXELS = 24.0;
|
|
|
|
const double ROTATION_CENTER_DEPTH_OFFSET_PIXELS = 1.5;
|
|
|
|
const double ROTATION_CENTER_DEPTH_OFFSET_PIXELS = 1.5;
|
|
|
|
const double ROTATION_CENTER_HOMOGENEOUS_EPSILON =
|
|
|
|
const double ROTATION_CENTER_HOMOGENEOUS_EPSILON =
|
|
|
|
std::numeric_limits<double>::epsilon();
|
|
|
|
std::numeric_limits<double>::epsilon();
|
|
|
|
@ -367,7 +367,7 @@ private:
|
|
|
|
m_pMapper->SetColorModeToDirectScalars();
|
|
|
|
m_pMapper->SetColorModeToDirectScalars();
|
|
|
|
|
|
|
|
|
|
|
|
m_pActor->SetMapper(m_pMapper);
|
|
|
|
m_pActor->SetMapper(m_pMapper);
|
|
|
|
m_pActor->GetProperty()->SetLineWidth(2.0f);
|
|
|
|
m_pActor->GetProperty()->SetLineWidth(3.0f);
|
|
|
|
m_pActor->GetProperty()->SetOpacity(1.0);
|
|
|
|
m_pActor->GetProperty()->SetOpacity(1.0);
|
|
|
|
m_pActor->GetProperty()->LightingOff();
|
|
|
|
m_pActor->GetProperty()->LightingOff();
|
|
|
|
m_pActor->PickableOff();
|
|
|
|
m_pActor->PickableOff();
|
|
|
|
|