Skip to content

Commit 7aede7f

Browse files
authored
Update building.js
1 parent c06fc84 commit 7aede7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/building.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ class Building {
131131
}
132132
}
133133

134+
/**
135+
* Create the array of building parts.
136+
*
137+
* @return {array} mesh - an array or Three.Mesh objects
138+
*/
134139
render() {
135140
const mesh = [];
136141
if (this.parts.length > 0) {

0 commit comments

Comments
 (0)