mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
changed RichPosition to RichDirection in filter for face selection
This commit is contained in:
parent
1f4d286bdc
commit
730a2bed6a
@ -251,7 +251,7 @@ RichParameterList FilterEmbreePlugin::initParameterList(const QAction *action,co
|
||||
break;
|
||||
case FP_SELECT_VISIBLE_FACES:
|
||||
parlst.addParam(RichInt("Rays", 64, "Number of rays", "The number of rays shoot from the barycenter of the face."));
|
||||
parlst.addParam(RichPosition("dir", Point3f(1.0f, 1.0f, 0.0f), "Direction", "This values indicates the direction of the shadows"));
|
||||
parlst.addParam(RichDirection("dir", Point3f(1.0f, 1.0f, 0.0f), "Direction", "This values indicates the direction of the shadows"));
|
||||
break;
|
||||
case FP_ANALYZE_NORMALS:
|
||||
parlst.addParam(RichInt("Rays", 64, "Number of rays", "The number of rays shoot from the barycenter of the face. The higher the number the higher the definition of the normal analysis but at the cost of the calculation time"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user