Function getDatGui

  • This utility function creates a new dat-gui with a specified dom element id. This function is based on the npm package called dat.gui. the dat.gui library is a lightweight graphical user interface for changing parameters by the user.

    Parameters

    • guiDomId: string = 'gui'

      HTML dom element id, defaulting to 'gui'

    Returns GUI

Generated using TypeDoc