BufferGeometryParameters constructor

BufferGeometryParameters(
  1. Map<String, dynamic> json
)

Implementation

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