File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 3232 <defines >
3333 <!-- Use this to test OpenGLES rendering. CGE honors it. -->
3434 <!-- <define>OpenGLES</define> -->
35+
3536 <!-- Test "slim" mode (see castleconf.inc for explanation) -->
3637 <!-- <define>CASTLE_SLIM_NODES</define> -->
38+
39+ <!--
40+ Internal engine testing:
41+ You can disable support for various model formats,
42+ and see how much it makes the resulting binary smaller.
43+ -->
44+ <!--
45+ <define>CASTLE_GEO_SUPPORT_DISABLE</define>
46+ <define>CASTLE_OBJ_SUPPORT_DISABLE</define>
47+ <define>CASTLE_COLLADA_SUPPORT_DISABLE</define>
48+ <define>CASTLE_SPINE_SUPPORT_DISABLE</define>
49+ <define>CASTLE_STL_SUPPORT_DISABLE</define>
50+ <define>CASTLE_MD3_SUPPORT_DISABLE</define>
51+ <define>CASTLE_GLTF_SUPPORT_DISABLE</define>
52+ <define>CASTLE_IMAGE_SUPPORT_DISABLE</define>
53+ <define>CASTLE_COCOS2D_SUPPORT_DISABLE</define>
54+ <define>CASTLE_SPRITESHEET_SUPPORT_DISABLE</define>
55+ <define>CASTLE_TILED_MAP_SUPPORT_DISABLE</define>
56+ <define>CASTLE_IFC_SUPPORT_DISABLE</define>
57+ <define>CASTLE_3DS_SUPPORT_DISABLE</define>
58+ -->
3759 </defines >
3860 <search_paths >
3961 <path value =" code/" />
You can’t perform that action at this time.
0 commit comments