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
acd19fc5
Commit
acd19fc5
authored
Jan 27, 2017
by
Benedikt Zoennchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add triangulation into the postvis view such that we can see the result
parent
4f7049dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
VadereGui/src/org/vadere/gui/components/view/SimulationRenderer.java
...rc/org/vadere/gui/components/view/SimulationRenderer.java
+1
-0
VadereGui/src/org/vadere/gui/postvisualization/model/PostvisualizationModel.java
...e/gui/postvisualization/model/PostvisualizationModel.java
+1
-0
No files found.
VadereGui/src/org/vadere/gui/components/view/SimulationRenderer.java
View file @
acd19fc5
...
...
@@ -94,6 +94,7 @@ public abstract class SimulationRenderer extends DefaultRenderer {
}
if
(
model
.
isTriangulationVisible
())
{
model
.
startTriangulation
();
renderTriangulation
(
graphics
,
model
.
getTriangulation
());
}
...
...
VadereGui/src/org/vadere/gui/postvisualization/model/PostvisualizationModel.java
View file @
acd19fc5
...
...
@@ -141,6 +141,7 @@ public class PostvisualizationModel extends SimulationModel<PostvisualizationCon
public
void
init
(
final
Scenario
vadere
,
final
String
projectPath
)
{
// avoid the long computation
this
.
hideTriangulation
();
this
.
triangulationTriggered
=
false
;
this
.
vadere
=
vadere
;
this
.
agentsByStep
=
new
HashMap
<>();
...
...
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