mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 09:34:42 -05:00
top
This commit is contained in:
@@ -11,6 +11,8 @@ namespace UniVRM10
|
||||
{
|
||||
public class Vrm10Exporter : IDisposable
|
||||
{
|
||||
public const string VRM_SPEC_VERSION = "1.0-beta";
|
||||
|
||||
public readonly Vrm10Storage Storage = new Vrm10Storage();
|
||||
|
||||
public readonly string VrmExtensionName = "VRMC_vrm";
|
||||
@@ -218,7 +220,6 @@ namespace UniVRM10
|
||||
gltfExporter.FixName(Storage.Gltf);
|
||||
}
|
||||
|
||||
public const string VRM_SPEC_VERSION = "1.0-beta";
|
||||
|
||||
/// <summary>
|
||||
/// VRMコンポーネントのエクスポート
|
||||
|
||||
Reference in New Issue
Block a user