Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
aec1c0b7
Commit
aec1c0b7
authored
Nov 24, 2014
by
Dave DeMarle
Committed by
Code Review
Nov 24, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge topic 'fix-frustum-bug' into master
35df8484
fix a bug in triangle frustum intersection
parents
c76a183c
35df8484
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Filters/Extraction/vtkExtractSelectedFrustum.cxx
Filters/Extraction/vtkExtractSelectedFrustum.cxx
+2
-0
No files found.
Filters/Extraction/vtkExtractSelectedFrustum.cxx
View file @
aec1c0b7
...
...
@@ -948,6 +948,7 @@ int vtkExtractSelectedFrustum::ABoxFrustumIsect(double *bounds, vtkCell *cell)
case
VTK_TRIANGLE
:
{
edge
=
cell
->
GetEdge
(
1
);
pts
=
edge
->
GetPoints
();
pts
->
GetPoint
(
1
,
&
vlist
[
2
*
3
]);
break
;
}
...
...
@@ -1019,6 +1020,7 @@ int vtkExtractSelectedFrustum::ABoxFrustumIsect(double *bounds, vtkCell *cell)
case
VTK_TRIANGLE
:
{
edge
=
face
->
GetEdge
(
1
);
pts
=
edge
->
GetPoints
();
pts
->
GetPoint
(
1
,
&
vlist
[
2
*
3
]);
break
;
}
...
...
Write
Preview
Markdown
is supported
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