From 968f0761a273f523bd04bb2be315f3922b90da09 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Nov 2016 16:24:47 -0500 Subject: [PATCH] Rewah? --- src/viewer/simpleViewer.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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";