Crates.io | rerun-loader-collada |
lib.rs | rerun-loader-collada |
version | 0.1.2 |
source | src |
created_at | 2024-11-06 14:40:55.491121 |
updated_at | 2024-11-06 14:43:59.267704 |
description | Rerun external mesh loader for collada files |
homepage | |
repository | https://github.com/gepetto/rerun-loader-collada |
max_upload_size | |
id | 1438414 |
size | 194,205 |
Install in your $PATH
cargo install --path . -f
Open a collada file with Rerun :
rerun file.dae
Or use RecordingStream::log_file_from_path():
The Rerun Viewer will always pass at least these two pieces of information:
--recording-id
flag.It is up to you whether you make use of that shared recording ID or not. If you use it, the data will end up in the same recording as all other plugins interested in that file, otherwise you can just create a dedicated recording for it. Or both.
Check out re_data_source::DataLoaderSettings
documentation for an exhaustive listing of
the available CLI parameters.
This is an example executable data-loader plugin for the Rerun Viewer.
Any executable on your $PATH
with a name that starts with [rerun-loader-
] will be treated as an external data-loader.
This particular one will log Rust source code files as markdown documents, and return a special exit code to indicate that it doesn't support anything else.