-
Notifications
You must be signed in to change notification settings - Fork 3
Adding Couples Sitters
HowardBaxton edited this page Apr 2, 2020
·
4 revisions
Adding a second seat to the nPose object is very simple. Follow these instructions:
- Edit this nPose enabled object and go to Contents tab
- Edit the notecard named .init
- Change the line which says SEAT_INIT|1 and add a seat
SEAT_INIT|2
. Now nPose is ready to support two seats. - In the contents of the nPose object, edit the SET:DEFAULTCARD notecard.
- Add a second line to this notecard similar to the first.
XANIM|2|meditation|<0.0, 0.0, 0.0>|<0.0, 0.0, 0.0>
- Save this notecard and it's ready for adjusting.
(We are allowed to use the same animation for both seats.)
When Utilities/Admin/Adjust is clicked two Adjusters will be rezzed, one for each sitter. Edit this adjuster and move it as described in Simple Single Sitter to position this animesh adjuster in the desired position. Copy the line in local and replace that second line in the SET:DEFAULTCARD notecard.
Now we have the simplest couples pose set built and ready for operation.
Next see how to set up multiple seats where each individual can select their own poses without bothering other sitters: Adding Multiple Singles.
-
Getting started
-
Reference
-
Changelogs
-
Internals