Bitbybit Docs
    Preparing search index...

    Class ManifoldWarpDto<T> (Inputs.Manifold)

    مجسم صلب ودالة لـ manifold.transforms.warp.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalmanifold: T
      • OptionalwarpFunc: (vert: Vector3) => void

      Returns ManifoldWarpDto<T>

    Properties

    manifold: T

    المجسم الصلب المراد تشويهه.

    warpFunc: (vert: Vector3) => void

    دالة تستقبل موضع كل رأس وتغيره في مكانه.

    undefined