Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Type-Camera
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Type-Camera
Commits
5c855eaf
Commit
5c855eaf
authored
Oct 02, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow up with OpenMesh
parent
d1132c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ObjectTypes/Camera/CameraNode.hh
ObjectTypes/Camera/CameraNode.hh
+3
-3
No files found.
ObjectTypes/Camera/CameraNode.hh
View file @
5c855eaf
...
...
@@ -127,18 +127,18 @@ public:
const
ACG
::
GLMatrixd
&
projection
()
const
{
return
projection_
;}
/// Set viewport size ( This will be used to compute the aspect ratio )
DEPRECATED
(
"setSize() is redundant, because it is already defined by the projection matrix."
)
OM_
DEPRECATED
(
"setSize() is redundant, because it is already defined by the projection matrix."
)
void
setSize
(
int
_w
,
int
_h
)
{
/*obsolete*/
}
/// Return encoded view string
void
setEncodedView
(
QString
_encodedView
)
{
encodedView_
=
_encodedView
;
}
/// Set distance to far plane ( e.g. scene radius )
DEPRECATED
(
"setFarPlane() is redundant, because it is already defined by the projection matrix."
)
OM_
DEPRECATED
(
"setFarPlane() is redundant, because it is already defined by the projection matrix."
)
void
setFarPlane
(
double
_far
)
{
/*obsolete*/
}
/// Set distance to near plane
DEPRECATED
(
"setNearPlane() is redundant, because it is already defined by the projection matrix."
)
OM_
DEPRECATED
(
"setNearPlane() is redundant, because it is already defined by the projection matrix."
)
void
setNearPlane
(
double
_near
)
{
/*obsolete*/
}
/// Return encoded view string
...
...
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