-
Notifications
You must be signed in to change notification settings - Fork 2
/
genindex.html
965 lines (927 loc) · 96.2 KB
/
genindex.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Index — pycollada v0.3 documentation</title>
<link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="pycollada v0.3 documentation" href="index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="index.html">pycollada v0.3 documentation</a> »</li>
</ul>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
<a href="#_"><strong>_</strong></a> | <a href="#A"><strong>A</strong></a> | <a href="#B"><strong>B</strong></a> | <a href="#C"><strong>C</strong></a> | <a href="#D"><strong>D</strong></a> | <a href="#E"><strong>E</strong></a> | <a href="#F"><strong>F</strong></a> | <a href="#G"><strong>G</strong></a> | <a href="#I"><strong>I</strong></a> | <a href="#K"><strong>K</strong></a> | <a href="#L"><strong>L</strong></a> | <a href="#M"><strong>M</strong></a> | <a href="#N"><strong>N</strong></a> | <a href="#O"><strong>O</strong></a> | <a href="#P"><strong>P</strong></a> | <a href="#Q"><strong>Q</strong></a> | <a href="#R"><strong>R</strong></a> | <a href="#S"><strong>S</strong></a> | <a href="#T"><strong>T</strong></a> | <a href="#U"><strong>U</strong></a> | <a href="#V"><strong>V</strong></a> | <a href="#W"><strong>W</strong></a> | <a href="#X"><strong>X</strong></a> | <a href="#Y"><strong>Y</strong></a> | <a href="#Z"><strong>Z</strong></a>
</div>
<h2 id="_">_</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.__init__">__init__() (collada.asset.Asset method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.__init__">(collada.Collada method)</a></dt>
<dt><a href="reference/generated/collada.DaeObject.html#collada.DaeObject.__init__">(collada.DaeObject method)</a></dt>
<dt><a href="reference/generated/collada.asset.Contributor.html#collada.asset.Contributor.__init__">(collada.asset.Contributor method)</a></dt>
<dt><a href="reference/generated/collada.camera.BoundCamera.html#collada.camera.BoundCamera.__init__">(collada.camera.BoundCamera method)</a></dt>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.__init__">(collada.camera.BoundOrthographicCamera method)</a></dt>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.__init__">(collada.camera.BoundPerspectiveCamera method)</a></dt>
<dt><a href="reference/generated/collada.camera.Camera.html#collada.camera.Camera.__init__">(collada.camera.Camera method)</a></dt>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.__init__">(collada.camera.OrthographicCamera method)</a></dt>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.__init__">(collada.camera.PerspectiveCamera method)</a></dt>
<dt><a href="reference/generated/collada.controller.BoundController.html#collada.controller.BoundController.__init__">(collada.controller.BoundController method)</a></dt>
<dt><a href="reference/generated/collada.controller.BoundMorph.html#collada.controller.BoundMorph.__init__">(collada.controller.BoundMorph method)</a></dt>
<dt><a href="reference/generated/collada.controller.BoundSkin.html#collada.controller.BoundSkin.__init__">(collada.controller.BoundSkin method)</a></dt>
<dt><a href="reference/generated/collada.controller.BoundSkinPrimitive.html#collada.controller.BoundSkinPrimitive.__init__">(collada.controller.BoundSkinPrimitive method)</a></dt>
<dt><a href="reference/generated/collada.controller.Controller.html#collada.controller.Controller.__init__">(collada.controller.Controller method)</a></dt>
<dt><a href="reference/generated/collada.controller.Morph.html#collada.controller.Morph.__init__">(collada.controller.Morph method)</a></dt>
<dt><a href="reference/generated/collada.controller.Skin.html#collada.controller.Skin.__init__">(collada.controller.Skin method)</a></dt>
<dt><a href="reference/generated/collada.geometry.BoundGeometry.html#collada.geometry.BoundGeometry.__init__">(collada.geometry.BoundGeometry method)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.__init__">(collada.geometry.Geometry method)</a></dt>
<dt><a href="reference/generated/collada.light.AmbientLight.html#collada.light.AmbientLight.__init__">(collada.light.AmbientLight method)</a></dt>
<dt><a href="reference/generated/collada.light.BoundAmbientLight.html#collada.light.BoundAmbientLight.__init__">(collada.light.BoundAmbientLight method)</a></dt>
<dt><a href="reference/generated/collada.light.BoundDirectionalLight.html#collada.light.BoundDirectionalLight.__init__">(collada.light.BoundDirectionalLight method)</a></dt>
<dt><a href="reference/generated/collada.light.BoundLight.html#collada.light.BoundLight.__init__">(collada.light.BoundLight method)</a></dt>
<dt><a href="reference/generated/collada.light.BoundPointLight.html#collada.light.BoundPointLight.__init__">(collada.light.BoundPointLight method)</a></dt>
<dt><a href="reference/generated/collada.light.BoundSpotLight.html#collada.light.BoundSpotLight.__init__">(collada.light.BoundSpotLight method)</a></dt>
<dt><a href="reference/generated/collada.light.DirectionalLight.html#collada.light.DirectionalLight.__init__">(collada.light.DirectionalLight method)</a></dt>
<dt><a href="reference/generated/collada.light.Light.html#collada.light.Light.__init__">(collada.light.Light method)</a></dt>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.__init__">(collada.light.PointLight method)</a></dt>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.__init__">(collada.light.SpotLight method)</a></dt>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet.__init__">(collada.lineset.BoundLineSet method)</a></dt>
<dt><a href="reference/generated/collada.lineset.Line.html#collada.lineset.Line.__init__">(collada.lineset.Line method)</a></dt>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.__init__">(collada.lineset.LineSet method)</a></dt>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage.__init__">(collada.material.CImage method)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.__init__">(collada.material.Effect method)</a></dt>
<dt><a href="reference/generated/collada.material.Map.html#collada.material.Map.__init__">(collada.material.Map method)</a></dt>
<dt><a href="reference/generated/collada.material.Material.html#collada.material.Material.__init__">(collada.material.Material method)</a></dt>
<dt><a href="reference/generated/collada.material.Sampler2D.html#collada.material.Sampler2D.__init__">(collada.material.Sampler2D method)</a></dt>
<dt><a href="reference/generated/collada.material.Surface.html#collada.material.Surface.__init__">(collada.material.Surface method)</a></dt>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.__init__">(collada.polygons.BoundPolygons method)</a></dt>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.__init__">(collada.polygons.Polygons method)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.__init__">(collada.polylist.BoundPolylist method)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polygon.html#collada.polylist.Polygon.__init__">(collada.polylist.Polygon method)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.__init__">(collada.polylist.Polylist method)</a></dt>
<dt><a href="reference/generated/collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive.__init__">(collada.primitive.BoundPrimitive method)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.__init__">(collada.primitive.Primitive method)</a></dt>
<dt><a href="reference/generated/collada.scene.CameraNode.html#collada.scene.CameraNode.__init__">(collada.scene.CameraNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.ControllerNode.html#collada.scene.ControllerNode.__init__">(collada.scene.ControllerNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.ExtraNode.html#collada.scene.ExtraNode.__init__">(collada.scene.ExtraNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.GeometryNode.html#collada.scene.GeometryNode.__init__">(collada.scene.GeometryNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.LightNode.html#collada.scene.LightNode.__init__">(collada.scene.LightNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.LookAtTransform.html#collada.scene.LookAtTransform.__init__">(collada.scene.LookAtTransform method)</a></dt>
<dt><a href="reference/generated/collada.scene.MaterialNode.html#collada.scene.MaterialNode.__init__">(collada.scene.MaterialNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.MatrixTransform.html#collada.scene.MatrixTransform.__init__">(collada.scene.MatrixTransform method)</a></dt>
<dt><a href="reference/generated/collada.scene.Node.html#collada.scene.Node.__init__">(collada.scene.Node method)</a></dt>
<dt><a href="reference/generated/collada.scene.NodeNode.html#collada.scene.NodeNode.__init__">(collada.scene.NodeNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.RotateTransform.html#collada.scene.RotateTransform.__init__">(collada.scene.RotateTransform method)</a></dt>
<dt><a href="reference/generated/collada.scene.ScaleTransform.html#collada.scene.ScaleTransform.__init__">(collada.scene.ScaleTransform method)</a></dt>
<dt><a href="reference/generated/collada.scene.Scene.html#collada.scene.Scene.__init__">(collada.scene.Scene method)</a></dt>
<dt><a href="reference/generated/collada.scene.SceneNode.html#collada.scene.SceneNode.__init__">(collada.scene.SceneNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.Transform.html#collada.scene.Transform.__init__">(collada.scene.Transform method)</a></dt>
<dt><a href="reference/generated/collada.scene.TranslateTransform.html#collada.scene.TranslateTransform.__init__">(collada.scene.TranslateTransform method)</a></dt>
<dt><a href="reference/generated/collada.source.FloatSource.html#collada.source.FloatSource.__init__">(collada.source.FloatSource method)</a></dt>
<dt><a href="reference/generated/collada.source.IDRefSource.html#collada.source.IDRefSource.__init__">(collada.source.IDRefSource method)</a></dt>
<dt><a href="reference/generated/collada.source.InputList.html#collada.source.InputList.__init__">(collada.source.InputList method)</a></dt>
<dt><a href="reference/generated/collada.source.NameSource.html#collada.source.NameSource.__init__">(collada.source.NameSource method)</a></dt>
<dt><a href="reference/generated/collada.source.Source.html#collada.source.Source.__init__">(collada.source.Source method)</a></dt>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.__init__">(collada.triangleset.BoundTriangleSet method)</a></dt>
<dt><a href="reference/generated/collada.triangleset.Triangle.html#collada.triangleset.Triangle.__init__">(collada.triangleset.Triangle method)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.__init__">(collada.triangleset.TriangleSet method)</a></dt>
<dt><a href="reference/generated/collada.util.IndexedList.html#collada.util.IndexedList.__init__">(collada.util.IndexedList method)</a></dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.source.InputList.html#collada.source.InputList.addInput">addInput() (collada.source.InputList method)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.almostEqual">almostEqual() (collada.material.Effect method)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.ambient">ambient (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.light.AmbientLight.html#collada.light.AmbientLight">AmbientLight (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.scene.RotateTransform.html#collada.scene.RotateTransform.angle">angle (collada.scene.RotateTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.animations">animations (collada.Collada attribute)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.aspect_ratio">aspect_ratio (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.aspect_ratio">(collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.aspect_ratio">(collada.camera.OrthographicCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.aspect_ratio">(collada.camera.PerspectiveCamera attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset">Asset (class in collada.asset)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.assetInfo">assetInfo (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.asset.Contributor.html#collada.asset.Contributor.author">author (collada.asset.Contributor attribute)</a></dt>
<dt><a href="reference/generated/collada.asset.Contributor.html#collada.asset.Contributor.authoring_tool">authoring_tool (collada.asset.Contributor attribute)</a></dt>
</dl></td>
</tr></table>
<h2 id="B">B</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.bind">bind() (collada.camera.OrthographicCamera method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.bind">(collada.camera.PerspectiveCamera method)</a></dt>
<dt><a href="reference/generated/collada.controller.Morph.html#collada.controller.Morph.bind">(collada.controller.Morph method)</a></dt>
<dt><a href="reference/generated/collada.controller.Skin.html#collada.controller.Skin.bind">(collada.controller.Skin method)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.bind">(collada.geometry.Geometry method)</a></dt>
<dt><a href="reference/generated/collada.light.AmbientLight.html#collada.light.AmbientLight.bind">(collada.light.AmbientLight method)</a></dt>
<dt><a href="reference/generated/collada.light.DirectionalLight.html#collada.light.DirectionalLight.bind">(collada.light.DirectionalLight method)</a></dt>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.bind">(collada.light.PointLight method)</a></dt>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.bind">(collada.light.SpotLight method)</a></dt>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.bind">(collada.lineset.LineSet method)</a></dt>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.bind">(collada.polygons.Polygons method)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.bind">(collada.polylist.Polylist method)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.bind">(collada.primitive.Primitive method)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.bind">(collada.triangleset.TriangleSet method)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.light.BoundAmbientLight.html#collada.light.BoundAmbientLight">BoundAmbientLight (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.camera.BoundCamera.html#collada.camera.BoundCamera">BoundCamera (class in collada.camera)</a></dt>
<dt><a href="reference/generated/collada.controller.BoundController.html#collada.controller.BoundController">BoundController (class in collada.controller)</a></dt>
<dt><a href="reference/generated/collada.light.BoundDirectionalLight.html#collada.light.BoundDirectionalLight">BoundDirectionalLight (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.geometry.BoundGeometry.html#collada.geometry.BoundGeometry">BoundGeometry (class in collada.geometry)</a></dt>
<dt><a href="reference/generated/collada.light.BoundLight.html#collada.light.BoundLight">BoundLight (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet">BoundLineSet (class in collada.lineset)</a></dt>
<dt><a href="reference/generated/collada.controller.BoundMorph.html#collada.controller.BoundMorph">BoundMorph (class in collada.controller)</a></dt>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera">BoundOrthographicCamera (class in collada.camera)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera">BoundPerspectiveCamera (class in collada.camera)</a></dt>
<dt><a href="reference/generated/collada.light.BoundPointLight.html#collada.light.BoundPointLight">BoundPointLight (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons">BoundPolygons (class in collada.polygons)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist">BoundPolylist (class in collada.polylist)</a></dt>
<dt><a href="reference/generated/collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive">BoundPrimitive (class in collada.primitive)</a></dt>
<dt><a href="reference/generated/collada.controller.BoundSkin.html#collada.controller.BoundSkin">BoundSkin (class in collada.controller)</a></dt>
<dt><a href="reference/generated/collada.controller.BoundSkinPrimitive.html#collada.controller.BoundSkinPrimitive">BoundSkinPrimitive (class in collada.controller)</a></dt>
<dt><a href="reference/generated/collada.light.BoundSpotLight.html#collada.light.BoundSpotLight">BoundSpotLight (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet">BoundTriangleSet (class in collada.triangleset)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.bumpmap">bumpmap (collada.material.Effect attribute)</a></dt>
</dl></td>
</tr></table>
<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.camera.Camera.html#collada.camera.Camera">Camera (class in collada.camera)</a></dt>
<dt><a href="reference/generated/collada.scene.CameraNode.html#collada.scene.CameraNode.camera">camera (collada.scene.CameraNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.CameraNode.html#collada.scene.CameraNode">CameraNode (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.cameras">cameras (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.util.checkSource.html#collada.util.checkSource">checkSource() (collada.util static method)</a></dt>
<dt><a href="reference/generated/collada.scene.Node.html#collada.scene.Node.children">children (collada.scene.Node attribute)</a></dt>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage">CImage (class in collada.material)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada">Collada (class in collada)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.collada">collada (collada.geometry.Geometry attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.scene.Scene.html#collada.scene.Scene.collada">(collada.scene.Scene attribute)</a></dt>
<dt><a href="reference/generated/collada.html#module-collada">(module)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.asset.html#module-collada.asset">collada.asset (module)</a></dt>
<dt><a href="reference/generated/collada.camera.html#module-collada.camera">collada.camera (module)</a></dt>
<dt><a href="reference/generated/collada.controller.html#module-collada.controller">collada.controller (module)</a></dt>
<dt><a href="reference/generated/collada.geometry.html#module-collada.geometry">collada.geometry (module)</a></dt>
<dt><a href="reference/generated/collada.light.html#module-collada.light">collada.light (module)</a></dt>
<dt><a href="reference/generated/collada.lineset.html#module-collada.lineset">collada.lineset (module)</a></dt>
<dt><a href="reference/generated/collada.material.html#module-collada.material">collada.material (module)</a></dt>
<dt><a href="reference/generated/collada.polygons.html#module-collada.polygons">collada.polygons (module)</a></dt>
<dt><a href="reference/generated/collada.polylist.html#module-collada.polylist">collada.polylist (module)</a></dt>
<dt><a href="reference/generated/collada.primitive.html#module-collada.primitive">collada.primitive (module)</a></dt>
<dt><a href="reference/generated/collada.scene.html#module-collada.scene">collada.scene (module)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.source.html#module-collada.source">collada.source (module)</a></dt>
<dt><a href="reference/generated/collada.triangleset.html#module-collada.triangleset">collada.triangleset (module)</a></dt>
<dt><a href="reference/generated/collada.util.html#module-collada.util">collada.util (module)</a></dt>
<dt><a href="reference/generated/collada.light.AmbientLight.html#collada.light.AmbientLight.color">color (collada.light.AmbientLight attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.light.BoundAmbientLight.html#collada.light.BoundAmbientLight.color">(collada.light.BoundAmbientLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundDirectionalLight.html#collada.light.BoundDirectionalLight.color">(collada.light.BoundDirectionalLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundPointLight.html#collada.light.BoundPointLight.color">(collada.light.BoundPointLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundSpotLight.html#collada.light.BoundSpotLight.color">(collada.light.BoundSpotLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.DirectionalLight.html#collada.light.DirectionalLight.color">(collada.light.DirectionalLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.color">(collada.light.PointLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.color">(collada.light.SpotLight attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.asset.Contributor.html#collada.asset.Contributor.comments">comments (collada.asset.Contributor attribute)</a></dt>
<dt><a href="reference/generated/collada.source.FloatSource.html#collada.source.FloatSource.components">components (collada.source.FloatSource attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.source.IDRefSource.html#collada.source.IDRefSource.components">(collada.source.IDRefSource attribute)</a></dt>
<dt><a href="reference/generated/collada.source.NameSource.html#collada.source.NameSource.components">(collada.source.NameSource attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.constant_att">constant_att (collada.light.PointLight attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.constant_att">(collada.light.SpotLight attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.asset.Contributor.html#collada.asset.Contributor">Contributor (class in collada.asset)</a></dt>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.contributors">contributors (collada.asset.Asset attribute)</a></dt>
<dt><a href="reference/generated/collada.controller.Controller.html#collada.controller.Controller">Controller (class in collada.controller)</a></dt>
<dt><a href="reference/generated/collada.scene.ControllerNode.html#collada.scene.ControllerNode.controller">controller (collada.scene.ControllerNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.ControllerNode.html#collada.scene.ControllerNode">ControllerNode (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.controllers">controllers (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.asset.Contributor.html#collada.asset.Contributor.copyright">copyright (collada.asset.Contributor attribute)</a></dt>
<dt><a href="reference/generated/collada.util.IndexedList.html#collada.util.IndexedList.count">count (collada.util.IndexedList attribute)</a></dt>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.created">created (collada.asset.Asset attribute)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.createLineSet">createLineSet() (collada.geometry.Geometry method)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.createPolygons">createPolygons() (collada.geometry.Geometry method)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.createPolylist">createPolylist() (collada.geometry.Geometry method)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.createTriangleSet">createTriangleSet() (collada.geometry.Geometry method)</a></dt>
</dl></td>
</tr></table>
<h2 id="D">D</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.DaeBrokenRefError.html#collada.DaeBrokenRefError">DaeBrokenRefError</a></dt>
<dt><a href="reference/generated/collada.DaeError.html#collada.DaeError">DaeError</a></dt>
<dt><a href="reference/generated/collada.DaeIncompleteError.html#collada.DaeIncompleteError">DaeIncompleteError</a></dt>
<dt><a href="reference/generated/collada.DaeMalformedError.html#collada.DaeMalformedError">DaeMalformedError</a></dt>
<dt><a href="reference/generated/collada.DaeObject.html#collada.DaeObject">DaeObject (class in collada)</a></dt>
<dt><a href="reference/generated/collada.DaeUnsupportedError.html#collada.DaeUnsupportedError">DaeUnsupportedError</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage.data">data (collada.material.CImage attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.source.FloatSource.html#collada.source.FloatSource.data">(collada.source.FloatSource attribute)</a></dt>
<dt><a href="reference/generated/collada.source.IDRefSource.html#collada.source.IDRefSource.data">(collada.source.IDRefSource attribute)</a></dt>
<dt><a href="reference/generated/collada.source.NameSource.html#collada.source.NameSource.data">(collada.source.NameSource attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.diffuse">diffuse (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.direction">direction (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.direction">(collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundDirectionalLight.html#collada.light.BoundDirectionalLight.direction">(collada.light.BoundDirectionalLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundSpotLight.html#collada.light.BoundSpotLight.direction">(collada.light.BoundSpotLight attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.light.DirectionalLight.html#collada.light.DirectionalLight">DirectionalLight (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.double_sided">double_sided (collada.geometry.Geometry attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.double_sided">(collada.material.Effect attribute)</a></dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect">Effect (class in collada.material)</a></dt>
<dt><a href="reference/generated/collada.material.Material.html#collada.material.Material.effect">effect (collada.material.Material attribute)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.effects">effects (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.emission">emission (collada.material.Effect attribute)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.errors">errors (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.ExtraNode.html#collada.scene.ExtraNode">ExtraNode (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.scene.LookAtTransform.html#collada.scene.LookAtTransform.eye">eye (collada.scene.LookAtTransform attribute)</a></dt>
</dl></td>
</tr></table>
<h2 id="F">F</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.falloff_ang">falloff_ang (collada.light.SpotLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.falloff_exp">falloff_exp (collada.light.SpotLight attribute)</a></dt>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage.floatarray">floatarray (collada.material.CImage attribute)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.source.FloatSource.html#collada.source.FloatSource">FloatSource (class in collada.source)</a></dt>
<dt><a href="reference/generated/collada.material.Surface.html#collada.material.Surface.format">format (collada.material.Surface attribute)</a></dt>
</dl></td>
</tr></table>
<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.generateNormals">generateNormals() (collada.triangleset.BoundTriangleSet method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.generateNormals">(collada.triangleset.TriangleSet method)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.generateTexTangentsAndBinormals">generateTexTangentsAndBinormals() (collada.triangleset.TriangleSet method)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.geometries">geometries (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry">Geometry (class in collada.geometry)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.scene.GeometryNode.html#collada.scene.GeometryNode.geometry">geometry (collada.scene.GeometryNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.GeometryNode.html#collada.scene.GeometryNode">GeometryNode (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.getInputList">getInputList() (collada.lineset.LineSet method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.getInputList">(collada.polygons.Polygons method)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.getInputList">(collada.polylist.Polylist method)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.getInputList">(collada.primitive.Primitive method)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.getInputList">(collada.triangleset.TriangleSet method)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.source.InputList.html#collada.source.InputList.getList">getList() (collada.source.InputList method)</a></dt>
</dl></td>
</tr></table>
<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.id">id (collada.camera.OrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.id">(collada.camera.PerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.id">(collada.geometry.Geometry attribute)</a></dt>
<dt><a href="reference/generated/collada.light.AmbientLight.html#collada.light.AmbientLight.id">(collada.light.AmbientLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.DirectionalLight.html#collada.light.DirectionalLight.id">(collada.light.DirectionalLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.id">(collada.light.PointLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.id">(collada.light.SpotLight attribute)</a></dt>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage.id">(collada.material.CImage attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.id">(collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Material.html#collada.material.Material.id">(collada.material.Material attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Sampler2D.html#collada.material.Sampler2D.id">(collada.material.Sampler2D attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Surface.html#collada.material.Surface.id">(collada.material.Surface attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.Node.html#collada.scene.Node.id">(collada.scene.Node attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.Scene.html#collada.scene.Scene.id">(collada.scene.Scene attribute)</a></dt>
<dt><a href="reference/generated/collada.source.FloatSource.html#collada.source.FloatSource.id">(collada.source.FloatSource attribute)</a></dt>
<dt><a href="reference/generated/collada.source.IDRefSource.html#collada.source.IDRefSource.id">(collada.source.IDRefSource attribute)</a></dt>
<dt><a href="reference/generated/collada.source.NameSource.html#collada.source.NameSource.id">(collada.source.NameSource attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.source.IDRefSource.html#collada.source.IDRefSource">IDRefSource (class in collada.source)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.ignoreErrors">ignoreErrors() (collada.Collada method)</a></dt>
<dt><a href="reference/generated/collada.material.Surface.html#collada.material.Surface.image">image (collada.material.Surface attribute)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.images">images (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.util.IndexedList.html#collada.util.IndexedList.index">index (collada.util.IndexedList attribute)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.util.IndexedList.html#collada.util.IndexedList">IndexedList (class in collada.util)</a></dt>
<dt><a href="reference/generated/collada.triangleset.Triangle.html#collada.triangleset.Triangle.indices">indices (collada.triangleset.Triangle attribute)</a></dt>
<dt><a href="reference/generated/collada.source.InputList.html#collada.source.InputList">InputList (class in collada.source)</a></dt>
<dt><a href="reference/generated/collada.scene.MaterialNode.html#collada.scene.MaterialNode.inputs">inputs (collada.scene.MaterialNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.LookAtTransform.html#collada.scene.LookAtTransform.interest">interest (collada.scene.LookAtTransform attribute)</a></dt>
</dl></td>
</tr></table>
<h2 id="K">K</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.keywords">keywords (collada.asset.Asset attribute)</a></dt>
</dl></td>
</tr></table>
<h2 id="L">L</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.light.Light.html#collada.light.Light">Light (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.scene.LightNode.html#collada.scene.LightNode.light">light (collada.scene.LightNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.LightNode.html#collada.scene.LightNode">LightNode (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.lights">lights (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.lineset.Line.html#collada.lineset.Line">Line (class in collada.lineset)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.linear_att">linear_att (collada.light.PointLight attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.linear_att">(collada.light.SpotLight attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet.lines">lines() (collada.lineset.BoundLineSet method)</a></dt>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet">LineSet (class in collada.lineset)</a></dt>
<dt><a href="reference/generated/collada.DaeObject.html#collada.DaeObject.load">load() (collada.DaeObject static method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.load">(collada.primitive.Primitive static method)</a></dt>
<dt><a href="reference/generated/collada.scene.SceneNode.html#collada.scene.SceneNode.load">(collada.scene.SceneNode static method)</a></dt>
<dt><a href="reference/generated/collada.scene.Transform.html#collada.scene.Transform.load">(collada.scene.Transform static method)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.scene.LookAtTransform.html#collada.scene.LookAtTransform">LookAtTransform (class in collada.scene)</a></dt>
</dl></td>
</tr></table>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.material.Sampler2D.html#collada.material.Sampler2D.magfilter">magfilter (collada.material.Sampler2D attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Map.html#collada.material.Map">Map (class in collada.material)</a></dt>
<dt><a href="reference/generated/collada.material.Material.html#collada.material.Material">Material (class in collada.material)</a></dt>
<dt><a href="reference/generated/collada.lineset.Line.html#collada.lineset.Line.material">material (collada.lineset.Line attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polylist.Polygon.html#collada.polylist.Polygon.material">(collada.polylist.Polygon attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.Triangle.html#collada.triangleset.Triangle.material">(collada.triangleset.Triangle attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.scene.MaterialNode.html#collada.scene.MaterialNode">MaterialNode (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.geometry.BoundGeometry.html#collada.geometry.BoundGeometry.materialnodebysymbol">materialnodebysymbol (collada.geometry.BoundGeometry attribute)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.materials">materials (collada.Collada attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.scene.ControllerNode.html#collada.scene.ControllerNode.materials">(collada.scene.ControllerNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.GeometryNode.html#collada.scene.GeometryNode.materials">(collada.scene.GeometryNode attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.matrix">matrix (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.matrix">(collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.geometry.BoundGeometry.html#collada.geometry.BoundGeometry.matrix">(collada.geometry.BoundGeometry attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundSpotLight.html#collada.light.BoundSpotLight.matrix">(collada.light.BoundSpotLight attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.LookAtTransform.html#collada.scene.LookAtTransform.matrix">(collada.scene.LookAtTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.MatrixTransform.html#collada.scene.MatrixTransform.matrix">(collada.scene.MatrixTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.Node.html#collada.scene.Node.matrix">(collada.scene.Node attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.RotateTransform.html#collada.scene.RotateTransform.matrix">(collada.scene.RotateTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.ScaleTransform.html#collada.scene.ScaleTransform.matrix">(collada.scene.ScaleTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.TranslateTransform.html#collada.scene.TranslateTransform.matrix">(collada.scene.TranslateTransform attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.scene.MatrixTransform.html#collada.scene.MatrixTransform">MatrixTransform (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.material.Sampler2D.html#collada.material.Sampler2D.minfilter">minfilter (collada.material.Sampler2D attribute)</a></dt>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.modified">modified (collada.asset.Asset attribute)</a></dt>
<dt><a href="reference/generated/collada.controller.Morph.html#collada.controller.Morph">Morph (class in collada.controller)</a></dt>
</dl></td>
</tr></table>
<h2 id="N">N</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.name">name (collada.geometry.Geometry attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.material.Material.html#collada.material.Material.name">(collada.material.Material attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.source.NameSource.html#collada.source.NameSource">NameSource (class in collada.source)</a></dt>
<dt><a href="reference/generated/collada.scene.Node.html#collada.scene.Node">Node (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.scene.NodeNode.html#collada.scene.NodeNode.node">node (collada.scene.NodeNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.NodeNode.html#collada.scene.NodeNode">NodeNode (class in collada.scene)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.nodes">nodes (collada.Collada attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.scene.Scene.html#collada.scene.Scene.nodes">(collada.scene.Scene attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet.normal">normal (collada.lineset.BoundLineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.normal">(collada.lineset.LineSet attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.normal">(collada.polygons.BoundPolygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.normal">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.normal">(collada.polylist.BoundPolylist attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.normal">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive.normal">(collada.primitive.BoundPrimitive attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.normal">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.normal">(collada.triangleset.BoundTriangleSet attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.normal">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet.normal_index">normal_index (collada.lineset.BoundLineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.normal_index">(collada.lineset.LineSet attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.normal_index">(collada.polygons.BoundPolygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.normal_index">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.normal_index">(collada.polylist.BoundPolylist attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.normal_index">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive.normal_index">(collada.primitive.BoundPrimitive attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.normal_index">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.normal_index">(collada.triangleset.BoundTriangleSet attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.normal_index">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.util.normalize_v3.html#collada.util.normalize_v3">normalize_v3() (collada.util static method)</a></dt>
<dt><a href="reference/generated/collada.lineset.Line.html#collada.lineset.Line.normals">normals (collada.lineset.Line attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polylist.Polygon.html#collada.polylist.Polygon.normals">(collada.polylist.Polygon attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.Triangle.html#collada.triangleset.Triangle.normals">(collada.triangleset.Triangle attribute)</a></dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="O">O</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.scene.CameraNode.html#collada.scene.CameraNode.objects">objects() (collada.scene.CameraNode method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.scene.ControllerNode.html#collada.scene.ControllerNode.objects">(collada.scene.ControllerNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.GeometryNode.html#collada.scene.GeometryNode.objects">(collada.scene.GeometryNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.LightNode.html#collada.scene.LightNode.objects">(collada.scene.LightNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.Node.html#collada.scene.Node.objects">(collada.scene.Node method)</a></dt>
<dt><a href="reference/generated/collada.scene.Scene.html#collada.scene.Scene.objects">(collada.scene.Scene method)</a></dt>
<dt><a href="reference/generated/collada.scene.SceneNode.html#collada.scene.SceneNode.objects">(collada.scene.SceneNode method)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.original">original (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.original">(collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.geometry.BoundGeometry.html#collada.geometry.BoundGeometry.original">(collada.geometry.BoundGeometry attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundAmbientLight.html#collada.light.BoundAmbientLight.original">(collada.light.BoundAmbientLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundDirectionalLight.html#collada.light.BoundDirectionalLight.original">(collada.light.BoundDirectionalLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundPointLight.html#collada.light.BoundPointLight.original">(collada.light.BoundPointLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundSpotLight.html#collada.light.BoundSpotLight.original">(collada.light.BoundSpotLight attribute)</a></dt>
</dl></dd>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera">OrthographicCamera (class in collada.camera)</a></dt>
</dl></td>
</tr></table>
<h2 id="P">P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.params">params (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage.path">path (collada.material.CImage attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera">PerspectiveCamera (class in collada.camera)</a></dt>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage.pilimage">pilimage (collada.material.CImage attribute)</a></dt>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight">PointLight (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polygon.html#collada.polylist.Polygon">Polygon (class in collada.polylist)</a></dt>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons">Polygons (class in collada.polygons)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.polygons">polygons() (collada.polygons.BoundPolygons method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.polygons">(collada.polylist.BoundPolylist method)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist">Polylist (class in collada.polylist)</a></dt>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.position">position (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.position">(collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundPointLight.html#collada.light.BoundPointLight.position">(collada.light.BoundPointLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundSpotLight.html#collada.light.BoundSpotLight.position">(collada.light.BoundSpotLight attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive">Primitive (class in collada.primitive)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.primitives">primitives (collada.geometry.Geometry attribute)</a></dt>
<dt><a href="reference/generated/collada.geometry.BoundGeometry.html#collada.geometry.BoundGeometry.primitives">primitives() (collada.geometry.BoundGeometry method)</a></dt>
</dl></td>
</tr></table>
<h2 id="Q">Q</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.quad_att">quad_att (collada.light.PointLight attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.quad_att">(collada.light.SpotLight attribute)</a></dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.reflective">reflective (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.reflectivity">reflectivity (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.util.IndexedList.html#collada.util.IndexedList.reverse">reverse (collada.util.IndexedList attribute)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.revision">revision (collada.asset.Asset attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.RotateTransform.html#collada.scene.RotateTransform">RotateTransform (class in collada.scene)</a></dt>
</dl></td>
</tr></table>
<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.material.Map.html#collada.material.Map.sampler">sampler (collada.material.Map attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Sampler2D.html#collada.material.Sampler2D">Sampler2D (class in collada.material)</a></dt>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.save">save() (collada.asset.Asset method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.save">(collada.Collada method)</a></dt>
<dt><a href="reference/generated/collada.DaeObject.html#collada.DaeObject.save">(collada.DaeObject method)</a></dt>
<dt><a href="reference/generated/collada.asset.Contributor.html#collada.asset.Contributor.save">(collada.asset.Contributor method)</a></dt>
<dt><a href="reference/generated/collada.camera.Camera.html#collada.camera.Camera.save">(collada.camera.Camera method)</a></dt>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.save">(collada.camera.OrthographicCamera method)</a></dt>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.save">(collada.camera.PerspectiveCamera method)</a></dt>
<dt><a href="reference/generated/collada.controller.Controller.html#collada.controller.Controller.save">(collada.controller.Controller method)</a></dt>
<dt><a href="reference/generated/collada.controller.Skin.html#collada.controller.Skin.save">(collada.controller.Skin method)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.save">(collada.geometry.Geometry method)</a></dt>
<dt><a href="reference/generated/collada.light.AmbientLight.html#collada.light.AmbientLight.save">(collada.light.AmbientLight method)</a></dt>
<dt><a href="reference/generated/collada.light.DirectionalLight.html#collada.light.DirectionalLight.save">(collada.light.DirectionalLight method)</a></dt>
<dt><a href="reference/generated/collada.light.Light.html#collada.light.Light.save">(collada.light.Light method)</a></dt>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.save">(collada.light.PointLight method)</a></dt>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.save">(collada.light.SpotLight method)</a></dt>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage.save">(collada.material.CImage method)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.save">(collada.material.Effect method)</a></dt>
<dt><a href="reference/generated/collada.material.Map.html#collada.material.Map.save">(collada.material.Map method)</a></dt>
<dt><a href="reference/generated/collada.material.Material.html#collada.material.Material.save">(collada.material.Material method)</a></dt>
<dt><a href="reference/generated/collada.material.Sampler2D.html#collada.material.Sampler2D.save">(collada.material.Sampler2D method)</a></dt>
<dt><a href="reference/generated/collada.material.Surface.html#collada.material.Surface.save">(collada.material.Surface method)</a></dt>
<dt><a href="reference/generated/collada.scene.CameraNode.html#collada.scene.CameraNode.save">(collada.scene.CameraNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.ControllerNode.html#collada.scene.ControllerNode.save">(collada.scene.ControllerNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.GeometryNode.html#collada.scene.GeometryNode.save">(collada.scene.GeometryNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.LightNode.html#collada.scene.LightNode.save">(collada.scene.LightNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.MaterialNode.html#collada.scene.MaterialNode.save">(collada.scene.MaterialNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.Node.html#collada.scene.Node.save">(collada.scene.Node method)</a></dt>
<dt><a href="reference/generated/collada.scene.NodeNode.html#collada.scene.NodeNode.save">(collada.scene.NodeNode method)</a></dt>
<dt><a href="reference/generated/collada.scene.Scene.html#collada.scene.Scene.save">(collada.scene.Scene method)</a></dt>
<dt><a href="reference/generated/collada.scene.SceneNode.html#collada.scene.SceneNode.save">(collada.scene.SceneNode method)</a></dt>
<dt><a href="reference/generated/collada.source.FloatSource.html#collada.source.FloatSource.save">(collada.source.FloatSource method)</a></dt>
<dt><a href="reference/generated/collada.source.IDRefSource.html#collada.source.IDRefSource.save">(collada.source.IDRefSource method)</a></dt>
<dt><a href="reference/generated/collada.source.NameSource.html#collada.source.NameSource.save">(collada.source.NameSource method)</a></dt>
<dt><a href="reference/generated/collada.source.Source.html#collada.source.Source.save">(collada.source.Source method)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.scene.ScaleTransform.html#collada.scene.ScaleTransform">ScaleTransform (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.scene.Scene.html#collada.scene.Scene">Scene (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.scene">scene (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.SceneNode.html#collada.scene.SceneNode">SceneNode (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.scenes">scenes (collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.shaders">shaders (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.shadingtype">shadingtype (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet.shapes">shapes() (collada.lineset.BoundLineSet method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.shapes">(collada.polygons.BoundPolygons method)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.shapes">(collada.polylist.BoundPolylist method)</a></dt>
<dt><a href="reference/generated/collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive.shapes">(collada.primitive.BoundPrimitive method)</a></dt>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.shapes">(collada.triangleset.BoundTriangleSet method)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.shininess">shininess (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.controller.Skin.html#collada.controller.Skin">Skin (class in collada.controller)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.util.IndexedList.html#collada.util.IndexedList.sort">sort (collada.util.IndexedList attribute)</a></dt>
<dt><a href="reference/generated/collada.source.Source.html#collada.source.Source">Source (class in collada.source)</a></dt>
<dt><a href="reference/generated/collada.asset.Contributor.html#collada.asset.Contributor.source_data">source_data (collada.asset.Contributor attribute)</a></dt>
<dt><a href="reference/generated/collada.controller.Morph.html#collada.controller.Morph.source_geometry">source_geometry (collada.controller.Morph attribute)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.sourceById">sourceById (collada.geometry.Geometry attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.specular">specular (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight">SpotLight (class in collada.light)</a></dt>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.subject">subject (collada.asset.Asset attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.supported">supported (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Surface.html#collada.material.Surface">Surface (class in collada.material)</a></dt>
<dt><a href="reference/generated/collada.material.Sampler2D.html#collada.material.Sampler2D.surface">surface (collada.material.Sampler2D attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.MaterialNode.html#collada.scene.MaterialNode.symbol">symbol (collada.scene.MaterialNode attribute)</a></dt>
</dl></td>
</tr></table>
<h2 id="T">T</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.scene.MaterialNode.html#collada.scene.MaterialNode.target">target (collada.scene.MaterialNode attribute)</a></dt>
<dt><a href="reference/generated/collada.controller.Morph.html#collada.controller.Morph.target_list">target_list (collada.controller.Morph attribute)</a></dt>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.texbinormal_indexset">texbinormal_indexset (collada.lineset.LineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.texbinormal_indexset">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.texbinormal_indexset">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.texbinormal_indexset">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.texbinormal_indexset">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.texbinormalset">texbinormalset (collada.lineset.LineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.texbinormalset">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.texbinormalset">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.texbinormalset">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.texbinormalset">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.material.Map.html#collada.material.Map.texcoord">texcoord (collada.material.Map attribute)</a></dt>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet.texcoord_indexset">texcoord_indexset (collada.lineset.BoundLineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.texcoord_indexset">(collada.lineset.LineSet attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.texcoord_indexset">(collada.polygons.BoundPolygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.texcoord_indexset">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.texcoord_indexset">(collada.polylist.BoundPolylist attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.texcoord_indexset">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive.texcoord_indexset">(collada.primitive.BoundPrimitive attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.texcoord_indexset">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.texcoord_indexset">(collada.triangleset.BoundTriangleSet attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.texcoord_indexset">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.lineset.Line.html#collada.lineset.Line.texcoords">texcoords (collada.lineset.Line attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polylist.Polygon.html#collada.polylist.Polygon.texcoords">(collada.polylist.Polygon attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.Triangle.html#collada.triangleset.Triangle.texcoords">(collada.triangleset.Triangle attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet.texcoordset">texcoordset (collada.lineset.BoundLineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.texcoordset">(collada.lineset.LineSet attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.texcoordset">(collada.polygons.BoundPolygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.texcoordset">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.texcoordset">(collada.polylist.BoundPolylist attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.texcoordset">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive.texcoordset">(collada.primitive.BoundPrimitive attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.texcoordset">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.texcoordset">(collada.triangleset.BoundTriangleSet attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.texcoordset">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.textangent_indexset">textangent_indexset (collada.lineset.LineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.textangent_indexset">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.textangent_indexset">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.textangent_indexset">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.textangent_indexset">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.textangentset">textangentset (collada.lineset.LineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.textangentset">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.textangentset">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.textangentset">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.textangentset">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.title">title (collada.asset.Asset attribute)</a></dt>
<dt><a href="reference/generated/collada.util.toUnitVec.html#collada.util.toUnitVec">toUnitVec() (collada.util static method)</a></dt>
<dt><a href="reference/generated/collada.scene.Transform.html#collada.scene.Transform">Transform (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.scene.TranslateTransform.html#collada.scene.TranslateTransform">TranslateTransform (class in collada.scene)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.transparency">transparency (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.transparent">transparent (collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.Triangle.html#collada.triangleset.Triangle">Triangle (class in collada.triangleset)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polygon.html#collada.polylist.Polygon.triangles">triangles() (collada.polylist.Polygon method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.triangles">(collada.triangleset.BoundTriangleSet method)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet">TriangleSet (class in collada.triangleset)</a></dt>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.triangleset">triangleset() (collada.polygons.BoundPolygons method)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.triangleset">(collada.polygons.Polygons method)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.triangleset">(collada.polylist.BoundPolylist method)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.triangleset">(collada.polylist.Polylist method)</a></dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="U">U</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage.uintarray">uintarray (collada.material.CImage attribute)</a></dt>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.unitmeter">unitmeter (collada.asset.Asset attribute)</a></dt>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.unitname">unitname (collada.asset.Asset attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.up">up (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.up">(collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundSpotLight.html#collada.light.BoundSpotLight.up">(collada.light.BoundSpotLight attribute)</a></dt>
</dl></dd>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.asset.UP_AXIS.html#collada.asset.UP_AXIS">UP_AXIS (class in collada.asset)</a></dt>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.upaxis">upaxis (collada.asset.Asset attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.LookAtTransform.html#collada.scene.LookAtTransform.upvector">upvector (collada.scene.LookAtTransform attribute)</a></dt>
</dl></td>
</tr></table>
<h2 id="V">V</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet.vertex">vertex (collada.lineset.BoundLineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.vertex">(collada.lineset.LineSet attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.vertex">(collada.polygons.BoundPolygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.vertex">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.vertex">(collada.polylist.BoundPolylist attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.vertex">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive.vertex">(collada.primitive.BoundPrimitive attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.vertex">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.vertex">(collada.triangleset.BoundTriangleSet attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.vertex">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet.vertex_index">vertex_index (collada.lineset.BoundLineSet attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.vertex_index">(collada.lineset.LineSet attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons.vertex_index">(collada.polygons.BoundPolygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polygons.Polygons.html#collada.polygons.Polygons.vertex_index">(collada.polygons.Polygons attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist.vertex_index">(collada.polylist.BoundPolylist attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.vertex_index">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive.vertex_index">(collada.primitive.BoundPrimitive attribute)</a></dt>
<dt><a href="reference/generated/collada.primitive.Primitive.html#collada.primitive.Primitive.vertex_index">(collada.primitive.Primitive attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet.vertex_index">(collada.triangleset.BoundTriangleSet attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet.vertex_index">(collada.triangleset.TriangleSet attribute)</a></dt>
</dl></dd>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.lineset.Line.html#collada.lineset.Line.vertices">vertices (collada.lineset.Line attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.polylist.Polygon.html#collada.polylist.Polygon.vertices">(collada.polylist.Polygon attribute)</a></dt>
<dt><a href="reference/generated/collada.triangleset.Triangle.html#collada.triangleset.Triangle.vertices">(collada.triangleset.Triangle attribute)</a></dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="W">W</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.write">write() (collada.Collada method)</a></dt>
</dl></td>
</tr></table>
<h2 id="X">X</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.scene.RotateTransform.html#collada.scene.RotateTransform.x">x (collada.scene.RotateTransform attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.scene.ScaleTransform.html#collada.scene.ScaleTransform.x">(collada.scene.ScaleTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.TranslateTransform.html#collada.scene.TranslateTransform.x">(collada.scene.TranslateTransform attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.asset.UP_AXIS.html#collada.asset.UP_AXIS.X_UP">X_UP (collada.asset.UP_AXIS attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.xfov">xfov (collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.xfov">(collada.camera.PerspectiveCamera attribute)</a></dt>
</dl></dd>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.xmag">xmag (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.xmag">(collada.camera.OrthographicCamera attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.asset.Asset.html#collada.asset.Asset.xmlnode">xmlnode (collada.asset.Asset attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.Collada.html#collada.Collada.xmlnode">(collada.Collada attribute)</a></dt>
<dt><a href="reference/generated/collada.DaeObject.html#collada.DaeObject.xmlnode">(collada.DaeObject attribute)</a></dt>
<dt><a href="reference/generated/collada.asset.Contributor.html#collada.asset.Contributor.xmlnode">(collada.asset.Contributor attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.xmlnode">(collada.camera.OrthographicCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.xmlnode">(collada.camera.PerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.geometry.Geometry.html#collada.geometry.Geometry.xmlnode">(collada.geometry.Geometry attribute)</a></dt>
<dt><a href="reference/generated/collada.light.AmbientLight.html#collada.light.AmbientLight.xmlnode">(collada.light.AmbientLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.DirectionalLight.html#collada.light.DirectionalLight.xmlnode">(collada.light.DirectionalLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.xmlnode">(collada.light.PointLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.SpotLight.html#collada.light.SpotLight.xmlnode">(collada.light.SpotLight attribute)</a></dt>
<dt><a href="reference/generated/collada.lineset.LineSet.html#collada.lineset.LineSet.xmlnode">(collada.lineset.LineSet attribute)</a></dt>
<dt><a href="reference/generated/collada.material.CImage.html#collada.material.CImage.xmlnode">(collada.material.CImage attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Effect.html#collada.material.Effect.xmlnode">(collada.material.Effect attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Map.html#collada.material.Map.xmlnode">(collada.material.Map attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Material.html#collada.material.Material.xmlnode">(collada.material.Material attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Sampler2D.html#collada.material.Sampler2D.xmlnode">(collada.material.Sampler2D attribute)</a></dt>
<dt><a href="reference/generated/collada.material.Surface.html#collada.material.Surface.xmlnode">(collada.material.Surface attribute)</a></dt>
<dt><a href="reference/generated/collada.polylist.Polylist.html#collada.polylist.Polylist.xmlnode">(collada.polylist.Polylist attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.CameraNode.html#collada.scene.CameraNode.xmlnode">(collada.scene.CameraNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.ControllerNode.html#collada.scene.ControllerNode.xmlnode">(collada.scene.ControllerNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.ExtraNode.html#collada.scene.ExtraNode.xmlnode">(collada.scene.ExtraNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.GeometryNode.html#collada.scene.GeometryNode.xmlnode">(collada.scene.GeometryNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.LightNode.html#collada.scene.LightNode.xmlnode">(collada.scene.LightNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.LookAtTransform.html#collada.scene.LookAtTransform.xmlnode">(collada.scene.LookAtTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.MaterialNode.html#collada.scene.MaterialNode.xmlnode">(collada.scene.MaterialNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.MatrixTransform.html#collada.scene.MatrixTransform.xmlnode">(collada.scene.MatrixTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.Node.html#collada.scene.Node.xmlnode">(collada.scene.Node attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.NodeNode.html#collada.scene.NodeNode.xmlnode">(collada.scene.NodeNode attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.RotateTransform.html#collada.scene.RotateTransform.xmlnode">(collada.scene.RotateTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.ScaleTransform.html#collada.scene.ScaleTransform.xmlnode">(collada.scene.ScaleTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.Scene.html#collada.scene.Scene.xmlnode">(collada.scene.Scene attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.TranslateTransform.html#collada.scene.TranslateTransform.xmlnode">(collada.scene.TranslateTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.source.FloatSource.html#collada.source.FloatSource.xmlnode">(collada.source.FloatSource attribute)</a></dt>
<dt><a href="reference/generated/collada.source.IDRefSource.html#collada.source.IDRefSource.xmlnode">(collada.source.IDRefSource attribute)</a></dt>
<dt><a href="reference/generated/collada.source.NameSource.html#collada.source.NameSource.xmlnode">(collada.source.NameSource attribute)</a></dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="Y">Y</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.scene.RotateTransform.html#collada.scene.RotateTransform.y">y (collada.scene.RotateTransform attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.scene.ScaleTransform.html#collada.scene.ScaleTransform.y">(collada.scene.ScaleTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.TranslateTransform.html#collada.scene.TranslateTransform.y">(collada.scene.TranslateTransform attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.asset.UP_AXIS.html#collada.asset.UP_AXIS.Y_UP">Y_UP (collada.asset.UP_AXIS attribute)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.yfov">yfov (collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.yfov">(collada.camera.PerspectiveCamera attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.ymag">ymag (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.ymag">(collada.camera.OrthographicCamera attribute)</a></dt>
</dl></dd>
</dl></td>
</tr></table>
<h2 id="Z">Z</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.scene.RotateTransform.html#collada.scene.RotateTransform.z">z (collada.scene.RotateTransform attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.scene.ScaleTransform.html#collada.scene.ScaleTransform.z">(collada.scene.ScaleTransform attribute)</a></dt>
<dt><a href="reference/generated/collada.scene.TranslateTransform.html#collada.scene.TranslateTransform.z">(collada.scene.TranslateTransform attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.asset.UP_AXIS.html#collada.asset.UP_AXIS.Z_UP">Z_UP (collada.asset.UP_AXIS attribute)</a></dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.zfar">zfar (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.zfar">(collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.zfar">(collada.camera.OrthographicCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.zfar">(collada.camera.PerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.light.BoundPointLight.html#collada.light.BoundPointLight.zfar">(collada.light.BoundPointLight attribute)</a></dt>
<dt><a href="reference/generated/collada.light.PointLight.html#collada.light.PointLight.zfar">(collada.light.PointLight attribute)</a></dt>
</dl></dd>
<dt><a href="reference/generated/collada.camera.BoundOrthographicCamera.html#collada.camera.BoundOrthographicCamera.znear">znear (collada.camera.BoundOrthographicCamera attribute)</a></dt>
<dd><dl>
<dt><a href="reference/generated/collada.camera.BoundPerspectiveCamera.html#collada.camera.BoundPerspectiveCamera.znear">(collada.camera.BoundPerspectiveCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.OrthographicCamera.html#collada.camera.OrthographicCamera.znear">(collada.camera.OrthographicCamera attribute)</a></dt>
<dt><a href="reference/generated/collada.camera.PerspectiveCamera.html#collada.camera.PerspectiveCamera.znear">(collada.camera.PerspectiveCamera attribute)</a></dt>
</dl></dd>
</dl></td>
</tr></table>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="index.html">pycollada v0.3 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2011, Jeff Terrace and contributors.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
</html>