source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/IllumDemo/bin/res/client/actor/motion.s3d_actor_run @ 2196

Revision 2196, 3.0 KB checked in by szirmay, 17 years ago (diff)
Line 
1// Automatically generated Shark 3D Snake 1x0 Text Stream. Format: ascii.
2actor_ident "kit_base.capsule"
3actor_param
4{
5    active 1
6    scope "motion"
7    local_name "capsule"
8    deleg_target "dispatch_export"
9    child_ident "kit_base.group"
10    child_param
11    {
12        // Delegate action calls to the children.
13        active 1
14        child_array
15        {
16            ident "kit_base.dispatch"
17            param
18            {
19                name "dispatch_export"
20                entry_array
21                {
22                    cmds "update_motion"
23                    targets "motioninput"
24                    newcmd "update"
25                }
26                {
27                    cmds
28                        "apply_move_pos_x" "apply_move_neg_x"
29                        "apply_move_pos_y" "apply_move_neg_y"
30                        "apply_move_pos_z" "apply_move_neg_z"
31                        "assign_vel_pos_x" "assign_vel_neg_x"
32                        "assign_vel_pos_y" "assign_vel_neg_y"
33                        "assign_vel_pos_z" "assign_vel_neg_z"
34                        "switch_vel_pos_x" "switch_vel_neg_x"
35                        "switch_vel_pos_y" "switch_vel_neg_y"
36                        "switch_vel_pos_z" "switch_vel_neg_z"
37                        "apply_rot_pos_x" "apply_rot_neg_x"
38                        "apply_rot_pos_y" "apply_rot_neg_y"
39                        "apply_rot_pos_z" "apply_rot_neg_z"
40                        "assign_spin_pos_x" "assign_spin_neg_x"
41                        "assign_spin_pos_y" "assign_spin_neg_y"
42                        "assign_spin_pos_z" "assign_spin_neg_z"
43                        "switch_spin_pos_x" "switch_spin_neg_x"
44                        "switch_spin_pos_y" "switch_spin_neg_y"
45                        "switch_spin_pos_z" "switch_spin_neg_z"
46                    targets "motioninput"
47                }
48            }
49        }
50        {
51            ident "kit_engobj.motioninput"
52            param
53            {
54                active 1
55                name "motioninput"
56                motion_target "^universeplayer"
57                motion_cmd "add_motion"
58                move_scale_x 6.
59                move_scale_y 6.
60                move_scale_z 6.
61                vel_scale_x 6.
62                vel_scale_y -6.
63                vel_scale_z 6.
64                vel_speed_x 6.
65                vel_speed_y 6.
66                vel_speed_z 6.
67                rot_scale_x -0.25
68                rot_scale_y 0.5
69                rot_scale_z -0.5
70                spin_scale_x -2.
71                spin_scale_y 2.
72                spin_scale_z -2.
73                spin_speed_x -1.
74                spin_speed_y 1.
75                spin_speed_z -1.
76                extcfg_actor "^^cfg"
77                extcfg_entry_smooth_move "input.smooth_move"
78                extcfg_entry_smooth_rot "input.smooth_rot"
79                extcfg_entry_deadzone "input.deadzone"
80            }
81        }
82    }
83}
84$
Note: See TracBrowser for help on using the repository browser.