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
4fee3f36
Commit
4fee3f36
authored
Apr 10, 1995
by
Ken Martin
Browse files
removed left hand coord stuff
parent
9c487e0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SbrRen.cc
View file @
4fee3f36
...
...
@@ -28,13 +28,6 @@ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
#define MAX_LIGHTS 16
static
float
z_ref_matrix
[
4
][
4
]
=
{
1.0
,
0.0
,
0.0
,
0.0
,
0.0
,
1.0
,
0.0
,
0.0
,
0.0
,
0.0
,
-
1.0
,
0.0
,
0.0
,
0.0
,
0.0
,
1.0
};
/* stereo definitions : also in starbase_camera.cls */
static
char
*
lights
[
MAX_LIGHTS
]
=
{
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
...
...
@@ -66,8 +59,6 @@ int vlSbrRenderer::UpdateActors()
anActor
->
GetMatrix
(
matrix
);
matrix
.
Transpose
();
concat_transformation3d
(
this
->
Fd
,
z_ref_matrix
,
PRE
,
PUSH
);
// insert model transformation
concat_transformation3d
(
this
->
Fd
,(
float
(
*
)[
4
])(
matrix
[
0
]),
PRE
,
PUSH
);
...
...
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