mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
my broken version of vehicle mouse steer on ubOde (no bank,needs better damp)
This commit is contained in:
@@ -406,6 +406,16 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
ph.SetVehicle(vd);
|
||||
}
|
||||
|
||||
public bool CameraDecoupled
|
||||
{
|
||||
get
|
||||
{
|
||||
if((vd.m_flags & VehicleFlag.CAMERA_DECOUPLED) != 0)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
private XmlTextWriter writer;
|
||||
|
||||
private void XWint(string name, int i)
|
||||
|
||||
Reference in New Issue
Block a user