lo48576 / fbxcel-dom

FBX DOM library for Rust. // See https://github.com/lo48576/fbx-viewer for working example application // rework (total rewrite) is planned
Apache License 2.0
24 stars 10 forks source link

Add tangents and normal map UV #20

Open mysty0 opened 1 year ago

mysty0 commented 1 year ago

Still trying to load this model which contains a few LayerElements that are currently missing from this implementation. It is possible to use raw fbx layout to get them but I think having build-in types is better and more convenient.

Add missing TypedLayerElements Tangent and NormalMapUV (FBX SDK Tangent, FBX SDK NormalMapUV ) Add 'NoMappingInformation' case handle for mapping mode (FBX SDK define)