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
e9db7dc6
Commit
e9db7dc6
authored
Mar 03, 1995
by
Will Schroeder
Browse files
ERR: Initialize stereo method.
parent
7b7b22b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/RenderW.cc
View file @
e9db7dc6
...
...
@@ -24,28 +24,29 @@ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
// at (0,0), and double buffering turned on.
vlRenderWindow
::
vlRenderWindow
()
{
Size
[
0
]
=
Size
[
1
]
=
300
;
Position
[
0
]
=
Position
[
1
]
=
0
;
Borders
=
1
;
FullScreen
=
0
;
OldScreen
[
0
]
=
OldScreen
[
1
]
=
0
;
OldScreen
[
2
]
=
OldScreen
[
3
]
=
300
;
OldScreen
[
4
]
=
1
;
Mapped
=
0
;
DoubleBuffer
=
1
;
StereoRender
=
0
;
StereoStatus
=
0
;
Interactor
=
NULL
;
this
->
Size
[
0
]
=
this
->
Size
[
1
]
=
300
;
this
->
Position
[
0
]
=
this
->
Position
[
1
]
=
0
;
this
->
Borders
=
1
;
this
->
FullScreen
=
0
;
this
->
OldScreen
[
0
]
=
this
->
OldScreen
[
1
]
=
0
;
this
->
OldScreen
[
2
]
=
this
->
OldScreen
[
3
]
=
300
;
this
->
OldScreen
[
4
]
=
1
;
this
->
Mapped
=
0
;
this
->
DoubleBuffer
=
1
;
this
->
StereoRender
=
0
;
this
->
StereoType
=
VL_STEREO_RED_BLUE
;
this
->
StereoStatus
=
0
;
this
->
Interactor
=
NULL
;
strcpy
(
this
->
Name
,
"Visualization Library"
);
AAFrames
=
0
;
AABuffer
=
NULL
;
FDFrames
=
0
;
FDBuffer
=
NULL
;
SubFrames
=
0
;
SubBuffer
=
NULL
;
CurrentSubFrame
=
0
;
ResultFrame
=
NULL
;
FileName
=
NULL
;
this
->
AAFrames
=
0
;
this
->
AABuffer
=
NULL
;
this
->
FDFrames
=
0
;
this
->
FDBuffer
=
NULL
;
this
->
SubFrames
=
0
;
this
->
SubBuffer
=
NULL
;
this
->
CurrentSubFrame
=
0
;
this
->
ResultFrame
=
NULL
;
this
->
FileName
=
NULL
;
}
// 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