Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
ae28f2d4
Commit
ae28f2d4
authored
Nov 13, 2024
by
Riegel
Browse files
Rename method
parent
2948aaf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/datastructure/AbstractTunnel.java
View file @
ae28f2d4
...
@@ -368,7 +368,7 @@ public abstract class AbstractTunnel extends CityObject {
...
@@ -368,7 +368,7 @@ public abstract class AbstractTunnel extends CityObject {
return
tunnelHollows
;
return
tunnelHollows
;
}
}
public
List
<
TunnelFurniture
>
getTunnelFurniture
List
()
{
public
List
<
TunnelFurniture
>
getTunnelFurniture
()
{
return
tunnelFurnitureList
;
return
tunnelFurnitureList
;
}
}
...
...
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/Renderer.java
View file @
ae28f2d4
...
@@ -401,7 +401,7 @@ public class Renderer {
...
@@ -401,7 +401,7 @@ public class Renderer {
addPolygons
(
bs
,
polygons
);
addPolygons
(
bs
,
polygons
);
}
}
}
}
for
(
TunnelFurniture
tf
:
tunnel
.
getTunnelFurniture
List
())
{
for
(
TunnelFurniture
tf
:
tunnel
.
getTunnelFurniture
())
{
addPolygons
(
tf
,
polygons
);
addPolygons
(
tf
,
polygons
);
for
(
BoundarySurface
bs
:
tf
.
getBoundarySurfaceList
())
{
for
(
BoundarySurface
bs
:
tf
.
getBoundarySurfaceList
())
{
addPolygons
(
bs
,
polygons
);
addPolygons
(
bs
,
polygons
);
...
...
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