mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
print timecode
This commit is contained in:
@@ -216,6 +216,9 @@ int main(int argc, char **argv) {
|
||||
// env.asset_resolver(arr);
|
||||
}
|
||||
|
||||
if (!tinyusdz::value::TimeCode(timecode).is_default()) {
|
||||
std::cout << "Use timecode : " << timecode << "\n";
|
||||
}
|
||||
env.timecode = timecode;
|
||||
bool ret = converter.ConvertToRenderScene(env, &render_scene);
|
||||
if (!ret) {
|
||||
|
||||
Reference in New Issue
Block a user