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
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
770d7dda
Commit
770d7dda
authored
Dec 03, 2018
by
Janis Born
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix missing code snippets in tutorial due to renamed variable
parent
1a0a76dd
Pipeline
#7975
canceled with stage
in 26 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/tutorial_03.docu
Doc/tutorial_03.docu
+1
-1
No files found.
Doc/tutorial_03.docu
View file @
770d7dda
...
@@ -34,7 +34,7 @@ All insert and delete operations on the mesh are synchronized with the attached
...
@@ -34,7 +34,7 @@ All insert and delete operations on the mesh are synchronized with the attached
Once the property is created, we can use it to compute the centers of the neighborhood of each vertex:
Once the property is created, we can use it to compute the centers of the neighborhood of each vertex:
\skipline mesh.vertices
\skipline mesh.vertices
\until cog[v
v
] /= valence
\until cog[v
h
] /= valence
\until }
\until }
Finally, we set the new position for each vertex:
Finally, we set the new position for each vertex:
...
...
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