Example #1
0
 public Format4()
 {
     metadata   = new Metadata3JS();
     geometries = new List <Geometry3JS>();
     materials  = new List <Material3JS>();
     textures   = new List <Texture3JS>();
     images     = new List <Image3JS>();
     @object    = new Object3JS();
 }
Example #2
0
 public LightsConfig()
 {
     metadata   = new Metadata3JS();
     spotlights = new Dictionary <string, float[]>();
 }
Example #3
0
 public TagsFormat()
 {
     metadata = new Metadata3JS();
     tags     = new Dictionary <string, List <string> >();
 }