TheGameCreators / GameGuruRepo

The GameGuru Repository For Community Collaboration
http://www.game-guru.com
137 stars 56 forks source link

GGMAX: GLB import without textures #3860

Open almusx opened 1 year ago

almusx commented 1 year ago

I tried importing some models from Sketchfab in GLB format but the textures are not imported. Tried several models. GLTF works ok.

Hamada880 commented 1 year ago

Make sure textures are in DDS format.

almusx commented 1 year ago

Make sure textures are in DDS format.

GLB files dont have external textures, its a compressed binary format of gltf.

Hamada880 commented 1 year ago

Well I guess it won't be loaded since GGMax supports DDS file as textures.

ZakJudges commented 1 year ago

Hi @almusx, embedded textures are not currently supported by the model importer. You would need to have the texture files stored alongside the model in order to get them to apply