Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityGML
CityGMLViewer
Commits
ee770fdd
Commit
ee770fdd
authored
1 year ago
by
Matthias Betz
Browse files
Options
Download
Email Patches
Plain Diff
fix viewer title
parent
6c65b317
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
color.properties
+2
-2
color.properties
src/main/java/de/hft/stuttgart/citygml/viewer/CityGMLViewer.java
+1
-1
...n/java/de/hft/stuttgart/citygml/viewer/CityGMLViewer.java
with
3 additions
and
3 deletions
+3
-3
color.properties
+
2
-
2
View file @
ee770fdd
...
...
@@ -4,7 +4,7 @@ doorColor=1 0.784313 0
windowColor
=
0.0 0.5019608 0.5019608
wallColor
=
1 1 1
bridgeColor
=
1 0.49803922 0.3137255
landColor
=
0.64705884 0.16470589 0.16470589
transportationColor
=
1 1 0
landColor
=
1 1 1
transportationColor
=
0.4 0.4 0.4
vegetationColor
=
0.5647059 0.93333334 0.5647059
waterColor
=
0.5294118 0.80784315 0.98039216
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main/java/de/hft/stuttgart/citygml/viewer/CityGMLViewer.java
+
1
-
1
View file @
ee770fdd
...
...
@@ -258,7 +258,7 @@ public class CityGMLViewer {
if
(!
GLFW
.
glfwInit
())
{
throw
new
IllegalStateException
(
"Unable to initialize GLFW"
);
}
String
title
=
"CityGMLViewer"
+
f
.
getName
();
String
title
=
"CityGMLViewer
"
+
f
.
getName
();
GLFW
.
glfwDefaultWindowHints
();
// Loads GLFW's default window settings
if
(
useDebug
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets