mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-27 21:34:38 -05:00
Add comments
This commit is contained in:
@@ -5,6 +5,9 @@ using UnityEngine;
|
||||
|
||||
namespace VRM
|
||||
{
|
||||
/// <summary>
|
||||
/// A class that generates MaterialDescriptor by considering the VRM 0.X extension included in the glTF data to be imported.
|
||||
/// </summary>
|
||||
public sealed class BuiltInVrmMaterialDescriptorGenerator : IMaterialDescriptorGenerator
|
||||
{
|
||||
private readonly glTF_VRM_extensions _vrm;
|
||||
|
||||
@@ -5,6 +5,9 @@ using UnityEngine;
|
||||
|
||||
namespace VRM
|
||||
{
|
||||
/// <summary>
|
||||
/// A class that generates MaterialDescriptor by considering the VRM 0.X extension included in the glTF data to be imported.
|
||||
/// </summary>
|
||||
public sealed class UrpVrmMaterialDescriptorGenerator : IMaterialDescriptorGenerator
|
||||
{
|
||||
private readonly glTF_VRM_extensions _vrm;
|
||||
|
||||
@@ -5,6 +5,9 @@ using UnityEngine;
|
||||
|
||||
namespace UniVRM10
|
||||
{
|
||||
/// <summary>
|
||||
/// A class that generates MaterialDescriptor by considering the VRM 1.0 extension included in the glTF data to be imported.
|
||||
/// </summary>
|
||||
public sealed class BuiltInVrm10MaterialDescriptorGenerator : IMaterialDescriptorGenerator
|
||||
{
|
||||
public BuiltInGltfPbrMaterialImporter PbrMaterialImporter { get; } = new();
|
||||
|
||||
@@ -5,6 +5,9 @@ using UnityEngine;
|
||||
|
||||
namespace UniVRM10
|
||||
{
|
||||
/// <summary>
|
||||
/// A class that generates MaterialDescriptor by considering the VRM 1.0 extension included in the glTF data to be imported.
|
||||
/// </summary>
|
||||
public sealed class UrpVrm10MaterialDescriptorGenerator : IMaterialDescriptorGenerator
|
||||
{
|
||||
public UrpGltfPbrMaterialImporter PbrMaterialImporter { get; } = new();
|
||||
|
||||
Reference in New Issue
Block a user