Cargo Features
bevy_gltf has no features set by default.
[dependencies]
bevy_gltf = { version = "0.15.0-rc.3", 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
- 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
Affects
bevy_gltf::Gltf.animations
,bevy_gltf::Gltf.named_animations
,bevy_gltf::GltfNode.is_animation_root
…