source: GTP/trunk/App/Demos/Geom/Shark3D/clod_head_demo_win32/src/res/client/actor/motion.s3d_actor @ 2236

Revision 2236, 2.9 KB checked in by gumbau, 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        active 1
13        child_array
14        {
15            ident "kit_base.dispatch"
16            param
17            {
18                name "dispatch_export"
19                entry_array
20                {
21                    cmds "update_motion"
22                    targets "motioninput"
23                    newcmd "update"
24                }
25                {
26                    cmds
27                        "apply_move_pos_x" "apply_move_neg_x"
28                        "apply_move_pos_y" "apply_move_neg_y"
29                        "apply_move_pos_z" "apply_move_neg_z"
30                        "assign_vel_pos_x" "assign_vel_neg_x"
31                        "assign_vel_pos_y" "assign_vel_neg_y"
32                        "assign_vel_pos_z" "assign_vel_neg_z"
33                        "switch_vel_pos_x" "switch_vel_neg_x"
34                        "switch_vel_pos_y" "switch_vel_neg_y"
35                        "switch_vel_pos_z" "switch_vel_neg_z"
36                        "apply_rot_pos_x" "apply_rot_neg_x"
37                        "apply_rot_pos_y" "apply_rot_neg_y"
38                        "apply_rot_pos_z" "apply_rot_neg_z"
39                        "assign_spin_pos_x" "assign_spin_neg_x"
40                        "assign_spin_pos_y" "assign_spin_neg_y"
41                        "assign_spin_pos_z" "assign_spin_neg_z"
42                        "switch_spin_pos_x" "switch_spin_neg_x"
43                        "switch_spin_pos_y" "switch_spin_neg_y"
44                        "switch_spin_pos_z" "switch_spin_neg_z"
45                    targets "motioninput"
46                }
47            }
48        }
49        {
50            ident "kit_engobj.motioninput"
51            param
52            {
53                active 1
54                name "motioninput"
55                motion_target "^universeplayer"
56                motion_cmd "add_motion"
57                move_scale_x 1.0
58                move_scale_y 1.0
59                move_scale_z 1.0
60                vel_scale_x 1.0
61                vel_scale_y -1.0
62                vel_scale_z 1.0
63                vel_speed_x 1.0
64                vel_speed_y 1.0
65                vel_speed_z 1.0
66                rot_scale_x -0.5
67                rot_scale_y 1.0
68                rot_scale_z -1.0
69                spin_scale_x -4.
70                spin_scale_y 4.
71                spin_scale_z -4.
72                spin_speed_x -2.
73                spin_speed_y 2.
74                spin_speed_z -2.
75                extcfg_actor "^^cfg"
76                extcfg_entry_smooth_move "input.smooth_move"
77                extcfg_entry_smooth_rot "input.smooth_rot"
78                extcfg_entry_deadzone "input.deadzone"
79            }
80        }
81    }
82}
83$
Note: See TracBrowser for help on using the repository browser.