Bevy plugin for loading chair meshes.
Add the ChairPlugin
to your App
, then you can load .chr
assets.
Spinning chair using vertex colours, normals and textures: cargo run -r --example render
Bevy 0.9 is supported by 0.9.X, 0.10 by 0.10.X, etc.