Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
Unterteilungsalgorithmen
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kai Westerkamp
Unterteilungsalgorithmen
Commits
4d9d60a3
Commit
4d9d60a3
authored
Sep 27, 2016
by
Kai Westerkamp
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/patchRender' into patchRender
parents
97c17290
2d5d8f0f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
145 additions
and
18 deletions
+145
-18
subdivision.cpp
QTProject/subdivision.cpp
+144
-18
subdivision.h
QTProject/subdivision.h
+1
-0
No files found.
QTProject/subdivision.cpp
View file @
4d9d60a3
This diff is collapsed.
Click to expand it.
QTProject/subdivision.h
View file @
4d9d60a3
...
...
@@ -34,6 +34,7 @@ private:
QVector
<
GLuint
>
vertex_offsets
;
QVector
<
GLuint
>
index_buffer
;
QVector
<
GLuint
>
patch_index_regular
;
QVector
<
GLuint
>
extra_triangles
;
};
struct
Result
...
...
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