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
Zhengjiang Hu
glow-samples
Commits
bcd4a6c0
Commit
bcd4a6c0
authored
6 years ago
by
Philip Trettner
Browse files
Options
Downloads
Patches
Plain Diff
working grid viewer
parent
d8da39ce
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
extern/glow
+1
-1
1 addition, 1 deletion
extern/glow
extern/glow-extras
+1
-1
1 addition, 1 deletion
extern/glow-extras
extern/polymesh
+1
-1
1 addition, 1 deletion
extern/polymesh
samples/wip/viewer/main.cc
+65
-60
65 additions, 60 deletions
samples/wip/viewer/main.cc
with
68 additions
and
63 deletions
glow
@
39a7902c
Subproject commit
569f3090d48b4f852b0f9c73233b52457d3ed4a3
Subproject commit
39a7902ce672d3eb0e99f3ba8f33f52fb948801a
This diff is collapsed.
Click to expand it.
glow-extras
@
8a48dc3a
Subproject commit
f871cfb85
be
4
aa
bb1a865214459f00aa3debfcc3
Subproject commit
8a48dc3a4c862393
be
6
aa
6ce326c9531dd23fad4
This diff is collapsed.
Click to expand it.
polymesh
@
ebd08d1c
Subproject commit
1d0435cee9907773cdc4c93c848f8929e621ad47
Subproject commit
ebd08d1c93a0aec882783a8754f66d6462a203a3
This diff is collapsed.
Click to expand it.
samples/wip/viewer/main.cc
+
65
−
60
View file @
bcd4a6c0
...
@@ -55,6 +55,10 @@ int main()
...
@@ -55,6 +55,10 @@ int main()
// Simplest view
// Simplest view
glow
::
viewer
::
view
(
pos
);
glow
::
viewer
::
view
(
pos
);
// Grid of examples
{
auto
v
=
glow
::
viewer
::
grid
();
// ADL view
// ADL view
view
(
pos
);
view
(
pos
);
...
@@ -137,6 +141,7 @@ int main()
...
@@ -137,6 +141,7 @@ int main()
{
{
// TODO
// TODO
}
}
}
// Animation
// Animation
{
{
...
...
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