aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/ComplexObject.cs
diff options
context:
space:
mode:
authorlbsa712007-08-15 17:15:41 +0000
committerlbsa712007-08-15 17:15:41 +0000
commit2fe9b8139cc74ff285759af3dcd48d38ec5bc561 (patch)
tree755a798354b020ac8f504d644975e1969370d938 /OpenSim/Region/Examples/SimpleApp/ComplexObject.cs
parent* Exploring Group/Part from an app perspective. (diff)
downloadopensim-SC_OLD-2fe9b8139cc74ff285759af3dcd48d38ec5bc561.zip
opensim-SC_OLD-2fe9b8139cc74ff285759af3dcd48d38ec5bc561.tar.gz
opensim-SC_OLD-2fe9b8139cc74ff285759af3dcd48d38ec5bc561.tar.bz2
opensim-SC_OLD-2fe9b8139cc74ff285759af3dcd48d38ec5bc561.tar.xz
* Again, FileSystemObject reports filename.
* SimpleApp now featuring spinning box with spinning parts. * Damn. That's cool.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/ComplexObject.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/ComplexObject.cs b/OpenSim/Region/Examples/SimpleApp/ComplexObject.cs
index 25960b7..b21e4aa 100644
--- a/OpenSim/Region/Examples/SimpleApp/ComplexObject.cs
+++ b/OpenSim/Region/Examples/SimpleApp/ComplexObject.cs
@@ -41,6 +41,8 @@ namespace SimpleApp
41 41
42 AddPart(new RotatingWheel(regionHandle, this, ownerID, scene.PrimIDAllocate(), pos, new LLVector3(0, 0, 1f))); 42 AddPart(new RotatingWheel(regionHandle, this, ownerID, scene.PrimIDAllocate(), pos, new LLVector3(0, 0, 1f)));
43 AddPart(new RotatingWheel(regionHandle, this, ownerID, scene.PrimIDAllocate(), pos, new LLVector3(0, 0, -1f))); 43 AddPart(new RotatingWheel(regionHandle, this, ownerID, scene.PrimIDAllocate(), pos, new LLVector3(0, 0, -1f)));
44
45 UpdateParentIDs();
44 } 46 }
45 } 47 }
46} 48}