Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Matt Larsen
VTK-m
Commits
e8c6fe91
Commit
e8c6fe91
authored
Jan 25, 2016
by
Matt Larsen
Browse files
Changing number of rounds
parent
d758ddc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
vtkm/rendering/raytracing/Camera.h
View file @
e8c6fe91
...
...
@@ -204,7 +204,7 @@ public:
Position
[
2
]
=
0.
f
;
IsViewDirty
=
true
;
IsResDirty
=
true
;
MortonSort
=
fals
e
;
MortonSort
=
tru
e
;
}
VTKM_CONT_EXPORT
...
...
vtkm/rendering/raytracing/TriangleIntersector.h
View file @
e8c6fe91
...
...
@@ -650,8 +650,8 @@ public:
std
::
cout
<<
"Running intersector
\n
"
;
std
::
cout
<<
std
::
fixed
;
vtkm
::
cont
::
Timer
<
DeviceAdapter
>
timer
;
int
warmups
=
1
0
;
int
timed
=
2
0
;
int
warmups
=
5
0
;
int
timed
=
10
0
;
for
(
int
i
=
0
;
i
<
warmups
;
i
++
)
vtkm
::
worklet
::
DispatcherMapField
<
Intersector
>
(
Intersector
(
false
,
10000000.
f
,
bvh
)
)
.
Invoke
(
rays
.
Dir
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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