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