Updated documentation with new commands
parent
df1e5c37de
commit
9dc171e731
12
README.md
12
README.md
|
@ -64,11 +64,13 @@ Runtime Commands
|
||||||
The following commands, which can either be issued on the Console, or via a chat channel in-world, control the behaviour
|
The following commands, which can either be issued on the Console, or via a chat channel in-world, control the behaviour
|
||||||
of the flock at runtime
|
of the flock at runtime
|
||||||
|
|
||||||
flock-stop or /118 stop ;stop all flocking and remove birds from the region
|
birds-stop or /118 stop ;stop all birds flocking
|
||||||
flock-start or /118 start ;start the flocking simulation
|
birds-start or /118 start ;start all birds flocking
|
||||||
flock-size <num> or /118 size <num> ;change the size of the flock
|
birds-enable or /118 enable ;enable the flocking simulation if disabled
|
||||||
flock-prim <name> or /118 prim <name> ;change the bird prim to one already rezzed in the scene
|
birds-disable or /118 disable ;stop all birds and remove them from the scene
|
||||||
flock-framerate <num> or /118 framerate <num> ;only update the flock positions every <num> frames
|
birds-size <num> or /118 size <num> ;change the size of the flock
|
||||||
|
birds-prim <name> or /118 prim <name> ;change the bird prim to one already rezzed in the scene
|
||||||
|
birds-framerate <num> or /118 framerate <num> ;only update the flock positions every <num> frames
|
||||||
;only really useful for photography and debugging bird
|
;only really useful for photography and debugging bird
|
||||||
;behaviour
|
;behaviour
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue