* Add enough infrastructure code to run an extremely basic and flaky add root agent scene test

This commit is contained in:
Justin Clarke Casey
2008-11-20 16:58:40 +00:00
parent e6f92044ca
commit 81dcf223bf
8 changed files with 1007 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ using OpenSim.Region.Physics.Manager;
namespace OpenSim.Region.Physics.BasicPhysicsPlugin
{
/// <summary>
/// Will be the PhysX plugin but for now will be a very basic physics engine
/// Effectively a physics plugin that simulates no physics at all.
/// </summary>
public class BasicPhysicsPlugin : IPhysicsPlugin
{