Cargo Features
bevy_gltf_trait has no features set by default.
[dependencies]
bevy_gltf_trait = { version = "0.2.0", features = ["dds", "pbr_transmission_textures", "pbr_multi_layer_material_textures", "pbr_anisotropy_texture", "bevy_animation"] }
- dds
-
Enables dds of bevy_core_pipeline, bevy_image, and bevy_render
bevy_image:
bevy
- pbr_transmission_textures
-
Enables pbr_transmission_textures of bevy_pbr
- pbr_multi_layer_material_textures
-
Enables pbr_multi_layer_material_textures of bevy_pbr
- pbr_anisotropy_texture
-
Enables pbr_anisotropy_texture of bevy_pbr
Features from optional dependencies
- bevy_animation implicit feature
-
Enables bevy_animation
bevy_animation:
Provides animation functionality for Bevy Engine
Affects
bevy_gltf_trait::Gltf.animations
,bevy_gltf_trait::Gltf.named_animations
,bevy_gltf_trait::GltfNode.is_animation_root
…