File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,18 +148,18 @@ compiles but fails to access the intended component.
148
148
_ model courtesy of [ Samuel Rosario] , rendered in bevy_
149
149
150
150
[ bevy_fbx] is a pre-alpha library to load FBX (Autodesk Filmbox) files
151
- into the [ bevy] game engine , based on [ fbxcel-dom] .
151
+ into [ bevy] 0.8 , based on [ fbxcel-dom] .
152
152
153
153
It currently:
154
154
155
155
- Loads geometry and meshes
156
156
- Loads mesh attributes such as color
157
157
- Loads default material diffuse textures, normal maps and emissive maps
158
158
- Loads the custom Maya PBR materials, including all material textures
159
+ - Load the scene tree and translate it to bevy's hierarchy
159
160
160
161
It will eventually:
161
162
162
- - Load the scene tree and translate it to bevy's hierarchy
163
163
- Provide a basic Lambert/Phong shader to better handle more standard materials
164
164
- Load skinned mesh skeletons and rigs
165
165
- Load animations
You can’t perform that action at this time.
0 commit comments