toJson method
Convert the buffer geometry to three.js JSON Object/Scene format.
Implementation
@override
Map<String, dynamic> toJson({Object3dMeta? meta}) {
final data = super.toJson();
data['path'] = parameters?['path'].toJSON();
return data;
}