mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user