DirectVRM 1.0.0-alpha02

This is a prerelease version of DirectVRM.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DirectVRM --version 1.0.0-alpha02
NuGet\Install-Package DirectVRM -Version 1.0.0-alpha02
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DirectVRM" Version="1.0.0-alpha02" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DirectVRM --version 1.0.0-alpha02
#r "nuget: DirectVRM, 1.0.0-alpha02"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DirectVRM as a Cake Addin
#addin nuget:?package=DirectVRM&version=1.0.0-alpha02&prerelease

// Install DirectVRM as a Cake Tool
#tool nuget:?package=DirectVRM&version=1.0.0-alpha02&prerelease

VRM drawing library for .NET.
This package supports .NET Framework 4.7.1+ and the x64 architecture only.

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

・VRMBlendShapeMasterの割合を、CurrentValue プロパティで外部から指定可能にした。
・ShaderParameters で、アプリ側で行列を転置する手間をなくした。