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

Revision 2196, 4.9 KB checked in by szirmay, 17 years ago (diff)
Line 
1// Machine-made Shark 3D Snake Text 2x0 Stream. Format: ascii.
2actor_ident "kit_base.group"
3actor_param
4{
5    active 1
6    child_array
7    {
8        ident "kit_base.dispatch"
9        param
10        {
11            name "dispatch_content"
12            entry_array
13            {
14                cmds "net_traverse"
15                targets "group_world" "group_sky"
16                newcmd "traverse"
17            }
18            {
19                cmds "net_traverse"
20                targets "dispatch_world" "dispatch_sky"
21            }
22        }
23    }
24    {
25        ident "kit_engobj.noise"
26        param
27        {
28            active 1
29            name "noise_world"
30            noise_suppl "stdsuppl"
31            noise_ident "noise:"
32            noise_param
33            {
34                env "env"
35                state "state_world"
36                sim "sim_world"
37                clock "clock"
38                insp_ident "insp_noise"
39                insp_point_color 1.0 1.0 0.5
40                insp_ext_color 0.5 1.0 0.5
41                insp_default_radius 0.5
42                pos_suppl "stdsuppl"
43                pos_ident "simplepos:"
44                speaker_suppl "stdsuppl"
45                speaker_ident "speaker:"
46                wave_suppl "stdsuppl"
47                attr_array
48                {
49                    mtl_array "character"
50                    dominance 10
51                    bump
52                    {
53                        share_range 0.0
54                        share_period 0.0
55                        min_vel 0.0
56                        max_vel 0.0
57                        max_volume 1.0
58                        wave ""
59                        speaker_range 50.0
60                        speaker_size 5.0
61                    }
62                    slide
63                    {
64                        share_range 0.0
65                        share_period 0.0
66                        min_vel 0.0
67                        max_vel 0.0
68                        max_volume 1.0
69                        wave ""
70                        speaker_range 50.0
71                        speaker_size 5.0
72                    }
73                }
74            }
75        }
76    }
77    {
78        ident "kit_engobj.group"
79        param
80        {
81            name "group_world"
82            group_suppl "stdsuppl"
83            group_ident "group:"
84            group_param
85            {
86                env "env"
87                gensuppl "stdsuppl"
88                given_array
89                {
90                    item "env"
91                    given_ident "env"
92                }
93                {
94                    item "stdsuppl"
95                    given_ident "gensuppl"
96                }
97                {
98                    item ""
99                    given_ident "hook"
100                }
101                {
102                    item "state_world"
103                    given_ident "state"
104                }
105                {
106                    item "sim_world"
107                    given_ident "sim"
108                }
109                {
110                    item "sensorstate_world"
111                    given_ident "sensorstate"
112                }
113                res "diffusedemo/model/worldmodel.s3d_inst_run"
114            }
115        }
116    }
117    {
118        ident "kit_engobj.group"
119        param
120        {
121            name "group_sky"
122            group_suppl "stdsuppl"
123            group_ident "group:"
124            group_param
125            {
126                env "env"
127                gensuppl "stdsuppl"
128                given_array
129                {
130                    item "env"
131                    given_ident "env"
132                }
133                {
134                    item "stdsuppl"
135                    given_ident "gensuppl"
136                }
137                {
138                    item ""
139                    given_ident "hook"
140                }
141                {
142                    item "state_sky"
143                    given_ident "state"
144                }
145                {
146                    item ""
147                    given_ident "sim"
148                }
149                {
150                    item ""
151                    given_ident "sensorstate"
152                }
153                res "diffusedemo/model/skymodel.s3d_inst_run"
154            }
155        }
156    }
157    {
158        ident "kit_base.extern"
159        param
160        {
161            active 1
162            name "world_extern"
163            res "diffusedemo/actor/world.s3d_actor_run"
164            watch_target "world_extern"
165            watch_cmd "load_current"
166        }
167    }
168    {
169        ident "kit_base.extern"
170        param
171        {
172            active 1
173            name "sky_extern"
174            res "diffusedemo/actor/sky.s3d_actor_run"
175            watch_target "sky_extern"
176            watch_cmd "load_current"
177        }
178    }
179}
180$
Note: See TracBrowser for help on using the repository browser.