remove DepthFirstScheduler

#450
This commit is contained in:
ousttrue
2021-02-16 20:16:21 +09:00
parent 2546535118
commit 677ccf9d58
40 changed files with 126 additions and 1666 deletions

View File

@@ -310,7 +310,11 @@ namespace VRM.Samples
var file = File.ReadAllBytes(path);
context.ParseGlb(file);
await m_texts.UpdateMetaAsync(context);
#if true
await context.LoadAsync();
#else
context.Load();
#endif
context.ShowMeshes();
context.EnableUpdateWhenOffscreen();
context.ShowMeshes();