PointLightShadow.fromJSON constructor

PointLightShadow.fromJSON(
  1. Map<String, dynamic> json,
  2. Map<String, dynamic> rootJSON
)

Implementation

PointLightShadow.fromJSON(Map<String, dynamic> json, Map<String, dynamic> rootJSON) : super.fromJSON(json, rootJSON) {
  camera = Object3D.castJSON(json["camera"], rootJSON) as Camera;
}