aboutsummaryrefslogtreecommitdiff
path: root/graphics/wdune/pkg-plist
blob: c4d09b08272f23f7faf8c7e054f0f17ec5d96240 (plain) (blame)
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/bubbles.wrl
%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.png
%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.wrl
%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/waterfall.png
%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/waterfall.wrl
%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/PseudoCollision4ExaminePROTO/pseudoCollision.wrl
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/animation_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/create_movie.html
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/create_movie.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/index.html
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/joystick2.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/joystick2.sh.html
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/nostereo.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/nostereo.sh.html
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/saitekp430.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/saitekp880.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/sidewinder3dpro.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/sidewinder3dpro.sh.html
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/spaceball_joystick_example.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/spaceball_joystick_example.sh.html
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/spaceball_solaris8.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad.sh.html
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_linux_SDLjoystick.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_macosx.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_mswindows.bat
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_mswindows.bat.html
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_example.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_example.sh.html
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_irix6.2_example.sh
%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_xorg_linux.sh
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/ARSensorPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/COVERPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/COVER_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/CubeTexture.png
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/CubeTexturePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/CubeTexture_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/SkyPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/SpaceSensorPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/SpaceSensor_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/SteeringWheelPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIButtonPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIComboBoxPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIElementPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIFloatSliderPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIFramePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUILabelPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIListBoxPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIMapPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIProgressBarPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUISliderPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUISplitterPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUITabFolderPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUITabPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIToggleButtonPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/VehiclePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/WavePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/coverNodes/nodesRef.html
%%PORTDOCS%%%%DOCSDIR%%/deutsch.jpg
%%PORTDOCS%%%%DOCSDIR%%/deutsche_tutorials.html
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/Doxyfile.in
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/Makefile
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeExample.cpp
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeExample.h
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeGeometryExample.cpp
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeGeometryExample.h
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/dialog.jpg
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune.png
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune_developer.html
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/man2html.sh
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/mkdoxygen.sh
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/png2jpg.sh
%%PORTDOCS%%%%DOCSDIR%%/developer_docs/standard.jpg
%%PORTDOCS%%%%DOCSDIR%%/english.jpg
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/GUIElements.fl
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/GUIMain.cxx
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/OpenGLWindow.cxx
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/OpenGLWindow.h
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/callbacksToVrml.cxx
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/libC++RWD.h
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/README.txt
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/README_fedora.txt
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/fin.png
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/fire.png
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/main.cpp
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/opengl_example.anjuta
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/robot.x3dv
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/README.txt
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/ScriptingExample.wrl
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/main.cpp
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/.qmake.stash
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/README.txt
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/Untitled.wrl
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/callbacksToVrml.cpp
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/glwidget.cpp
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/glwidget.h
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/main.cpp
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.cpp
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.h
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.pro
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.pro.user
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.ui
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/Makefile.in
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/helloWorld.x3dv
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/helloWorld2.x3dv
%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/mainHelloWorld.cc
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/libCRWD.h
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/README.txt
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/Untitled.wrl
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/Untitled2.wrl
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/main.c
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/README.txt
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/ScriptingExample.wrl
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/main.c
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/test2.png
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/Makefile.in
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/helloWorld.x3dv
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/helloWorld2.x3dv
%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/mainHelloWorld.c
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/fin.png
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/fire.png
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/main.java
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/properties.cfg
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/robot.x3dv
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/Extra.java
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/fin.png
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/fire.png
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/robot.x3dv
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/x3d.java
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/README.txt
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/ScriptingExample.wrl
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/Makefile
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/Makefile.in
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/helloWorld.x3dv
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/helloWorld2.x3dv
%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/mainHelloWorld.java
%%PORTDOCS%%%%DOCSDIR%%/fieldpipe_examples/C_example/main.c
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/6d.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_3dmodelling_workshop_description.odt
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_before.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_computeranimation_workshop_description.odt
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_dialog.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_kinematic_workshop_description.odt
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_window.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_workshops_background_teacher.odt
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/arrows.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/aufstehen.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augen.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augen.wrl
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augen_falsch.wrl
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augenfalsch.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/examine_navigation.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/fly_maus.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/follow_maus.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk.wrl
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk1.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk2.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk3.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk4.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk5.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk6.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk7.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk_trick.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenkanimation.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/geschwindigkeit.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/holes.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/holes.wrl
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/holes3d.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/kamera1.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/kamera2.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/kameras.wrl
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/nurbs1.jpg
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/nurbs2.jpg
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/polygons.jpg
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/roll_maus.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/rotate.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/route_cut.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/route_from_script.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/routecut.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/scale.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/schiefer_wurf.wrl
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/serpens_appendicis_04.jpg
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/supershapes.jpg
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/symetric.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/textur.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/textur_tileable.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/transform.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/translate.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/turnpoint.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/verformbar.jpg
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/vrml1.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/vrml2.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/vrml3.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/walk_maus.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/white_dune_4kids.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/white_dune_full.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/wuerfelmaennchen.png
%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/wuerfelmaennchen.wrl
%%PORTDOCS%%%%DOCSDIR%%/hanim_history/Makefile
%%PORTDOCS%%%%DOCSDIR%%/hanim_history/build.awk
%%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess.wrl
%%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess.x3dv
%%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess_proto.x3dv
%%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess_useproto.x3dv
%%PORTDOCS%%%%DOCSDIR%%/hanim_history/laufmess.wrl
%%PORTDOCS%%%%DOCSDIR%%/hanim_history/laufmess.x3dv
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/cylindersensor_cylinder_rotation.x3dv
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/cylindersensor_disk_rotation.x3dv
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/keysensor_pressed.x3dv
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/open_wonderland_export_howto.txt
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/planesensor_slider.x3dv
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/proximitysensor_follower.x3dv
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/simple_sliders_example.x3dv
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/sphere_sensor_example.x3dv
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/stringsensor.x3dv
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/touchsensor_pressed_released.x3dv
%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/touchsensor_start_stop.x3dv
%%PORTDOCS%%%%DOCSDIR%%/italian.jpg
%%PORTDOCS%%%%DOCSDIR%%/ldraw_dat_export.wrl
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/README
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_pure_white.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_pure_white.wrl
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_z_oriented.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_z_oriented.wrl
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/non_convex_face.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/non_convex_face.wrl
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/proto_animation_error.wrl
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/rendering_errors.html
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/text_textured.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/text_textured.wrl
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/textures/pure_white.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/textures/test_texture.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/triangle_fan_strips_smoothing.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/triangle_fan_strips_smoothing.x3dv
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_background_pure_white.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_background_z_oriented.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_non_convex_face.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_text_textured.png
%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_triangle_fan_strips_smoothing.png
%%PORTDOCS%%%%DOCSDIR%%/russian.jpg
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/CurveAnimationPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperEllipsoidPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperExtrusionPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperRevolverPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperShapePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/curveanimation_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/superellipsoid_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/superextrusion_donut_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/superextrusion_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/supershape_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/vrmlcut_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/README
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/billboard.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/bubble.wav
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/camera_animation.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/checker_planesensor.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/checker_touchsensor.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/door_cylindersensor.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/endless_world.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/increase_switch.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/on_off.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/oneshot_trigger_increase_switch.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/particles.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/planesensor2interpolator.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/planesensor2interpolatormophing.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/pseudoCollision4examine.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/sfimage.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/simple3Dmodeller.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/simple_stopwatch.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/superellipsoid.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/supershape.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/switching_animations.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/switching_animations_NURBS.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/teleport_animation.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/teleporter.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/test1.jpg
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/test2.jpg
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/text_change.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/texture_change.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/worldcoordmessurement.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/elevator_proximity_trigger.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/forward_kinematic_animation.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/forward_kinematic_spheresensor.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/headupdisplay_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/image.gif
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/index.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ldraw_dat_export.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/loadsensor.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/material_animation.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/misc_animation.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/movie.mpg
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/movie_trigger.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/rigidBodyPhysics/spherecrash.x3dv
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/sound_transform.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/sound_trigger.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/touch_trigger.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_animation.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_human_motioncapture_run.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_human_motioncapture_walk.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/visibilty_trigger.wrl
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/README
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/billboard.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/bubble.wav
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/camera_animation.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/checker_planesensor.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/door_cylindersensor.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/forward_kinematic_animation.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/forward_kinematic_spheresensor.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/headupdisplay_example.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/index.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/loadsensor.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/material_animation.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/misc_animation.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/touch_trigger.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/transform_animation.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/transform_human_motioncapture_run.html
%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/transform_human_motioncapture_walk.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/3dmodell.x3dv
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6d.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dloc.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_right1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_right2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_right3.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_wrong.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/DOME.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/ProximityProtoExample.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien20.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien21.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien22.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien23.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien24.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien25.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal100.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal101.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal102.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal103.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal104.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal105.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal107.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal108.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal109.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal110.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal111.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal112.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal113.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal114.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal115.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal116.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal117.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal118.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal20.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal21.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal22.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal23.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal24.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal25.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal26.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal27.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal28.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal29.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal30.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal31.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal32.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal33.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal34.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal35.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal36.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal37.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal38.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal39.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal40.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal41.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal42.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal43.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal44.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal45.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal46.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal47.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal48.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal49.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal50.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal51.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal52.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal52a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal53.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal54.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal55.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal56.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal57.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal58.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal59.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal60.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal61.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal62.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal63.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal64.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal65.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal66.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal67.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal68.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal69.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal70.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal71.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal72.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal72a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal73.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal74.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal75.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal76.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal77.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal78.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal79.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal80.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal81.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal82.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal83.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal84.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal85.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal86.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal87.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal88.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal89.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal90.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal91.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal92.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal93.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal94.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal95.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal96.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal97.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal98.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal99.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_recording.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_single_recorded.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_single_recording.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animationdialog.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/ant_deploy.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_changed.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_dialog.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_result.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_start.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild20.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild21.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild22.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild23.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild25.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild26.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box2nurbsdialog.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box_and_sphere.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box_wonderland.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/building_script.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/center.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/channelview.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/closedpeak.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/controlpoint.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_dune.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_freewrl.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_after.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_after2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_after3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_before.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_before2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/crash.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/crashrestore.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cuvex_hull_before.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cylinder.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cylinderedge.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset3.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset4.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys3.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dials_default.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dials_normal.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/door.x3dv
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/doubleobject.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_alien_gesicht_de.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_animal_en.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_fisch.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_fish_en.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_glider_en.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_glider_extrusion_de.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_glider_extrusion_en.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_movie_en.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_quallen.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_schiff.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_start_de.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_start_en.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_tutorial_de.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_tutorial_en.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_1.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_animation.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_commandline_de.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de_exercise.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de_opengl_game.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de_tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_elements.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_exercise.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_opengl_game.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_end_de.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_end_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_interaktion.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_it.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_java_export.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_ru.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_4kids_de.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_4kids_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_de.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dunes.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/elevate_after.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/elevate_before.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/elevate_target.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/examine.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/faster.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fieldchange.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/file_save.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish10_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish19_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish1a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish1b.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish20.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish21.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish22.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish23.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish24.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish25.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish26.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish27.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish28.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish29.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish31.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish32.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish33.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish33a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish33b.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish34.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish35.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish36.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish37.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish38.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish39.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish40.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish41.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish41a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish41b.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish42.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish43.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish44.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish44a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish45.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish45a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish46.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish46a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish47a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish48a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish49a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish4_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish50a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish51a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish8_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish_save.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower8a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog00.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog00_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog01.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog01_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02b.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02c.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog03.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog03b.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog04.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog04a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog05.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog05a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog06.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog06a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog07.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog07a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog08.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog08a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog08b.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog09.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog09a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog11.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog14.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog16.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog17.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog20.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog21.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog22.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog23.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog24.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog25.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog26.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog27.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog28.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog29.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog30.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog31.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog32.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog33.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog34.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog35.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog36.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog37.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog38.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog39.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog40.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog41.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog42.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog43.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog44.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog45.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog46.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog47.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog48.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog49.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog51.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog52.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog53.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog54.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog55.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog56.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog57.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game20.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game21.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/gimp_commandline.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/gimp_errormessage.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider11a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider20.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider21.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider22.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider23.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider24.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider25.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider26.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider27.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider28.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider29.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider30.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider31.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider31a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider31b.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider32.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider33.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider34.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider35.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider36.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider37.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider38.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider39.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider40.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider41.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider41a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider42.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider42a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider45.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider46.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider47.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider48.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider48a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider48b.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider49.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider50.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider51.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider52.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider53.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider54.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider55.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider56.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider57.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider58.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider59.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider60.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider_movie.mp4
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/hover.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/human.x3dv
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/icon_turnpoint.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/icons.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/illegal2vrml_1.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetappearance.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetcreaseangle.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetmaterial.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetonly.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesettexture.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetwrongside.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlines.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlinetransform1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlinetransform2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/interpolator.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_move.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_rot.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_sidewinder.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/knot.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/lila_white_dune4wonderland.odp
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface1side.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface2side.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/material_close.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/material_open.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/material_selected.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/meshreducer_after.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/meshreducer_before.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/meshreducer_dialog.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mffieldpiperesult.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mffieldpipeselect.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mid_center.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/middle_mouse.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/middle_mouse2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/middle_mouse_de.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/morphing_last.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/morphing_result.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/morphing_start.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/move_along_screen.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie.mp4
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/multihandle.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/multiselect1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/multiselect2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation_inputdevice.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation_mouse.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/near_far.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/new_box.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/no_only.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_invalid.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_valid.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonconvex1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonconvex2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonflat1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonflat2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/not_symetric.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/not_xsymetric.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/not_xsymetric_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbs0.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsanimation1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsanimation2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsanimation3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsanimation4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurve.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurve_scenegraph.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurvedialog.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurverotation2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurverotationy.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsextrude1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsextrude2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsextrude3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup3.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup4.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup5.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup6.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationdialog.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationsurface.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationsurface2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbssmall.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbssurfacesym.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbssurfacesym2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbssurfacesym3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsurface1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsurface2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials.lcd
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials.wrl.gz
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials_de.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials_en.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/oneboxnurbs.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/order.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/pfeil.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane18.png.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane20.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane21.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane22.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane23.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane24.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane25.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane26.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane27.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane28.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane29.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane30.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane31.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane32.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane33.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane34.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane35.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane36.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane37.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane38.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane39.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane41.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane42.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane43.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane44.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane45.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane46.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane47.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane48.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane49.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane50.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane51.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane52.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane53.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane54.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane55.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane56.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane5a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/preview1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/preview2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle20.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle21.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle22.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle23.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle24.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle25.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle26.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle28.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle29.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle30.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle31.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle7a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle_save.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording_one.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rocket.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rot.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rotate_icon.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/route_create.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/route_create_anything.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/route_cut.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routecut1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routecut2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routemake1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routemake2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_animation.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_full.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_inline.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_jump.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_zoom.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/run.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scale.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scale_icon.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraph_multiple_fields.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraph_multiple_target.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_create1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_create2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_start.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_transform.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_up1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_up2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_copy.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_copy_ptr.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_delete1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_delete2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_delete3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_invalid.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_link.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_link_ptr.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_valid.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sceneicon.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schieb.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff10.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff11.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff11a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff12.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff12a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff12b.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff13.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff14.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff15.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff16.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff17.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff18.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff19.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff20.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff21.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff5.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff6.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff6a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff7.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff7a.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff8.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff9.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff_save.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/script_wonderland.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scriptedit_icon1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scripteditor.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/self_intersecting.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sffieldpipeselect.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild10.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild3.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild4.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild5.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild6.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild7.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild8.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild9.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sixboxnurbs.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/slower.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/smooth1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/smooth2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sonne1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sonne2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sonne3.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sonne4.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spaceball.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor_mkroute.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor_routes.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset3.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset4.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset5.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spheretransform.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2indexedfaceset.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface_dialog.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface_inexact.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_box_smooth.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_cylinder.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_cylinder_smooth.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_sphere.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_sphere_half.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_tesselation_creaseangle.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superextrusion.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superrevolver.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superrevolver_pieceofcake.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape2nurbssurface.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape_menu.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershapes.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershapes.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric_pressed.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess0.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess11.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess181.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess3.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/text_rendering_problem1.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/text_rendering_problem2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/texture_icons.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/timesensor.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tools/nxt_udev.sh
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/translate_icon.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/triangulated_intersection.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/turnpoint_icon.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/uniform_scale.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/uniform_scale_icon.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/up_down.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/upload.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/upload_copy.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/urledit.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/weight.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/white_dune_blender_fuer_kinder.txt
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/white_dune_overview_de.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/white_dune_overview_en.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/white_dune_rasberry_pi.odp
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/windows.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/wonderland_icon.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/wonderland_sensor_routeview.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/wrong_center.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/x3domScripting.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/x3domscript.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/x3domscript2.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xml_parser.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_en.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_mouse.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_mouse2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_mouse_de.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwing_planet.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwings.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwings.wings
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwings.wrl
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xyz.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xyzonly.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xz_only.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xzonly.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/y_only.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly_1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly_2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight1.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight2.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfightok.jpg
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/Contour2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/CoordinateDeformerPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/InlineLoadControlPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurve.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurve2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurvePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsGroup.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsGroupPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsPositionInterpolatorPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurface.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurfacePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurface_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsTextureSurfacePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/Polyline2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/TrimmedSurfacePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/index.html
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/inlineloadcontrol_example.wrl
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/nurbs.png
%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/testall.wrl
%%PORTDOCS%%%%DOCSDIR%%/white_dune_qrcode.png
%%PORTDOCS%%%%DOCSDIR%%/x3d/Arc2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/ArcClose2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanFilterPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanSequencerPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanTogglePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanTriggerPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/CADGeometryPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/Circle2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/ColorRGBAPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/CoordinateInterpolator2DExample.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/CoordinateInterpolator2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/CurveAnimationPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/Disk2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/FillPropertiesPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/IntegerSequencerPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/IntegerTriggerPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/KeySensorPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/LinePropertiesPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/LoadSensorPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/MetadataPrototypes.x3d
%%PORTDOCS%%%%DOCSDIR%%/x3d/MultiTexturePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/NurbsPatchSurfacePROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/NurbsPositionInterpolatorPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/Polyline2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/Polypoint2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/PositionInterpolator2DExample.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/PositionInterpolator2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/Rectangle2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/StringSensorPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/TimeTriggerPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3d/TriangleSet2DPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3dDraft/FillPropertiesPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3dDraft/LinePropertiesPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3dDraft/LoadSensorPROTO.wrl
%%PORTDOCS%%%%DOCSDIR%%/x3dDraft/MultiTexturePROTO.wrl
%%PORTDOCS%%@dir %%DOCSDIR%%/export_example_java/jogl_example/classes
%%PORTDOCS%%@dir %%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/classes
%%PORTDOCS%%@dir %%DOCSDIR%%/export_example_java/simple_example/classes
bin/dune
bin/dune4kids
bin/illegal2vrml
man/man1/dune.1.gz
man/man1/illegal2vrml.1.gz