* Exploring Group/Part from an app perspective.

This commit is contained in:
lbsa71
2007-08-15 16:57:47 +00:00
parent 226339cd40
commit c47bca94d2
7 changed files with 125 additions and 14 deletions

View File

@@ -13,8 +13,8 @@ namespace SimpleApp
{
private PerformanceCounter m_counter;
public CpuCounterObject(Scene world, ulong regionHandle, LLUUID ownerID, uint localID, LLVector3 pos, PrimitiveBaseShape shape)
: base(world, regionHandle, ownerID, localID, pos, shape )
public CpuCounterObject(Scene world, ulong regionHandle, LLUUID ownerID, uint localID, LLVector3 pos )
: base(world, regionHandle, ownerID, localID, pos, BoxShape.Default )
{
String objectName = "Processor";
String counterName = "% Processor Time";