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