UNPKG

rl-loadout-lib

Version:

Load Rocket League assets into three.js

13 lines 382 B
/** * Base radius of the wheels with a scale of 1. */ export declare const BASE_WHEEL_MESH_RADIUS = 16.313; /** * Base width of the wheels with a scale of 1. */ export declare const BASE_WHEEL_MESH_WIDTH = 14.5288; /** * The maximum angle the front wheels can turn. This is an approximation. */ export declare const MAX_WHEEL_YAW = 0.5; //# sourceMappingURL=constants.d.ts.map