Options
All
  • Public
  • Public/Protected
  • All
Menu

The naive implementation of so-called SmoothDamp. Pretty much the same as CDS, but it has a way easier parameter to tweak, smoothTime.

Hierarchy

  • SmoothDamp

Index

Constructors

Properties

smoothTime: number = 1.0
target: number = 0.0
value: number = 0.0
velocity: number = 0.0

Methods

  • update(deltaTime: number): number

Generated using TypeDoc