Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
vadere
vadere
Commits
f3a5d5b7
Commit
f3a5d5b7
authored
Oct 23, 2017
by
Benedikt Zoennchen
Committed by
Benedikt Zoennchen
Jan 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dist mesh changes
parent
87921029
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
VadereUtils/src/org/vadere/util/geometry/mesh/gen/CLGatherer.java
...ils/src/org/vadere/util/geometry/mesh/gen/CLGatherer.java
+1
-0
No files found.
VadereUtils/src/org/vadere/util/geometry/mesh/gen/CLGatherer.java
View file @
f3a5d5b7
...
...
@@ -43,6 +43,7 @@ public class CLGatherer {
return
vertexBuffer
;
}
// TODO: maybe remove duplicated edges
public
static
<
P
extends
IPoint
>
IntBuffer
getEdges
(
@NotNull
final
AMesh
<
P
>
mesh
)
{
Collection
<
AHalfEdge
<
P
>>
edges
=
mesh
.
getEdges
();
IntBuffer
edgeBuffer
=
MemoryUtil
.
memAllocInt
(
edges
.
size
()*
4
);
...
...
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