From 98d81485e724b26d9ad35b9b7cd24c98808b9a81 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 28 Mar 2007 13:08:27 +0000 Subject: RIP OpenSimRoot. (removed) Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch. --- OpenSim.Physics/OdePlugin/OdePlugin.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim.Physics/OdePlugin/OdePlugin.cs') diff --git a/OpenSim.Physics/OdePlugin/OdePlugin.cs b/OpenSim.Physics/OdePlugin/OdePlugin.cs index 8e34a6b..7b0d64a 100644 --- a/OpenSim.Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim.Physics/OdePlugin/OdePlugin.cs @@ -170,6 +170,11 @@ namespace OpenSim.Physics.OdePlugin d.GeomHeightfieldDataBuildDouble(HeightmapData,_heightmap,1,256,256,256,256,1.0f,0.0f,2.0f,0); LandGeom=d.CreateHeightfield(space, HeightmapData, 0); } + + public override void DeleteTerrain() + { + + } } public class OdeCharacter : PhysicsActor -- cgit v1.1