diff options
Diffstat (limited to 'OpenSim/OpenSim.Region/World/Entities/Entity.cs')
-rw-r--r-- | OpenSim/OpenSim.Region/World/Entities/Entity.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/OpenSim/OpenSim.Region/World/Entities/Entity.cs b/OpenSim/OpenSim.Region/World/Entities/Entity.cs index 1620c89..3d6ba64 100644 --- a/OpenSim/OpenSim.Region/World/Entities/Entity.cs +++ b/OpenSim/OpenSim.Region/World/Entities/Entity.cs | |||
@@ -30,7 +30,6 @@ using System.Collections.Generic; | |||
30 | using System.Text; | 30 | using System.Text; |
31 | using Axiom.MathLib; | 31 | using Axiom.MathLib; |
32 | using OpenSim.Physics.Manager; | 32 | using OpenSim.Physics.Manager; |
33 | using OpenSim.Region.types; | ||
34 | using libsecondlife; | 33 | using libsecondlife; |
35 | using OpenSim.Region.Scripting; | 34 | using OpenSim.Region.Scripting; |
36 | 35 | ||
@@ -131,22 +130,6 @@ namespace OpenSim.Region | |||
131 | } | 130 | } |
132 | 131 | ||
133 | /// <summary> | 132 | /// <summary> |
134 | /// Returns a mesh for this object and any dependents | ||
135 | /// </summary> | ||
136 | /// <returns>The mesh of this entity tree</returns> | ||
137 | public virtual Mesh getMesh() | ||
138 | { | ||
139 | Mesh mesh = new Mesh(); | ||
140 | |||
141 | foreach (Entity child in children) | ||
142 | { | ||
143 | mesh += child.getMesh(); | ||
144 | } | ||
145 | |||
146 | return mesh; | ||
147 | } | ||
148 | |||
149 | /// <summary> | ||
150 | /// Called at a set interval to inform entities that they should back themsleves up to the DB | 133 | /// Called at a set interval to inform entities that they should back themsleves up to the DB |
151 | /// </summary> | 134 | /// </summary> |
152 | public virtual void BackUp() | 135 | public virtual void BackUp() |