mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* I want to commit too!
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user