Started to clean up/ rewrite Primitive class , currently the new version is called Primitive2 and not used, but once it is complete then it will replace the old version.

This commit is contained in:
MW
2007-04-04 11:06:39 +00:00
parent 5e81e7ed9d
commit a70ef1c2cb
6 changed files with 160 additions and 181 deletions

View File

@@ -23,11 +23,11 @@ namespace OpenSim.world
get { return m_name; }
}
private LLVector3 m_pos;
protected LLVector3 m_pos;
protected PhysicsActor _physActor;
protected World m_world;
public LLVector3 Pos
public virtual LLVector3 Pos
{
get
{