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
VTK
VTK
Commits
ea10de5f
Commit
ea10de5f
authored
Jul 24, 1995
by
Ken Martin
Browse files
wasn't working for multiple lights
parent
7c7eebee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SbrLgt.cc
View file @
ea10de5f
...
@@ -91,7 +91,8 @@ void vtkSbrLight::Render(vtkLight *lgt, vtkSbrRenderer *ren,int light_index)
...
@@ -91,7 +91,8 @@ void vtkSbrLight::Render(vtkLight *lgt, vtkSbrRenderer *ren,int light_index)
// update the light switch
// update the light switch
light_switch
(
fd
,
light_flag
);
light_switch
(
fd
,
light_flag
);
ren
->
SetLightSwitch
(
light_flag
);
vtkDebugMacro
(
<<
"SB_light_switch: "
<<
light_flag
<<
"
\n
"
);
vtkDebugMacro
(
<<
"SB_light_switch: "
<<
light_flag
<<
"
\n
"
);
}
}
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