UNPKG

rl-loadout-lib

Version:

Load Rocket League assets into three.js

9 lines 270 B
import { RimMaterial } from '../../webgl/rim-material'; /** * Animated rim texture for Photon wheels. */ export declare class LightWheelRimMaterial extends RimMaterial { constructor(); animate(t: number): void; } //# sourceMappingURL=light-wheel-model.d.ts.map