Update crates/bevy_gltf/src/lib.rs
Co-authored-by: Robert Swain <robert.swain@gmail.com>
This commit is contained in:
parent
b8d08525e5
commit
ff9b18c63e
@ -159,7 +159,7 @@ pub struct GltfPlugin {
|
||||
/// Can be modified with the [`DefaultGltfImageSampler`] resource.
|
||||
pub default_sampler: ImageSamplerDescriptor,
|
||||
|
||||
/// How to convert glTF coordinates on import. Assuming glTF cameras, glTF lights, and glTF meshes had global unit transforms,
|
||||
/// How to convert glTF coordinates on import. Assuming glTF cameras, glTF lights, and glTF meshes had global identity transforms,
|
||||
/// their Bevy [`Transform::forward`](bevy_transform::components::Transform::forward) will be pointing in the following global directions:
|
||||
/// - When set to `false`
|
||||
/// - glTF cameras and glTF lights: global -Z,
|
||||
|
Loading…
Reference in New Issue
Block a user