mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-24 03:51:23 -05:00
15 lines
284 B
C#
15 lines
284 B
C#
namespace UniVRM10
|
|
{
|
|
public static class SceneRotator
|
|
{
|
|
/// <summary>
|
|
/// シーンをY軸で180度回転する
|
|
/// </summary>
|
|
/// <param name="gltf"></param>
|
|
public static void Rotate(UniGLTF.glTF gltf)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|