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

Revision 2236, 3.8 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_snk"
15ilk_param
16{
17    desc "Bone animation file"
18    cond_array
19    name_field_path ""
20    prop_ident "gui_stdprop.prop_multi"
21    prop_param
22    {
23        child_array
24        {
25            ident "gui_stdprop.prop_res"
26            param
27            {
28                help "help:html/doc/src/prog_ref/"
29                    & "tool_boneanim.html"
30                    & "#prog_ref.tool_boneanim.cfg_boneanim"
31                label "Reference bone path: "
32                field_path "ref_path"
33                bindir 0
34                req 1
35                type_array
36                {
37                    desc "Bone path file"
38                    pat "*.s3d_bonepath"
39                }
40            }
41        }
42        {
43            ident "gui_stdprop.prop_res"
44            param
45            {
46                help "help:html/doc/src/prog_ref/"
47                    & "tool_boneanim.html"
48                    & "#prog_ref.tool_boneanim.cfg_boneanim"
49                label "Animation bone path: "
50                field_path "anim_path"
51                bindir 0
52                req 1
53                type_array
54                {
55                    desc "Bone path file"
56                    pat "*.s3d_bonepath"
57                }
58            }
59        }
60        {
61            ident "gui_stdprop.prop_bool"
62            param
63            {
64                help "help:html/doc/src/prog_ref/"
65                    & "tool_boneanim.html"
66                    & "#prog_ref.tool_boneanim.cfg_boneanim"
67                label "Do translation: "
68                field_path "do_transl"
69                req 1
70            }
71        }
72        {
73            ident "gui_stdprop.prop_bool"
74            param
75            {
76                help "help:html/doc/src/prog_ref/"
77                    & "tool_boneanim.html"
78                    & "#prog_ref.tool_boneanim.cfg_boneanim"
79                label "Do quaternion (rotation, scale): "
80                field_path "do_quat"
81                req 1
82            }
83        }
84        {
85            ident "gui_stdprop.prop_bool"
86            param
87            {
88                help "help:html/doc/src/prog_ref/"
89                    & "tool_boneanim.html"
90                    & "#prog_ref.tool_boneanim.cfg_boneanim"
91                label "Compress: "
92                field_path "compress"
93                req 1
94            }
95        }
96        {
97            ident "gui_stdprop.prop_float"
98            param
99            {
100                help "help:html/doc/src/prog_ref/"
101                    & "tool_boneanim.html"
102                    & "#prog_ref.tool_boneanim.cfg_boneanim"
103                label "Identity epsilon translation: "
104                field_path "identity_eps_transl"
105                min_value 0.
106                max_value 1.
107                subdiv 100
108                req 1
109            }
110        }
111        {
112            ident "gui_stdprop.prop_float"
113            param
114            {
115                help "help:html/doc/src/prog_ref/"
116                    & "tool_boneanim.html"
117                    & "#prog_ref.tool_boneanim.cfg_boneanim"
118                label "Identity epsilon quaternion: "
119                field_path "identity_eps_quat"
120                min_value 0.
121                max_value 1.
122                subdiv 100
123                req 1
124            }
125        }
126    }
127}
Note: See TracBrowser for help on using the repository browser.