bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class ManifoldWarpDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

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

      Returns ManifoldWarpDto<T>

    Properties

    manifold: T

    Manifold shape

    warpFunc: (vert: Vector3) => void

    A function that modifies a given vertex position

    undefined