Home
last modified time | relevance | path

Searched refs:useViewPoint (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dpointcloud_normal.h122 useViewPoint(false) in Param()
129 bool useViewPoint; /// if the position of the viewpoint has to be used. member
146 …if(p.useViewPoint) // Simple case use the viewpoint position to determine the right orientation of…
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dpointcloud_normal.h122 useViewPoint(false) in Param()
129 bool useViewPoint; /// if the position of the viewpoint has to be used. member
146 …if(p.useViewPoint) // Simple case use the viewpoint position to determine the right orientation of…
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_meshing/
H A Dmeshfilter.cpp1289 p.useViewPoint = par.getBool("flipFlag"); in applyFilter()