source: GTP/trunk/App/Demos/Geom/Shark3D/Shark3D_runtime/src/gui/cfg/ilk_inst.cfg @ 2236

Revision 2236, 4.2 KB checked in by gumbau, 17 years ago (diff)
Line 
1///////////////////////////////////////////////////////////////////////////////
2//
3//      ##  ######
4//       ######  ###
5//  ## ###############        Shark 3D Engine (www.shark3d.com)
6//   ########## # # #
7//    ########                Copyright (c) 1996-2006 Spinor GmbH.
8//   ######### # # #          All rights reserved.
9//  ##   ##########
10//      ##
11//
12///////////////////////////////////////////////////////////////////////////////
13
14ilk_ident "gui_stdilk.ilk_multi"
15ilk_param
16{
17    child_array
18    {
19        ident "gui_stdilk.ilk_snk"
20        param
21        {
22            desc "3d object instance"
23            cond_array
24            {
25                field_path "ident"
26                str_cond_pat "stdinst:*"
27            }
28            icon "images:icons/16x16/obj.png"
29            name_field_path "name"
30            node_ident "gui_stdnode.node_editchunk"
31            node_param
32            {
33                editor_ident "gui_stdedit.edit_propchunk"
34                editor_param
35                {
36                    child_ident "gui_stdprop.prop_chunk"
37                    child_param
38                    {
39                    }
40                }
41            }
42            prop_ident "gui_stdprop.prop_multi"
43            prop_param
44            {
45                child_array
46                {
47                    ident "gui_stdprop.prop_statictext"
48                    param
49                    {
50                        help ""
51                        label ""
52                        text "Unknown 3d object ident:"
53                    }
54                }
55                {
56                    ident "gui_stdprop.prop_str"
57                    param
58                    {
59                        help ""
60                        label "Main object ident: "
61                        field_path "ident"
62                        req 1
63                    }
64                }
65                {
66                    ident "gui_stdprop.prop_str"
67                    param
68                    {
69                        help ""
70                        label "Name: "
71                        field_path "name"
72                        req 0
73                    }
74                }
75                {
76                    ident "gui_stdprop.prop_str"
77                    param
78                    {
79                        help ""
80                        label "Shader ident: "
81                        field_path "param.shader_ident"
82                        req 0
83                    }
84                }
85            }
86        }
87    }
88    {
89        ident "gui_stdilk.ilk_snk"
90        param
91        {
92            desc "3d object"
93            cond_array
94            icon "images:icons/16x16/obj.png"
95            name_field_path "name"
96            node_ident "gui_stdnode.node_editchunk"
97            node_param
98            {
99                editor_ident "gui_stdedit.edit_propchunk"
100                editor_param
101                {
102                    child_ident "gui_stdprop.prop_chunk"
103                    child_param
104                    {
105                    }
106                }
107            }
108            prop_ident "gui_stdprop.prop_multi"
109            prop_param
110            {
111                child_array
112                {
113                    ident "gui_stdprop.prop_statictext"
114                    param
115                    {
116                        help ""
117                        label ""
118                        text "Unknown 3d object ident:"
119                    }
120                }
121                {
122                    ident "gui_stdprop.prop_str"
123                    param
124                    {
125                        help ""
126                        label "Main object ident: "
127                        field_path "ident"
128                        req 1
129                    }
130                }
131                {
132                    ident "gui_stdprop.prop_str"
133                    param
134                    {
135                        help ""
136                        label "Name: "
137                        field_path "name"
138                        req 0
139                    }
140                }
141            }
142        }
143    }
144}
Note: See TracBrowser for help on using the repository browser.