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
Add option to scene_viewer that enables glTF coordinate conversion (#20609)
Add a `--use-model-forward-direction` option to the `scene_viewer`
example. This enables `GltfPlugin::use_model_forward_direction`, which
is useful for testing issues like #20608.
I suspect the option can be `bool` rather than `Option<bool>`, but it's
consistent with other `scene_viewer` options.
## Testing
```sh
cargo run --example scene_viewer -- "assets/models/faces/faces.glb" --use-model-forward-direction
```
0 commit comments