Skip to content
Snippets Groups Projects
Commit 467e171e authored by Trevor Hollmann's avatar Trevor Hollmann
Browse files

[#79] Move TODO comments to gitlab issue.

parent 61f60cbb
No related branches found
No related tags found
1 merge request!69Resolve "Rework Asset Loader API"
Pipeline #26420 passed
...@@ -119,8 +119,6 @@ int createTextures(const std::vector<fx::gltf::Texture>& tex_src, ...@@ -119,8 +119,6 @@ int createTextures(const std::vector<fx::gltf::Texture>& tex_src,
uris.push_back(uri); uris.push_back(uri);
} }
} else { } else {
// TODO What to do in this case with Texture.uri?
// TODO this is untested. Find gltf file without uri to test it!
const fx::gltf::BufferView bufferView = bV_src[img_src[tex.source].bufferView]; const fx::gltf::BufferView bufferView = bV_src[img_src[tex.source].bufferView];
data = stbi_load_from_memory( data = stbi_load_from_memory(
&buf_src[bufferView.buffer].data[bufferView.byteOffset], &buf_src[bufferView.buffer].data[bufferView.byteOffset],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment