OptionalloggingWhether to set up event loggers for the Scene, Data, Viewer, and WebGLRenderer. Defaults to false.
These loggers will log their output to the console, and do slow down the demo, so they should only
be enabled when needed for debugging.
OptionalmakeOptionalmaxThe maximum number of views to create. This is used to configure the WebGLRenderer's memory management,
and also limits the number of views that can be created via createView(). Defaults to 4.
OptionalmodelsBase directory for loading models, relative to the HTML page. Defaults to "../../models".
Optionalshow
Configuration options for the DemoHelper.