AllenDang / model_explorer_godot4

A cross-platform gltf model viewer made by Godot 4
MIT License
26 stars 4 forks source link

GLBs load with images, but GLTF files can't load images #1

Closed fire closed 1 year ago

fire commented 1 year ago

Tested build.

https://github.com/V-Sekai-fire/VSK_model_explorer

https://cdn.discordapp.com/attachments/714269155523690587/1045043164517498910/game_windows.zip

image

untitled.glb.zip

image

donut_3_0.zip

AllenDang commented 1 year ago

I guess it should be bug for GLTFDocument...

fire commented 1 year ago

Looking into this.

fire commented 1 year ago

Added https://github.com/godotengine/godot/pull/69181.

fire commented 1 year ago

Discussed with the project manager how the above pr is a hacky way that can work but isn't well designed as we've had problems designing a good runtime file import api.

fire commented 1 year ago

@AllenDang Please check this is fixed.

AllenDang commented 1 year ago

@fire Wow! Thanks to inform me. I'll test it and feedback to you later.

fire commented 1 year ago

As far as I know this is fixed in 4.0 stable.