diff --git a/src/viewer/simpleViewer.cpp b/src/viewer/simpleViewer.cpp index dada634..3038c9d 100644 --- a/src/viewer/simpleViewer.cpp +++ b/src/viewer/simpleViewer.cpp @@ -661,7 +661,11 @@ void Viewer::visit(Sphere &s) QVector3D point = QVector3D(1,0,0); - point = modelViewMatrix * point; + point = modelViewMatrix * point + + + + ; int pointLocs[3] = {m_point1Loc, m_point2Loc, m_point3Loc}; std::cout << "Point " << currentPoint << " x:" << point.x() << " y:" << point.y() << " z:" << point.z() << "\n";