-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathCastleEngineManifest.xml
More file actions
179 lines (174 loc) · 6.85 KB
/
CastleEngineManifest.xml
File metadata and controls
179 lines (174 loc) · 6.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<?xml version="1.0" encoding="utf-8"?>
<project name="castle-model-viewer"
standalone_source="castle_model_viewer.dpr"
author="Michalis Kamburelis"
qualified_name="io.castleengine.castle.model.viewer"
>
<icons>
<icon path="windows/castle-model-viewer.ico" />
<icon path="freedesktop/castle-model-viewer.svg" />
<icon path="freedesktop/castle-model-viewer.icns" />
<icon path="freedesktop/castle-model-viewer.png" />
</icons>
<dependencies>
<dependency name="Zlib" /> <!-- read .gz -->
<dependency name="Png" /> <!-- read .png -->
<dependency name="Sound" /> <!-- make sound -->
<dependency name="OggVorbis" /> <!-- read .ogg -->
<dependency name="Https" /> <!-- read https links -->
</dependencies>
<version value="5.3.0" code="14" />
<package>
<include path="README.md" />
<include path="COPYING.GPL2.txt" />
<include path="castle-model-converter" executable_permission="True" />
<include path="castle-model-converter.exe" />
<include path="freedesktop/*" recursive="True" />
<include path="example_models/*" recursive="True" />
</package>
<data exists="false" />
<compiler_options>
<defines>
<!-- Use this to test OpenGLES rendering. CGE honors it. -->
<!-- <define>OpenGLES</define> -->
<!-- Test "slim" mode (see castleconf.inc for explanation) -->
<!-- <define>CASTLE_SLIM_NODES</define> -->
<!--
Internal engine testing:
You can disable support for various model formats,
and see how much it makes the resulting binary smaller.
-->
<!--
<define>CASTLE_GEO_SUPPORT_DISABLE</define>
<define>CASTLE_OBJ_SUPPORT_DISABLE</define>
<define>CASTLE_COLLADA_SUPPORT_DISABLE</define>
<define>CASTLE_SPINE_SUPPORT_DISABLE</define>
<define>CASTLE_STL_SUPPORT_DISABLE</define>
<define>CASTLE_MD3_SUPPORT_DISABLE</define>
<define>CASTLE_GLTF_SUPPORT_DISABLE</define>
<define>CASTLE_IMAGE_SUPPORT_DISABLE</define>
<define>CASTLE_COCOS2D_SUPPORT_DISABLE</define>
<define>CASTLE_SPRITESHEET_SUPPORT_DISABLE</define>
<define>CASTLE_TILED_MAP_SUPPORT_DISABLE</define>
<define>CASTLE_IFC_SUPPORT_DISABLE</define>
<define>CASTLE_3DS_SUPPORT_DISABLE</define>
-->
</defines>
<search_paths>
<path value="code/" />
<path value="embedded_data/fonts/" />
</search_paths>
<custom_options>
<!-- Do not warn about experimental symbols,
we knowingly use experimental UseHierarchicalOcclusionQuery from CGE -->
<option>-vm05063</option>
</custom_options>
</compiler_options>
<!-- Metadata for Debian package, test by
"castle-engine package -package-format=deb -fast"
(make double dashes above! we cannot write them verbatim in XML commment). -->
<debian
control_section="graphics"
menu_section="Applications/Graphics" />
<free_desktop
categories="Graphics;3DGraphics;Viewer"
comment="View 3D and 2D models in formats: glTF, X3D, VRML, Collada, 3DS, MD3, Wavefront OBJ, STL and (2D) Spine JSON and sprite sheets (in CGE, Cocos2d, Starling XML formats)." />
<associate_document_types>
<!-- BEGIN: Generated using castle-model-viewer/utils/output_document_types/ -->
<document_type caption="glTF Binary" name="glb">
<extension>glb</extension>
<mime>model/gltf-binary</mime>
</document_type>
<document_type caption="glTF JSON" name="gltf">
<extension>gltf</extension>
<mime>model/gltf+json</mime>
</document_type>
<document_type caption="Castle Animation Frames" name="castleanimframes">
<extension>castle-anim-frames</extension>
<extension>kanim</extension>
<mime>application/x-castle-anim-frames</mime>
</document_type>
<document_type caption="Videoscape" name="geo">
<extension>geo</extension>
<mime>application/x-geo</mime>
</document_type>
<document_type caption="3D Studio" name="3ds">
<extension>3ds</extension>
<mime>image/x-3ds</mime>
</document_type>
<document_type caption="Wavefront" name="obj">
<extension>obj</extension>
<mime>application/x-wavefront-obj</mime>
</document_type>
<document_type caption="Collada" name="dae">
<extension>dae</extension>
<mime>model/vnd.collada+xml</mime>
</document_type>
<document_type caption="Spine animation" name="json">
<extension>json</extension>
<mime>application/json</mime>
</document_type>
<document_type caption="STereo Lithography" name="stl">
<extension>stl</extension>
<mime>model/stl</mime>
<mime>application/wavefront-stl</mime>
<mime>application/vnd.ms-pki.stl</mime>
<mime>application/x-navistyle</mime>
<mime>application/x-stl</mime>
</document_type>
<document_type caption="Polygon File Format" name="ply">
<extension>ply</extension>
<mime>model/ply</mime>
<mime>application/x-ply</mime>
</document_type>
<document_type caption="Quake 3 engine models" name="md3">
<extension>md3</extension>
<mime>application/x-md3</mime>
</document_type>
<document_type caption="Cocos2d Sprite Sheet" name="cocos2dplist">
<extension>cocos2d-plist</extension>
<extension>plist</extension>
<mime>application/x-plist</mime>
<mime>application/x-cocos2d-sprite-sheet</mime>
</document_type>
<document_type caption="Castle Sprite Sheet" name="castlespritesheet">
<extension>castle-sprite-sheet</extension>
<mime>application/x-castle-sprite-sheet</mime>
</document_type>
<document_type caption="Starling Sprite Sheet" name="starlingxml">
<extension>starling-xml</extension>
<mime>application/x-starling-sprite-sheet</mime>
</document_type>
<document_type caption="Tiled Map" name="tmx">
<extension>tmx</extension>
<mime>application/x-tiled-map</mime>
</document_type>
<document_type caption="IFC" name="ifcjson">
<extension>ifcjson</extension>
<mime>application/x-ifc-json</mime>
</document_type>
<document_type caption="Inventor" name="iv">
<extension>iv</extension>
<mime>application/x-inventor</mime>
</document_type>
<document_type caption="VRML" name="wrl">
<extension>wrl</extension>
<extension>wrl.gz</extension>
<extension>wrz</extension>
<mime>model/vrml</mime>
</document_type>
<document_type caption="X3D classic" name="x3dv">
<extension>x3dv</extension>
<extension>x3dvz</extension>
<extension>x3dv.gz</extension>
<mime>model/x3d+vrml</mime>
</document_type>
<document_type caption="X3D XML" name="x3d">
<extension>x3d</extension>
<extension>x3dz</extension>
<extension>x3d.gz</extension>
<mime>model/x3d+xml</mime>
</document_type>
<!-- END: Generated using castle-model-viewer/utils/output_document_types/ -->
</associate_document_types>
</project>