simularium / simulariumio

Python package that converts simulation outputs to the format consumed by the Simularium viewer website
Apache License 2.0
5 stars 3 forks source link

Add transform offsets for files in DisplayData #111

Open blairlyons opened 2 years ago

blairlyons commented 2 years ago

Use Case

As a user visualizing agents with either mesh or PDB files, I want to be able to control how the mesh or PDB files are scaled and translated relative to each agent instance's transform so that I can accurately visualize geometry files without having to manually edit them first.

Acceptance Criteria

Users can provide additional data in DisplayData:

Details

QUESTION: Do we want to make this more generic, maybe use fileScale and fileOffset and apply the transform to any type of geometry file?