From 53e98eb5f5ab1c98d7bb35a83239eae9b640c920 Mon Sep 17 00:00:00 2001 From: notargs Date: Wed, 19 Jan 2022 18:32:28 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=80=81?= =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AAusing=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs | 1 - Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs index b8f88a748..54bc2ba8b 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using JetBrains.Annotations; using UnityEngine; using UnityEngine.Profiling; using UnityEngine.Rendering; diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs index 0b282ad91..5619fa84d 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs @@ -7,7 +7,8 @@ namespace UniGLTF { /// /// インターリーブされたメッシュの頂点情報のうち、基本的なものを表す構造体 - /// 必要に応じてSkinnedMeshVertexとあわせてGPUにアップロードされる + /// 必要に応じてSkinnedMeshVertexとあわせて + /// そのままGPUにアップロードされる /// [Serializable, StructLayout(LayoutKind.Sequential)] internal readonly struct MeshVertex