View of /branches/taiga-0.1/ModularRex/RexParts/IRexPhysicsActor.cs
Parent Directory
|
Revision Log
Revision 370 -
(download)
(annotate)
Tue Apr 27 10:41:58 2010 UTC (3 years ago) by mikkopa
File size: 333 byte(s)
Tue Apr 27 10:41:58 2010 UTC (3 years ago) by mikkopa
File size: 333 byte(s)
Created branch for Taiga 0.1 specific changes.
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Region.Physics.Manager;
namespace ModularRex.RexParts
{
public interface IRexPhysicsActor
{
void SetCollisionMesh(byte[] meshdata, string meshname, bool scalemesh);
void SetBoundsScaling(bool vbScaleMesh);
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

