Esempio n. 1
0
 /*!
  * Load a closet description from a URL in JSON format.
  * The garments in the closet are defined but their 3D content is not loaded.
  *
  * @see LoadGarment
  */
 public void LoadCloset(string name)
 {
     scene.LoadCloset(name);
 }