Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-PropertyVis
Commits
50408cdf
Commit
50408cdf
authored
Feb 13, 2017
by
Max Lyon
Browse files
fixes for OVM Handle constructor explicitness
parent
e554ccc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
OpenVolumeMesh/OVMPropertyVisualizerT.cc
View file @
50408cdf
...
...
@@ -177,7 +177,7 @@ unsigned int OVMPropertyVisualizer<MeshT>::getClosestHalffaceId(unsigned int _fa
template
<
typename
MeshT
>
unsigned
int
OVMPropertyVisualizer
<
MeshT
>::
getClosestHalfedgeId
(
unsigned
int
_face
,
ACG
::
Vec3d
&
_hitPoint
)
{
unsigned
int
halfface
=
getClosestHalffaceId
(
_face
,
_hitPoint
);
OpenVolumeMesh
::
HalfFaceHandle
halfface
=
OpenVolumeMesh
::
HalfFaceHandle
(
getClosestHalffaceId
(
_face
,
_hitPoint
)
)
;
OpenVolumeMesh
::
OpenVolumeMeshFace
face
=
mesh
->
halfface
(
halfface
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment