dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

Texture issue in FBX file #99

Open MadhuiOS opened 6 years ago

MadhuiOS commented 6 years ago

@dmsurti Please find the sample FBX file.

test_16.zip

dmsurti commented 6 years ago

@MadhuiOS Thanks for the sample asset. Your asset has an embedded texture and there are a few fixes around that in assimp v4.1.0, which might fix this problem.

Currently, AssimpKit uses assimp v4.0.1 library. The next release of AssimpKit will integrate the assimp v4.1.0 library, so if there is a fix in the upstream dependent assimp, this should be fixed.

Once I debug further in AssimpKit, I will update this thread.

MadhuiOS commented 6 years ago

@dmsurti thanks for you're quick reply and help, i will wait for assimp v4.1.0 release(if possible can you say release date) and also i am getting FBX-Tokenize (offset 0x34) error while using the binary form of FBX, for that please find the sample attachment. Test.fbx.zip

dmsurti commented 6 years ago

@MadhuiOS For the binary format file, where you see the tokenize error, we have to wait till it is fixed in assimp upstream.

For the non binary format, if it is fixed in v4.1.0, we are lucky! I plan to release v1.3.0 of AssimpKit this month end, unfortunately this release is getting pushed due to my other work commitments.

kimkulling commented 6 years ago

Hi, I just checked the file and there is no visible texture in your model. So we still need to fix this issue in assimp. By the way: I hate FBX ...

dmsurti commented 6 years ago

@kimkulling Thanks for the update.

By the way: I hate FBX ...

FBX = Ferociously Benzoic Xylenol :-D

MadhuiOS commented 6 years ago

@dmsurti Can you please support to solve this bug, i am only facing texture issue.

MadhuiOS commented 6 years ago

@dmsurti Can you please tell me when you're planning to release next version.

dmsurti commented 6 years ago

@MadhuiOS Sorry, right now I am busy with other stuff that needs to be given higher priority and not sure when I can fix a few things (WIP) and make a new release.

MadhuiOS commented 6 years ago

@dmsurti @kimkulling Can you please give me any solution and any idea to solve this issue or give me any direction how to find the solution to make this texture visible, this is urgent for my project, if you can help that could be great, thanks.

MadhuiOS commented 5 years ago

@dmsurti Can you please solve this issue.