diff options
author | Adam Frisby | 2009-04-01 11:03:42 +0000 |
---|---|---|
committer | Adam Frisby | 2009-04-01 11:03:42 +0000 |
commit | 1a25969096834e104d1ea69a26cab9c5b0a061eb (patch) | |
tree | 6cf11568dd739f7c6455cdf4e042232d59f132a6 /OpenSim/Region/OptionalModules/Scripting/Minimodule/IWorld.cs | |
parent | * MRM Adjustments (diff) | |
download | opensim-SC-1a25969096834e104d1ea69a26cab9c5b0a061eb.zip opensim-SC-1a25969096834e104d1ea69a26cab9c5b0a061eb.tar.gz opensim-SC-1a25969096834e104d1ea69a26cab9c5b0a061eb.tar.bz2 opensim-SC-1a25969096834e104d1ea69a26cab9c5b0a061eb.tar.xz |
* MRM Adjustments
* Renamed 'Material' to PhysicsMaterial (Wood, Glass, Metal, etc.). May want to place in subclass with other physics specific properties. (We however need to support these features in ODE/etc first.)
* Renamed Faces to Materials. IObjectFace to IObjectMaterial - this is for clarity for those coming from a 3D Programming background (it also makes more sense if/when we support Meshes in core). Properties and members remain identical.
* Added XMLDoc comments to IObject to assist people writing MRMs in XMLDoc aware editors.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/IWorld.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IWorld.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IWorld.cs index 1b1ce92..f06f57a 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IWorld.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IWorld.cs | |||
@@ -25,10 +25,6 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | ||
29 | using System.Collections.Generic; | ||
30 | using System.Text; | ||
31 | |||
32 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | 28 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule |
33 | { | 29 | { |
34 | public interface IWorld | 30 | public interface IWorld |