mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Commit initial version of KittoFlora's vehicle changes
This commit is contained in:
@@ -68,11 +68,15 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
|
||||
public override void UpdateMovement()
|
||||
{
|
||||
UpdateGroupRotation(GroupRotation * m_rotationDirection);
|
||||
UpdateGroupRotationR(GroupRotation * m_rotationDirection);
|
||||
|
||||
base.UpdateMovement();
|
||||
}
|
||||
|
||||
public ComplexObject()
|
||||
{
|
||||
}
|
||||
|
||||
public ComplexObject(Scene scene, ulong regionHandle, UUID ownerID, uint localID, Vector3 pos)
|
||||
: base(ownerID, pos, PrimitiveBaseShape.Default)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user