A class containing useful utility functions for your 3D apps.
Add app to the global v3d.apps array. Normally, this method is executed by the App constructor.
Parse page GET parameters and return object with parsed key-value data.
Check if the url parameter represents a JavaScript file.
Check if the url parameter represents an XML file.
Load and execute the given JavaScript file.
Collect and print performance info profile. See App.printPerformanceInfo for more info.
Register the service keys (like the triple tilda for the service menu) for the running application.
Remove app from the global v3d.apps array. Normally, this method is executed by App.dispose.
Unregister the service keys for the running application.
Update GET parameter for the passed url and return an updated URL.
For more info on how to obtain the source code of this module see this page.