UNPKG

rl-loadout-lib

Version:

Load Rocket League assets into three.js

15 lines 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Base radius of the wheels with a scale of 1. */ exports.BASE_WHEEL_MESH_RADIUS = 16.313; /** * Base width of the wheels with a scale of 1. */ exports.BASE_WHEEL_MESH_WIDTH = 14.5288; /** * The maximum angle the front wheels can turn. This is an approximation. */ exports.MAX_WHEEL_YAW = 0.5; // TODO find exact value //# sourceMappingURL=constants.js.map