r3-legacy/src/game-lib-raycast-vehicle.js

11 lines
170 B
JavaScript
Raw Normal View History

2016-10-14 12:32:53 +02:00
/**
* Physics Raycast Vehicle Superset
* TODO: body + wheels[]
* @constructor
*/
GameLib.D3.Physics.RaycastVehicle = function(
) {
this.vehicleObject = null;
};