Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
5b96f916
Commit
5b96f916
authored
Feb 03, 2012
by
Yuanxin Liu
Committed by
Code Review
Feb 03, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge topic 'fix-documentation-bug-0006202' into master
d3598faa
fix bug 0006202
parents
517fc220
d3598faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Graphics/vtkProjectedTexture.h
Graphics/vtkProjectedTexture.h
+5
-0
No files found.
Graphics/vtkProjectedTexture.h
View file @
5b96f916
...
...
@@ -70,15 +70,20 @@ public:
// Get the normalized orientation vector of the projector.
vtkGetVectorMacro
(
Orientation
,
double
,
3
);
// Description:
// Set/Get the up vector of the projector.
vtkSetVector3Macro
(
Up
,
double
);
vtkGetVectorMacro
(
Up
,
double
,
3
);
// Description:
// Set/Get the aspect ratio of a perpendicular cross-section of the
// the projector's frustum. The aspect ratio consists of three
// numbers: (x, y, z), where x is the width of the
// frustum, y is the height, and z is the perpendicular
// distance from the focus of the projector.
//
// For example, if the source of the image is a pinhole camera with
// view angle A, then you could set x=1, y=1, z=1/tan(A).
vtkSetVector3Macro
(
AspectRatio
,
double
);
vtkGetVectorMacro
(
AspectRatio
,
double
,
3
);
...
...
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