Exemplo n.º 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();
 }
Exemplo n.º 2
0
 public LightsConfig()
 {
     metadata   = new Metadata3JS();
     spotlights = new Dictionary <string, float[]>();
 }
Exemplo n.º 3
0
 public TagsFormat()
 {
     metadata = new Metadata3JS();
     tags     = new Dictionary <string, List <string> >();
 }