* Again, FileSystemObject reports filename.

* SimpleApp now featuring spinning box with spinning parts.
* Damn. That's cool.
This commit is contained in:
lbsa71
2007-08-15 17:15:41 +00:00
parent c47bca94d2
commit 2fe9b8139c
4 changed files with 17 additions and 7 deletions

View File

@@ -41,6 +41,8 @@ namespace SimpleApp
AddPart(new RotatingWheel(regionHandle, this, ownerID, scene.PrimIDAllocate(), pos, new LLVector3(0, 0, 1f)));
AddPart(new RotatingWheel(regionHandle, this, ownerID, scene.PrimIDAllocate(), pos, new LLVector3(0, 0, -1f)));
UpdateParentIDs();
}
}
}