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
6a5a5a58
Commit
6a5a5a58
authored
Feb 20, 1995
by
Ken Martin
Browse files
added mods for volume rendering
parent
9baed036
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GlrRen.cc
View file @
6a5a5a58
...
...
@@ -24,6 +24,7 @@ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
#include
"GlrTri.hh"
#include
"GlrLine.hh"
#include
"GlrPnt.hh"
#include
"VolRen.hh"
#define MAX_LIGHTS 8
...
...
@@ -171,6 +172,11 @@ void vlGlrRenderer::Render(void)
// clean up the model view matrix set up by the camera
mmode
(
MVIEWING
);
popmatrix
();
if
(
this
->
VolumeRenderer
)
{
this
->
VolumeRenderer
->
Render
((
vlRenderer
*
)
this
);
}
}
// Description:
...
...
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