mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-10 21:09:08 -05:00
remove comment out
This commit is contained in:
@@ -103,17 +103,6 @@ namespace UniGLTF
|
||||
throw new UniGLTFNotSupportedException("draco is not supported");
|
||||
}
|
||||
|
||||
// using (MeasureTime("LoadTextures"))
|
||||
// {
|
||||
// for (int i = 0; i < GLTF.materials.Count; ++i)
|
||||
// {
|
||||
// foreach (var param in MaterialFactory.EnumerateGetTextureparam(i))
|
||||
// {
|
||||
// await m_textureFactory.GetTextureAsync(GLTF, param);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
using (MeasureTime("LoadMaterials"))
|
||||
{
|
||||
await m_materialFactory.LoadMaterialsAsync(m_awaitCaller, m_textureFactory.GetTextureAsync);
|
||||
|
||||
Reference in New Issue
Block a user