Esempio n. 1
0
 /*!
  * Load application configuration information from a URL in JSON format.
  * The garments in the closet are defined but their 3D content is not loaded.
  *
  * @see LoadGarment
  */
 public dynamic LoadConfig(String url)
 {
     ConfigOpts = scene.LoadConfig(url);
     return(ConfigOpts);
 }