Remove "visible" motion.

This commit is contained in:
2022-10-29 00:42:17 +08:00
parent ca6d58e7ad
commit 4d0c8f074f
2 changed files with 1 additions and 8 deletions

View File

@@ -90,7 +90,7 @@ namespace Cryville.Crtr {
{ "normal" , new MotionRegistry(typeof(Vec3)) },
// { "pdirz", new MotionRegistry(typeof(Vec1)) },
{ "pt" , new MotionRegistry(typeof(VecPt)) },
{ "visible", new MotionRegistry(typeof(VecI1)) },
// { "visible", new MotionRegistry(typeof(VecI1)) },
{ "sv" , new MotionRegistry(new VecPtComp(0f, 0f), new VecPtComp(0f, 1f)) },
{ "svm" , new MotionRegistry(new Vec1m(1f)) },
{ "dist" , new MotionRegistry(new VecPtComp(0f, 0f), new VecPtComp(0f, float.PositiveInfinity)) },