fromJSON static method

dynamic fromJSON(
  1. dynamic data
)

Implementation

static fromJSON(data) {
  return OctahedronGeometry(data.radius, data.detail);
}