UNPKG

rl-loadout-lib

Version:

Load Rocket League assets into three.js

8 lines 288 B
import { WheelModelInternal, WheelsModel } from './wheels-model'; /** * Animated model for the Spinner wheels. */ export declare class SpinnerModel extends WheelsModel { animate(t: number, wheel: WheelModelInternal, roll: number): void; } //# sourceMappingURL=spinner-model.d.ts.map