mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 03:17:25 -05:00
Update GltfData comment.
This commit is contained in:
@@ -5,11 +5,8 @@ using System.Linq;
|
||||
namespace UniGLTF
|
||||
{
|
||||
/// <summary>
|
||||
/// gltf の読み込み補助クラス
|
||||
///
|
||||
/// * JSONにパースができている
|
||||
/// * glbの場合は bin chunk のバイト列が入手出来ている
|
||||
///
|
||||
/// * JSON is parsed but not validated as glTF
|
||||
/// * For glb, bin chunks are already available
|
||||
/// </summary>
|
||||
public sealed class GltfData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user