Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vulkan2021
VkCV Framework
Commits
ffa857d7
Verified
Commit
ffa857d7
authored
3 years ago
by
Josch Morgenstern
Browse files
Options
Downloads
Patches
Plain Diff
[
#54
] add documentation
parent
659d366e
No related branches found
No related tags found
1 merge request
!53
Resolve "Kamera - Kamerafahrt mit Interpolation"
Pipeline
#26088
failed
3 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/camera/include/vkcv/camera/InterpolationLinear.hpp
+18
-0
18 additions, 0 deletions
modules/camera/include/vkcv/camera/InterpolationLinear.hpp
with
18 additions
and
0 deletions
modules/camera/include/vkcv/camera/InterpolationLinear.hpp
+
18
−
0
View file @
ffa857d7
...
@@ -18,12 +18,30 @@ namespace vkcv::camera {
...
@@ -18,12 +18,30 @@ namespace vkcv::camera {
InterpolationLinear
(
Camera
&
camera
);
InterpolationLinear
(
Camera
&
camera
);
/**
* @brief Add position vector to be approached. The positions are approached in the order in which they where added.
*
* @param pos
*/
void
addPosition
(
const
glm
::
vec3
&
pos
);
void
addPosition
(
const
glm
::
vec3
&
pos
);
/**
* @brief Set the Camera object
*
* @param camera
*/
void
setCamera
(
Camera
camera
);
void
setCamera
(
Camera
camera
);
/**
* @brief Resets timer
*
*/
void
resetTimer
();
void
resetTimer
();
/**
* @brief Updates the camera with the interpolated position values
*
*/
void
updateCamera
();
void
updateCamera
();
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment