Difference between revisions of "Scripting UDKOSC Gestures"
From CCRMA Wiki
m |
m |
||
Line 16: | Line 16: | ||
pawn_runjump.oc | pawn_runjump.oc | ||
camera_setup.oc | camera_setup.oc | ||
+ | |||
+ | Original example code: | ||
+ | |||
+ | http://pastie.org/4212194 |
Revision as of 03:38, 19 July 2013
In UDKOSC command prompt:
oscstartinput oscmove
OscSetFollowLockCamera: Camera moves absolute X,Y,Z from OSC but targets pawn OscSetFollowCamera: Camera moves X,Y,Z relative to pawn from OSC but targets pawn
In Ruby:
C:\Users\Rob\data\github\udkosc\Scripts>ruby osccontrol.rb localhost 7001 ./data/pawn_circle.oc
pawn_circle.oc pawn_runjump.oc camera_setup.oc
Original example code:
http://pastie.org/4212194