[name]

A class containing useful utility functions for your 3D apps.

Methods

[method:Object getPageParams]

Parse page GET params and returns object with parsed key-value data.

[method:null loadScript](url, appendElem, callback)

url - Loaded script URL.
appendElem - The HTML element to append loaded script to.
callback - load event listener.
Load and execute the given JavaScript file.

[method:null drawWatermark](elem, text)

elem -- The object to remove from the parent
text -- The scene to attach the object on.
Add watermark (copyright and/or possible information message) to your application.
[sourceHint]