Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrew Bauer
VTK
Commits
5615349d
Commit
5615349d
authored
Feb 26, 1995
by
Will Schroeder
Browse files
ENH: New interpolation function interface.
parent
4f446ffe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VolRen.cc
View file @
5615349d
...
...
@@ -450,7 +450,7 @@ void vlVolumeRenderer::TraceOneRay(float p1World[4],float p2World[4],
{
pcoords
[
i
]
=
(
hitPosition
[
i
]
-
index
[
i
]);
}
cell
.
Shape
Functions
(
pcoords
,
sf
);
cell
.
Interpolation
Functions
(
pcoords
,
sf
);
sf
[
0
]
=
sf
[
0
]
*
scalars
->
GetScalar
(
index
[
0
]
+
index
[
1
]
*
dimensions
[
0
]
+
...
...
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