You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JoshuaKlaser edited this page Jun 5, 2014
·
1 revision
Limitations
The following are a list of limitations and restrictions that exist within the ANSKLibrary.
Vertices can only be affected by 1 bone. This exists due to a skinning issue with more than one bone.
Only one model will be loaded by the ANSKImporter. This exists due to multi-geometry-object loading not being implemented yet.
The .fbx file has to exported in ASCII format, not a binary format. This exists due to binary importing not being implemented yet.
Any material in your 3D modelling program that isn't a Blinn or Lambert won't be imported (It will default to Lambert settings). This exists due to only common materials being chosen to be imported.