Changeset 339 for experimental/distortionNG/distortionNG.cpp
- Timestamp:
- Mar 23, 2012, 10:56:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/distortionNG.cpp
r332 r339 112 112 closestVertexIndex = result.indexList[i]; 113 113 } 114 OSG_NOTIFY(osg::ALWAYS)<<"maxRatio="<<maxRatio<<std::endl;115 OSG_NOTIFY(osg::ALWAYS)<<"closestVertexIndex="<<closestVertexIndex<<std::endl;114 // OSG_NOTIFY(osg::ALWAYS)<<"maxRatio="<<maxRatio<<std::endl; 115 // OSG_NOTIFY(osg::ALWAYS)<<"closestVertexIndex="<<closestVertexIndex<<std::endl; 116 116 } 117 117 OSG_NOTIFY(osg::ALWAYS)<<"nearest vertex: X="<<(*vertices)[closestVertexIndex].x()<<" Y="<<(*vertices)[closestVertexIndex].y()<<" Z="<<(*vertices)[closestVertexIndex].z()<<std::endl;
Note: See TracChangeset
for help on using the changeset viewer.