m change protoflux links |
Add "View" value |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
BodyNode is an Enum, which refers to a part of the body within the Standard Resonite Avatar System. It has a lot of values which loosely map to a human skeleton. This Enum is usually used with nodes that deal with the Avatar System, most notably is [[ProtoFlux:Body Node Slot|Body Node Slot(ProtoFlux)]]. | |||
BodyNode is an Enum, which refers to a part of the body within the Standard Resonite Avatar System. It has a lot of values which loosely map to a human skeleton. This Enum is usually used with nodes that deal with the Avatar System, most notably is [[Body Node Slot | |||
Body nodes and how they are mapped to an avatar are stored on the [[Component:BipedRig|Biped Rig Component]] in the avatar's root, check [[Component:BipedRig|Biped Rig Component]] for how this is done. | |||
{{Table EnumValues | |||
|NONE|0| | |||
|Root|1| | |||
|View|2| | |||
|LeftController|3| | |||
|RightController|4| | |||
|Hips|5| | |||
|Spine|6| | |||
|Chest|7| | |||
|UpperChest|8| | |||
|Neck|9| | |||
|Head|10| | |||
|Jaw|11| | |||
|LeftEye|12| | |||
|RightEye|13| | |||
|LeftShoulder|14| | |||
|LeftUpperArm|15| | |||
|LeftLowerArm|16| | |||
|LeftHand|17| | |||
|LeftPalm|18| | |||
|LEFT_FINGER_START|18| | |||
|LeftThumb_Metacarpal|19| | |||
|LeftThumb_Proximal|20| | |||
|LeftThumb_Distal|21| | |||
|LeftThumb_Tip|22| | |||
|LeftIndexFinger_Metacarpal|23| | |||
|LeftIndexFinger_Proximal|24| | |||
|LeftIndexFinger_Intermediate|25| | |||
|LeftIndexFinger_Distal|26| | |||
|LeftIndexFinger_Tip|27| | |||
|LeftMiddleFinger_Metacarpal|28| | |||
|LeftMiddleFinger_Proximal|29| | |||
|LeftMiddleFinger_Intermediate|30| | |||
|LeftMiddleFinger_Distal|31| | |||
|LeftMiddleFinger_Tip|32| | |||
|LeftRingFinger_Metacarpal|33| | |||
|LeftRingFinger_Proximal|34| | |||
|LeftRingFinger_Intermediate|35| | |||
|LeftRingFinger_Distal|36| | |||
|LeftRingFinger_Tip|37| | |||
|LeftPinky_Metacarpal|38| | |||
|LeftPinky_Proximal|39| | |||
|LeftPinky_Intermediate|40| | |||
|LeftPinky_Distal|41| | |||
|LEFT_FINGER_END|41| | |||
|LeftPinky_Tip|42| | |||
|RightShoulder|43| | |||
|RightUpperArm|44| | |||
|RightLowerArm|45| | |||
|RightHand|46| | |||
|RightPalm|47| | |||
|RIGHT_FINGER_START|47| | |||
|RightThumb_Metacarpal|48| | |||
|RightThumb_Proximal|49| | |||
|RightThumb_Distal|50| | |||
|RightThumb_Tip|51| | |||
|RightIndexFinger_Metacarpal|52| | |||
|RightIndexFinger_Proximal|53| | |||
|RightIndexFinger_Intermediate|54| | |||
|RightIndexFinger_Distal|55| | |||
|RightIndexFinger_Tip|56| | |||
|RightMiddleFinger_Metacarpal|57| | |||
|RightMiddleFinger_Proximal|58| | |||
|RightMiddleFinger_Intermediate|59| | |||
|RightMiddleFinger_Distal|60| | |||
|RightMiddleFinger_Tip|61| | |||
|RightRingFinger_Metacarpal|62| | |||
|RightRingFinger_Proximal|63| | |||
|RightRingFinger_Intermediate|64| | |||
|RightRingFinger_Distal|65| | |||
|RightRingFinger_Tip|66| | |||
|RightPinky_Metacarpal|67| | |||
|RightPinky_Proximal|68| | |||
|RightPinky_Intermediate|69| | |||
|RightPinky_Distal|70| | |||
|RIGHT_FINGER_END|70| | |||
|RightPinky_Tip|71| | |||
|LeftUpperLeg|72| | |||
|LeftLowerLeg|73| | |||
|LeftFoot|74| | |||
|LeftToes|75| | |||
|RightUpperLeg|76| | |||
|RightLowerLeg|77| | |||
|RightFoot|78| | |||
|RightToes|79| | |||
|END|80| | |||
}} | |||
[[Category: | |||
[[Category:Type]] | |||
[[Category:Enums]] | [[Category:Enums]] |
Latest revision as of 22:43, 27 February 2024
BodyNode is an Enum, which refers to a part of the body within the Standard Resonite Avatar System. It has a lot of values which loosely map to a human skeleton. This Enum is usually used with nodes that deal with the Avatar System, most notably is Body Node Slot(ProtoFlux).
Body nodes and how they are mapped to an avatar are stored on the Biped Rig Component in the avatar's root, check Biped Rig Component for how this is done.
Name | Value | Description |
---|---|---|
NONE
|
0 | |
Root
|
1 | |
View
|
2 | |
LeftController
|
3 | |
RightController
|
4 | |
Hips
|
5 | |
Spine
|
6 | |
Chest
|
7 | |
UpperChest
|
8 | |
Neck
|
9 | |
Head
|
10 | |
Jaw
|
11 | |
LeftEye
|
12 | |
RightEye
|
13 | |
LeftShoulder
|
14 | |
LeftUpperArm
|
15 | |
LeftLowerArm
|
16 | |
LeftHand
|
17 | |
LeftPalm
|
18 | |
LEFT_FINGER_START
|
18 | |
LeftThumb_Metacarpal
|
19 | |
LeftThumb_Proximal
|
20 | |
LeftThumb_Distal
|
21 | |
LeftThumb_Tip
|
22 | |
LeftIndexFinger_Metacarpal
|
23 | |
LeftIndexFinger_Proximal
|
24 | |
LeftIndexFinger_Intermediate
|
25 | |
LeftIndexFinger_Distal
|
26 | |
LeftIndexFinger_Tip
|
27 | |
LeftMiddleFinger_Metacarpal
|
28 | |
LeftMiddleFinger_Proximal
|
29 | |
LeftMiddleFinger_Intermediate
|
30 | |
LeftMiddleFinger_Distal
|
31 | |
LeftMiddleFinger_Tip
|
32 | |
LeftRingFinger_Metacarpal
|
33 | |
LeftRingFinger_Proximal
|
34 | |
LeftRingFinger_Intermediate
|
35 | |
LeftRingFinger_Distal
|
36 | |
LeftRingFinger_Tip
|
37 | |
LeftPinky_Metacarpal
|
38 | |
LeftPinky_Proximal
|
39 | |
LeftPinky_Intermediate
|
40 | |
LeftPinky_Distal
|
41 | |
LEFT_FINGER_END
|
41 | |
LeftPinky_Tip
|
42 | |
RightShoulder
|
43 | |
RightUpperArm
|
44 | |
RightLowerArm
|
45 | |
RightHand
|
46 | |
RightPalm
|
47 | |
RIGHT_FINGER_START
|
47 | |
RightThumb_Metacarpal
|
48 | |
RightThumb_Proximal
|
49 | |
RightThumb_Distal
|
50 | |
RightThumb_Tip
|
51 | |
RightIndexFinger_Metacarpal
|
52 | |
RightIndexFinger_Proximal
|
53 | |
RightIndexFinger_Intermediate
|
54 | |
RightIndexFinger_Distal
|
55 | |
RightIndexFinger_Tip
|
56 | |
RightMiddleFinger_Metacarpal
|
57 | |
RightMiddleFinger_Proximal
|
58 | |
RightMiddleFinger_Intermediate
|
59 | |
RightMiddleFinger_Distal
|
60 | |
RightMiddleFinger_Tip
|
61 | |
RightRingFinger_Metacarpal
|
62 | |
RightRingFinger_Proximal
|
63 | |
RightRingFinger_Intermediate
|
64 | |
RightRingFinger_Distal
|
65 | |
RightRingFinger_Tip
|
66 | |
RightPinky_Metacarpal
|
67 | |
RightPinky_Proximal
|
68 | |
RightPinky_Intermediate
|
69 | |
RightPinky_Distal
|
70 | |
RIGHT_FINGER_END
|
70 | |
RightPinky_Tip
|
71 | |
LeftUpperLeg
|
72 | |
LeftLowerLeg
|
73 | |
LeftFoot
|
74 | |
LeftToes
|
75 | |
RightUpperLeg
|
76 | |
RightLowerLeg
|
77 | |
RightFoot
|
78 | |
RightToes
|
79 | |
END
|
80 |