toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() {
  final result = super.toJson();
  result['meshPerAttribute'] = meshPerAttribute;
  result['isInstancedBufferAttribute'] = true;
  return result;
}