You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spacepoint OBJ Writing, main branch (2024.05.05.) (#574)
* Introduced the traccc::data_format::obj data format.
At the same time updated traccc::opts::output_data to be able
to deal with the new format.
* Introduced traccc::io::get_absolute_path.
The function shall allow us to specify either relative
or absolute path names for the input/output files and
directories used by the traccc applications. Instead of
being forced to have all files in the "one central data
directory".
* Introduced a trivial Wavefront OBJ writer for spacepoints.
At the same time updated the traccc::io::write(...) functions
to make use of traccc::io::get_absolute_path(...) for writing
binary files as well.
* Made it possible to write spacepoint OBJ files with traccc_seq_example.
0 commit comments