forked from artisynth/artisynth_core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodelMenu.xml
More file actions
13 lines (12 loc) · 790 Bytes
/
Copy pathmodelMenu.xml
File metadata and controls
13 lines (12 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<ModelMenu xmlns="http://www.artisynth.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.artisynth.org src/artisynth/core/modelmenu/modelmenu.xsd">
<!-- create a submenu from the demos listed in .demoModels -->
<demoFile title="Demos" file="demoModels.txt" />
<!-- create a hierarchical submenu for all models under "artisynth.demos" -->
<package title="All demos" name="artisynth.demos" view="hierarchical" />
<!-- create a submenu from the models listed in .mainModels -->
<demoFile title="Models" file="mainModels.txt" />
<!-- create a hierarchical submenu for all models under "artisynth.models" -->
<package title="All models" name="artisynth.models" view="hierarchical" />
</ModelMenu>