use both ubershader/unlit material provider

This commit is contained in:
Nick Fisher
2023-03-12 14:01:26 +08:00
parent 9c7e138a02
commit f99d2d0ad3
2 changed files with 15 additions and 12 deletions

View File

@@ -136,7 +136,8 @@ namespace polyvox {
Texture* _iblTexture = nullptr;
IndirectLight* _indirectLight = nullptr;
MaterialProvider* _materialProvider = nullptr;
MaterialProvider* _ubershaderProvider = nullptr;
MaterialProvider* _unlitProvider = nullptr;
gltfio::ResourceLoader* _resourceLoader = nullptr;
gltfio::TextureProvider* _stbDecoder = nullptr;