* I want to commit too!

This commit is contained in:
lbsa71
2007-07-13 18:01:44 +00:00
parent 3f6c4e6187
commit a076369fa3
4 changed files with 5 additions and 27 deletions

View File

@@ -68,9 +68,9 @@ namespace SimpleApp
PrimitiveBaseShape shape = PrimitiveBaseShape.DefaultBox();
shape.Scale = new LLVector3(1, 1, 1);
shape.Scale = new LLVector3(10, 10, 10);
LLVector3 pos = new LLVector3(1,1,1);
LLVector3 pos = new LLVector3(128,128,72);
world.AddNewPrim( LLUUID.Zero, pos, shape );