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
P
polymesh-samples
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Philip Trettner
polymesh-samples
Commits
31321838
Commit
31321838
authored
Mar 05, 2020
by
Philip Trettner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated subs and samples
parent
49446069
Pipeline
#13668
passed with stage
in 5 minutes and 3 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
extern/glow-extras
extern/glow-extras
+1
-1
extern/polymesh
extern/polymesh
+1
-1
extern/typed-geometry
extern/typed-geometry
+1
-1
samples/02-edge-splitting/main.cc
samples/02-edge-splitting/main.cc
+1
-1
tests/algorithms/collapses.cc
tests/algorithms/collapses.cc
+1
-1
tests/algorithms/topo-fuzzer.cc
tests/algorithms/topo-fuzzer.cc
+1
-1
tests/objects/cube-test.cc
tests/objects/cube-test.cc
+1
-1
tests/ranges/range-test.cc
tests/ranges/range-test.cc
+1
-1
No files found.
glow-extras
@
10f97e63
Compare
533bd259
...
10f97e63
Subproject commit
533bd259dc91e67c78eeb8c6ecde19680d3217b4
Subproject commit
10f97e63e8f73731e33cc0d3159f1b7a10ce5b56
polymesh
@
784b49ba
Compare
6364a377
...
784b49ba
Subproject commit
6364a3772bcd2f0ccdf2cba8c76330c0c6afdb92
Subproject commit
784b49ba7b1ffe0f30990a898757d33a0b79edef
typed-geometry
@
1d986271
Compare
ac9db8c4
...
1d986271
Subproject commit
ac9db8c462fa3f41e84519b97ecfb8bfc9730820
Subproject commit
1d9862713da6b845580b378275cd2c02382a16d4
samples/02-edge-splitting/main.cc
View file @
31321838
#include <polymesh/Mesh.hh>
#include <polymesh/
algorithms/
properties.hh>
#include <polymesh/properties.hh>
#include <polymesh/formats.hh>
#include <polymesh/objects.hh>
...
...
tests/algorithms/collapses.cc
View file @
31321838
#include <doctest.hh>
#include <polymesh/Mesh.hh>
#include <polymesh/
algorithms/
properties.hh>
#include <polymesh/properties.hh>
TEST_CASE
(
"halfedge collapses"
)
{
...
...
tests/algorithms/topo-fuzzer.cc
View file @
31321838
...
...
@@ -7,7 +7,7 @@
#include <iostream>
#include <polymesh/Mesh.hh>
#include <polymesh/
algorithms/
properties.hh>
#include <polymesh/properties.hh>
#include <polymesh/algorithms/triangulate.hh>
#include <polymesh/objects/cube.hh>
...
...
tests/objects/cube-test.cc
View file @
31321838
...
...
@@ -5,7 +5,7 @@
#include <polymesh/Mesh.hh>
#include <polymesh/algorithms/components.hh>
#include <polymesh/
algorithms/
properties.hh>
#include <polymesh/properties.hh>
#include <polymesh/objects.hh>
namespace
...
...
tests/ranges/range-test.cc
View file @
31321838
...
...
@@ -3,7 +3,7 @@
#include <map>
#include <polymesh/Mesh.hh>
#include <polymesh/
algorithms/
properties.hh>
#include <polymesh/properties.hh>
#include <polymesh/objects/cube.hh>
#include <typed-geometry/tg.hh>
...
...
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