source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/Shark3D/src/res/client/actor/displayworld.s3d_actor @ 2517

Revision 2517, 2.0 KB checked in by igarcia, 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_engobj.group"
9        param
10        {
11            name "group_display"
12            group_suppl "stdsuppl"
13            group_ident "group:"
14            group_param
15            {
16                env "env"
17                gensuppl "stdsuppl"
18                res "client/model/displaymodel.s3d_inst_run"
19                given_array
20                {
21                    item "env"
22                    given_ident "env"
23                }
24                {
25                    item "stdsuppl"
26                    given_ident "gensuppl"
27                }
28                {
29                    item ""
30                    given_ident "hook"
31                }
32                {
33                    item "display_state"
34                    given_ident "state"
35                }
36                {
37                    item ""
38                    given_ident "sim"
39                }
40                {
41                    item ""
42                    given_ident "sensorstate"
43                }
44            }
45        }
46    }
47    {
48        ident "kit_base.dispatch"
49        param
50        {
51            name "dispatch"
52            entry_array
53            {
54                cmds "init"
55                targets "loading_pos" "saving_pos"
56                newcmd "disable_pos"
57            }
58        }
59    }
60    {
61        ident "kit_engobj.itemeye"
62        param
63        {
64            name "loading_pos"
65            item_actor "group_display"
66            item_name "path:loading"
67        }
68    }
69    {
70        ident "kit_engobj.itemeye"
71        param
72        {
73            name "saving_pos"
74            item_actor "group_display"
75            item_name "simplepos:saving"
76        }
77    }
78    {
79        ident "kit_base.oninit"
80        param
81        {
82            target "dispatch"
83            cmd "init"
84        }
85    }
86}
87$
Note: See TracBrowser for help on using the repository browser.