BufferGeometryParameters(Map<String, dynamic> json) { shapes = json["shapes"]; curveSegments = json["curveSegments"]; options = json["options"]; depth = json["depth"]; }