As a developer using the SimulariumEmitter, I want to generally handle fibers or particles data regardless of the simulation engine that calculated them.
Acceptance Criteria
SimulariumEmitter doesn't check the active simulator in order to shape data, regardless of whether it is fibers or particles.
Details
Likely data will need to be added to simulation state to indicate how to handle it (i.e. fibers vs particles), but this should be a general field, not specifying any specific simulation engine.
Use Case
As a developer using the
SimulariumEmitter
, I want to generally handle fibers or particles data regardless of the simulation engine that calculated them.Acceptance Criteria
SimulariumEmitter
doesn't check the active simulator in order to shape data, regardless of whether it is fibers or particles.Details
Likely data will need to be added to simulation state to indicate how to handle it (i.e. fibers vs particles), but this should be a general field, not specifying any specific simulation engine.
Current emitter is here.