Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Dec 4, 2024
1 parent 4b73a0e commit cb26f5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ function init() {
document.body.appendChild(renderer.domElement);
}

/**
* Create GUI folders for the options of a building and roof.
*
* @param {GUI} folder The way or relation
* @param {Object} options The data for a specific way
*/
function createFolders(folder, options) {
const buildingFolder = folder.addFolder('Building');
const roofFolder = folder.addFolder('Roof');
Expand Down

0 comments on commit cb26f5c

Please sign in to comment.