mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-06 20:24:08 -05:00
remember new
This commit is contained in:
parent
1d3567d19c
commit
30756a2fb5
|
|
@ -7,8 +7,8 @@ namespace UniGLTF
|
|||
/// </summary>
|
||||
public sealed class UrpGltfMaterialDescriptorGenerator : IMaterialDescriptorGenerator
|
||||
{
|
||||
public UrpGltfPbrMaterialImporter PbrMaterialImporter { get; }
|
||||
public UrpGltfDefaultMaterialImporter DefaultMaterialImporter { get; }
|
||||
public UrpGltfPbrMaterialImporter PbrMaterialImporter { get; } = new();
|
||||
public UrpGltfDefaultMaterialImporter DefaultMaterialImporter { get; } = new();
|
||||
|
||||
public MaterialDescriptor Get(GltfData data, int i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user