PS4 controller function #7
-
Hi Collin! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Stan, Sure. You can find and change what the controller does within the code. It's all clearly labelled from line 208 onwards. D-Pad Triangle = Execute moves array L1 - Set slow speed (slow speed can be set at the top of the code "minXspeed = 10") I hope that helps. |
Beta Was this translation helpful? Give feedback.
Hi Stan,
Sure. You can find and change what the controller does within the code. It's all clearly labelled from line 208 onwards.
D-Pad
Up = Go to first element in array
Down = Go to last element in array
Left = Go to previous element in array
Right = Go to next element in array
Triangle = Execute moves array
Circle = Edit current position
Cross = Save current position as new keyframe
Square = Calculate intercept point of first 2 keyframes
L1 - Set slow speed (slow speed can be set at the top of the code "minXspeed = 10")
R1 - Set fast speed (slow speed can be set at the top of the code "maxXspeed = 60")
Share - Home Axis
Option - Clear Array
I hope that helps.
Colin