Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glow-samples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Julian Schakib
glow-samples
Commits
73d7bd21
Commit
73d7bd21
authored
5 years ago
by
Jonathan Kunstwald
Browse files
Options
Downloads
Patches
Plain Diff
Minor cleanup
parent
8b689a3c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
extern/glow-extras
+1
-1
1 addition, 1 deletion
extern/glow-extras
samples/wip/viewer/main.cc
+1
-1
1 addition, 1 deletion
samples/wip/viewer/main.cc
with
2 additions
and
2 deletions
glow-extras
@
b3240e00
Subproject commit
74c32ddbaac927c5183e6efaebfc4685ae2fd940
Subproject commit
b3240e00800bca11564f343c3b3ad51d89626f67
This diff is collapsed.
Click to expand it.
samples/wip/viewer/main.cc
+
1
−
1
View file @
73d7bd21
...
...
@@ -174,7 +174,7 @@ int main()
static
auto
time
=
0.
f
;
time
+=
dt
;
r1
->
transform
(
tg
::
translation
(
tg
::
vec3
(
tg
::
sin
(
tg
::
angle32
::
from_
radians
(
time
*
.5
f
))
*
.5
f
,
0.
f
,
0.
f
)));
r1
->
transform
(
tg
::
translation
(
tg
::
vec3
(
tg
::
sin
(
tg
::
radians
(
time
*
.5
f
))
*
.5
f
,
0.
f
,
0.
f
)));
// Always a cleared view, resetting accumulation each frame
glow
::
viewer
::
view_cleared
(
r1
);
...
...
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