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
0ce4e8a1
Commit
0ce4e8a1
authored
Apr 13, 1995
by
Ken Martin
Browse files
no backface properties yet
parent
08886b67
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SbrRenW.cc
View file @
0ce4e8a1
...
...
@@ -828,7 +828,7 @@ void vlSbrRenderWindow::WindowInitialize (void)
clear_control
(
this
->
Fd
,
CLEAR_DISPLAY_SURFACE
|
CLEAR_ZBUFFER
);
// set back faces of polygons to be rendered same as front
bf_control
(
this
->
Fd
,
FALS
E
,
FALSE
);
bf_control
(
this
->
Fd
,
TRU
E
,
FALSE
);
// make default polymarker a dot (pixel)
marker_type
(
this
->
Fd
,
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