rename vrm10 material importer class names

This commit is contained in:
Masataka SUMI
2022-11-10 21:41:01 +09:00
parent 77e87eba38
commit 62085d255a
13 changed files with 11 additions and 11 deletions

View File

@@ -19,10 +19,10 @@ namespace UniVRM10
switch (renderPipeline)
{
case RenderPipelineTypes.BuiltinRenderPipeline:
return new Vrm10MaterialDescriptorGenerator();
return new BuiltInVrm10MaterialDescriptorGenerator();
case RenderPipelineTypes.UniversalRenderPipeline:
return new Vrm10UrpMaterialDescriptorGenerator();
return new UrpVrm10MaterialDescriptorGenerator();
default:
throw new NotImplementedException();