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
Some 3D models include the texture data directly in the 3D model file. Currently, Gears-Vk only supports loading textures from file during model loading, but the functionality should be extended s.t. they can also be loaded from memory.
These two 3D model files can serve as test subjects (TODO: To be verified):
Some 3D models include the texture data directly in the 3D model file. Currently, Gears-Vk only supports loading textures from file during model loading, but the functionality should be extended s.t. they can also be loaded from memory.
These two 3D model files can serve as test subjects (TODO: To be verified):
And there's already someone who implemented this, so the following post by alexforever82 is probably helpful: assimp/assimp#408 (comment)
Definition of done:
gvk::model_t::load_from_file
gvk::create_image_from_file_cached
or a similar*_cached
functionThe text was updated successfully, but these errors were encountered: