mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 07:00:10 -05:00
Stop inheritance
This commit is contained in:
parent
6fe4f9ac24
commit
04c14a2b86
|
|
@ -15,7 +15,7 @@ namespace UniGLTF
|
|||
"Unlit/Transparent Cutout",
|
||||
};
|
||||
|
||||
public virtual glTFMaterial ExportMaterial(Material m, ITextureExporter textureExporter, GltfExportSettings settings)
|
||||
public glTFMaterial ExportMaterial(Material m, ITextureExporter textureExporter, GltfExportSettings settings)
|
||||
{
|
||||
glTFMaterial dst;
|
||||
switch (m.shader.name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user