Started race data storage for replay and ghost features.
This commit is contained in:
@@ -532,4 +532,14 @@ bkcore.hexgl.ShipControls.prototype.getShield = function(scale)
|
||||
this.shield
|
||||
* (scale == undefined ? 1 : scale)
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
bkcore.hexgl.ShipControls.prototype.getPosition = function()
|
||||
{
|
||||
return this.dummy.position;
|
||||
}
|
||||
|
||||
bkcore.hexgl.ShipControls.prototype.getQuaternion = function()
|
||||
{
|
||||
return this.dummy.quaternion;
|
||||
}
|
||||
Reference in New Issue
Block a user