Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
age_maker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Marek Trtík
age_maker
Commits
0d5863e3
There was an error fetching the commit references. Please try again later.
Commit
0d5863e3
authored
4 months ago
by
Filip Vincze
Browse files
Options
Downloads
Patches
Plain Diff
presenter for scene
parent
4a02b3a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/maker/presenter.hpp
+6
-0
6 additions, 0 deletions
include/maker/presenter.hpp
src/presenter.cpp
+218
-143
218 additions, 143 deletions
src/presenter.cpp
with
224 additions
and
143 deletions
include/maker/presenter.hpp
+
6
−
0
View file @
0d5863e3
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
# include <com/runner.hpp>
# include <com/runner.hpp>
# include <math/math.hpp>
# include <math/math.hpp>
#include
"gfx/camera.hpp"
namespace
com
{
struct
Frame
;
}
namespace
com
{
struct
Frame
;
}
namespace
mak
{
namespace
mak
{
...
@@ -20,6 +22,10 @@ struct Presenter : public com::Runner
...
@@ -20,6 +22,10 @@ struct Presenter : public com::Runner
protected
:
protected
:
void
initialize
()
override
;
void
initialize
()
override
;
void
init_scene1
(
gfx
::
Camera
*
camera
);
void
init_scene2
(
gfx
::
Camera
*
camera
);
void
init_scene3
(
gfx
::
Camera
*
camera
);
void
init_scene4
(
gfx
::
Camera
*
camera
);
void
release
()
override
;
void
release
()
override
;
};
};
...
...
This diff is collapsed.
Click to expand it.
src/presenter.cpp
+
218
−
143
View file @
0d5863e3
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