aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8.1/doc/html/structirr_1_1scene_1_1_s_animated_mesh.html
blob: 15df58f52bf4912f2e7451b34ee72026c7406660 (plain)
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
<!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/xhtml;charset=UTF-8"/>
<title>Irrlicht 3D Engine: irr::scene::SAnimatedMesh Struct Reference</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>

</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  <td id="projectlogo"><img alt="Logo" src="irrlichtlogo.png"/></td>
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">Irrlicht 3D Engine
   
   </div>
   
  </td>
  
  
  
   
   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
</td>
   
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.5.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="dynsections.js"></script>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('structirr_1_1scene_1_1_s_animated_mesh.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a>  </div>
  <div class="headertitle">
<div class="title">irr::scene::SAnimatedMesh Struct Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="irr::scene::SAnimatedMesh" --><!-- doxytag: inherits="irr::scene::IAnimatedMesh" -->
<p>Simple implementation of the <a class="el" href="classirr_1_1scene_1_1_i_animated_mesh.html" title="Interface for an animated mesh.">IAnimatedMesh</a> interface.  
 <a href="structirr_1_1scene_1_1_s_animated_mesh.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>&gt;</code></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
  <img id="dynsection-0-trigger" src="closed.png" alt="+"/> Inheritance diagram for irr::scene::SAnimatedMesh:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
 <div class="center">
  <img src="structirr_1_1scene_1_1_s_animated_mesh.png" usemap="#irr::scene::SAnimatedMesh_map" alt=""/>
  <map id="irr::scene::SAnimatedMesh_map" name="irr::scene::SAnimatedMesh_map">
<area href="classirr_1_1scene_1_1_i_animated_mesh.html" title="Interface for an animated mesh." alt="irr::scene::IAnimatedMesh" shape="rect" coords="0,112,162,136"/>
<area href="classirr_1_1scene_1_1_i_mesh.html" title="Class which holds the geometry of an object." alt="irr::scene::IMesh" shape="rect" coords="0,56,162,80"/>
<area href="classirr_1_1_i_reference_counted.html" title="Base class of most objects of the Irrlicht Engine." alt="irr::IReferenceCounted" shape="rect" coords="0,0,162,24"/>
</map>
 </div></div>

<p><a href="structirr_1_1scene_1_1_s_animated_mesh-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a9f02f671b75c1009b35bf7d49f277c8d">SAnimatedMesh</a> (<a class="el" href="classirr_1_1scene_1_1_i_mesh.html">scene::IMesh</a> *mesh=0, <a class="el" href="namespaceirr_1_1scene.html#a2fc85a64604521ca063f1881b5dd1c61">scene::E_ANIMATED_MESH_TYPE</a> type=scene::EAMT_UNKNOWN)
<dl class="el"><dd class="mdescRight">constructor  <a href="#a9f02f671b75c1009b35bf7d49f277c8d"></a><br/></dl><li>virtual <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a59d891b250eb3803b1af81adba447593">~SAnimatedMesh</a> ()
<dl class="el"><dd class="mdescRight">destructor  <a href="#a59d891b250eb3803b1af81adba447593"></a><br/></dl><li>void <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a45bacd8ae07d47db3a204d3fd8d8bc50">addMesh</a> (<a class="el" href="classirr_1_1scene_1_1_i_mesh.html">IMesh</a> *mesh)
<dl class="el"><dd class="mdescRight">adds a Mesh  <a href="#a45bacd8ae07d47db3a204d3fd8d8bc50"></a><br/></dl><li>virtual <a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a> <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a664c34fc3f3b60de1fd16b7f4a6b41f7">getAnimationSpeed</a> () const 
<dl class="el"><dd class="mdescRight">Gets the default animation speed of the animated mesh.  <a href="#a664c34fc3f3b60de1fd16b7f4a6b41f7"></a><br/></dl><li>virtual const <a class="el" href="classirr_1_1core_1_1aabbox3d.html">core::aabbox3d</a><br class="typebreak"/>
&lt; <a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a> &gt; &amp; <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#ab5b3e38ba9d5ef7aab309c28d51e11cb">getBoundingBox</a> () const 
<dl class="el"><dd class="mdescRight">Returns an axis aligned bounding box of the mesh.  <a href="#ab5b3e38ba9d5ef7aab309c28d51e11cb"></a><br/></dl><li>virtual <a class="el" href="namespaceirr.html#a0416a53257075833e7002efd0a18e804">u32</a> <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a1e9a9929d7b5f943294031b41769d123">getFrameCount</a> () const 
<dl class="el"><dd class="mdescRight">Gets the frame count of the animated mesh.  <a href="#a1e9a9929d7b5f943294031b41769d123"></a><br/></dl><li>virtual <a class="el" href="classirr_1_1scene_1_1_i_mesh.html">IMesh</a> * <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a132d5f643fe02b57480d945e8d5be2d2">getMesh</a> (<a class="el" href="namespaceirr.html#ac66849b7a6ed16e30ebede579f9b47c6">s32</a> frame, <a class="el" href="namespaceirr.html#ac66849b7a6ed16e30ebede579f9b47c6">s32</a> detailLevel=255, <a class="el" href="namespaceirr.html#ac66849b7a6ed16e30ebede579f9b47c6">s32</a> startFrameLoop=-1, <a class="el" href="namespaceirr.html#ac66849b7a6ed16e30ebede579f9b47c6">s32</a> endFrameLoop=-1)
<dl class="el"><dd class="mdescRight">Returns the <a class="el" href="classirr_1_1scene_1_1_i_mesh.html" title="Class which holds the geometry of an object.">IMesh</a> interface for a frame.  <a href="#a132d5f643fe02b57480d945e8d5be2d2"></a><br/></dl><li>virtual <a class="el" href="classirr_1_1scene_1_1_i_mesh_buffer.html">IMeshBuffer</a> * <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a7ea9786952fc2822c9ca2ddb9af796f1">getMeshBuffer</a> (<a class="el" href="namespaceirr.html#a0416a53257075833e7002efd0a18e804">u32</a> nr) const 
<dl class="el"><dd class="mdescRight">returns pointer to a mesh buffer  <a href="#a7ea9786952fc2822c9ca2ddb9af796f1"></a><br/></dl><li>virtual <a class="el" href="classirr_1_1scene_1_1_i_mesh_buffer.html">IMeshBuffer</a> * <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a5fda99ba5d2bf85703a7fee81450dfc0">getMeshBuffer</a> (const <a class="el" href="classirr_1_1video_1_1_s_material.html">video::SMaterial</a> &amp;material) const 
<dl class="el"><dd class="mdescRight">Returns pointer to a mesh buffer which fits a material.  <a href="#a5fda99ba5d2bf85703a7fee81450dfc0"></a><br/></dl><li>virtual <a class="el" href="namespaceirr.html#a0416a53257075833e7002efd0a18e804">u32</a> <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#acbfd1e2b16b10daf65ffffe0769fdd41">getMeshBufferCount</a> () const 
<dl class="el"><dd class="mdescRight">returns amount of mesh buffers.  <a href="#acbfd1e2b16b10daf65ffffe0769fdd41"></a><br/></dl><li>virtual <a class="el" href="namespaceirr_1_1scene.html#a2fc85a64604521ca063f1881b5dd1c61">E_ANIMATED_MESH_TYPE</a> <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a23f9a13007672e07c1622abd4e7f93ca">getMeshType</a> () const 
<dl class="el"><dd class="mdescRight">Returns the type of the animated mesh.  <a href="#a23f9a13007672e07c1622abd4e7f93ca"></a><br/></dl><li>void <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a95990a26946e43a4bdfbc1edb3ddefbb">recalculateBoundingBox</a> ()
<dl class="el"><dd class="mdescRight">Recalculates the bounding box.  <a href="#a95990a26946e43a4bdfbc1edb3ddefbb"></a><br/></dl><li>virtual void <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#ae7a32638fe5c59007d044bbc3c170108">setAnimationSpeed</a> (<a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a> fps)
<dl class="el"><dd class="mdescRight">Gets the frame count of the animated mesh.  <a href="#ae7a32638fe5c59007d044bbc3c170108"></a><br/></dl><li>virtual void <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#ab33614f8ef158c79260d555f69055bf5">setBoundingBox</a> (const <a class="el" href="namespaceirr_1_1core.html#adfc8fa01b30044c55f3332a1d6c1aa19">core::aabbox3df</a> &amp;box)
<dl class="el"><dd class="mdescRight">set user axis aligned bounding box  <a href="#ab33614f8ef158c79260d555f69055bf5"></a><br/></dl><li>virtual void <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a415b9404cee43f2f460ebb32724d7793">setDirty</a> (<a class="el" href="namespaceirr_1_1scene.html#a8f59a89ffef0ad8e5b2c2cb874a93e8c">E_BUFFER_TYPE</a> buffer=EBT_VERTEX_AND_INDEX)
<dl class="el"><dd class="mdescRight">flags the meshbuffer as changed, reloads hardware buffers  <a href="#a415b9404cee43f2f460ebb32724d7793"></a><br/></dl><li>virtual void <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a69448fa91bd1c6316d11d9ae3b8b88e6">setHardwareMappingHint</a> (<a class="el" href="namespaceirr_1_1scene.html#ac7d8ee8d77da75f2580bb9bb17231c27">E_HARDWARE_MAPPING</a> newMappingHint, <a class="el" href="namespaceirr_1_1scene.html#a8f59a89ffef0ad8e5b2c2cb874a93e8c">E_BUFFER_TYPE</a> buffer=EBT_VERTEX_AND_INDEX)
<dl class="el"><dd class="mdescRight">set the hardware mapping hint, for driver  <a href="#a69448fa91bd1c6316d11d9ae3b8b88e6"></a><br/></dl><li>virtual void <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#aefe38066b9c38c6d4ea522b5d988769e">setMaterialFlag</a> (<a class="el" href="namespaceirr_1_1video.html#a8a3bc00ae8137535b9fbc5f40add70d3">video::E_MATERIAL_FLAG</a> flag, bool newvalue)
<dl class="el"><dd class="mdescRight">Set a material flag for all meshbuffers of this mesh.  <a href="#aefe38066b9c38c6d4ea522b5d988769e"></a><br/></dl></ul>
<h2><a name="pub-attribs"></a>
Public Attributes</h2>
<ul>
<li><a class="el" href="classirr_1_1core_1_1aabbox3d.html">core::aabbox3d</a>&lt; <a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a> &gt; <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#ac166483f08d27bfb0a3fe0d99505e0d9">Box</a>
<dl class="el"><dd class="mdescRight">The bounding box of this mesh.  <a href="#ac166483f08d27bfb0a3fe0d99505e0d9"></a><br/></dl><li><a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a> <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#aed69ad14633b84c753f187780dddea80">FramesPerSecond</a>
<dl class="el"><dd class="mdescRight">Default animation speed of this mesh.  <a href="#aed69ad14633b84c753f187780dddea80"></a><br/></dl><li><a class="el" href="classirr_1_1core_1_1array.html">core::array</a>&lt; <a class="el" href="classirr_1_1scene_1_1_i_mesh.html">IMesh</a> * &gt; <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#ad88fa7c6204a2fc9c6497fb20585ce31">Meshes</a>
<dl class="el"><dd class="mdescRight">All meshes defining the animated mesh.  <a href="#ad88fa7c6204a2fc9c6497fb20585ce31"></a><br/></dl><li><a class="el" href="namespaceirr_1_1scene.html#a2fc85a64604521ca063f1881b5dd1c61">E_ANIMATED_MESH_TYPE</a> <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a019a57c0722c651a6caf970e9814aabd">Type</a>
<dl class="el"><dd class="mdescRight">The type of the mesh.  <a href="#a019a57c0722c651a6caf970e9814aabd"></a><br/></dl></ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Simple implementation of the <a class="el" href="classirr_1_1scene_1_1_i_animated_mesh.html" title="Interface for an animated mesh.">IAnimatedMesh</a> interface. </p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00019">19</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a9f02f671b75c1009b35bf7d49f277c8d"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::SAnimatedMesh" ref="a9f02f671b75c1009b35bf7d49f277c8d" args="(scene::IMesh *mesh=0, scene::E_ANIMATED_MESH_TYPE type=scene::EAMT_UNKNOWN)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">irr::scene::SAnimatedMesh::SAnimatedMesh </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classirr_1_1scene_1_1_i_mesh.html">scene::IMesh</a> *&#160;</td>
          <td class="paramname"><em>mesh</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceirr_1_1scene.html#a2fc85a64604521ca063f1881b5dd1c61">scene::E_ANIMATED_MESH_TYPE</a>&#160;</td>
          <td class="paramname"><em>type</em> = <code>scene::EAMT_UNKNOWN</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>constructor </p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00022">22</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00078">addMesh()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00101">recalculateBoundingBox()</a>, and <a class="el" href="_i_reference_counted_8h_source.html#l00153">irr::IReferenceCounted::setDebugName()</a>.</p>

</div>
</div>
<a class="anchor" id="a59d891b250eb3803b1af81adba447593"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::~SAnimatedMesh" ref="a59d891b250eb3803b1af81adba447593" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual irr::scene::SAnimatedMesh::~SAnimatedMesh </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>destructor </p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00032">32</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_i_reference_counted_8h_source.html#l00116">irr::IReferenceCounted::drop()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>, and <a class="el" href="irr_array_8h_source.html#l00368">irr::core::array&lt; T, TAlloc &gt;::size()</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a45bacd8ae07d47db3a204d3fd8d8bc50"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::addMesh" ref="a45bacd8ae07d47db3a204d3fd8d8bc50" args="(IMesh *mesh)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void irr::scene::SAnimatedMesh::addMesh </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classirr_1_1scene_1_1_i_mesh.html">IMesh</a> *&#160;</td>
          <td class="paramname"><em>mesh</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>adds a Mesh </p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00078">78</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_i_reference_counted_8h_source.html#l00086">irr::IReferenceCounted::grab()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>, and <a class="el" href="irr_array_8h_source.html#l00112">irr::core::array&lt; T, TAlloc &gt;::push_back()</a>.</p>

<p>Referenced by <a class="el" href="_s_animated_mesh_8h_source.html#l00022">SAnimatedMesh()</a>.</p>

</div>
</div>
<a class="anchor" id="a664c34fc3f3b60de1fd16b7f4a6b41f7"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::getAnimationSpeed" ref="a664c34fc3f3b60de1fd16b7f4a6b41f7" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a> irr::scene::SAnimatedMesh::getAnimationSpeed </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Gets the default animation speed of the animated mesh. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Amount of frames per second. If the amount is 0, it is a static, non animated mesh. </dd></dl>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_animated_mesh.html#acb4249295319c8240d5bedc167417435">irr::scene::IAnimatedMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00048">48</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00178">FramesPerSecond</a>.</p>

</div>
</div>
<a class="anchor" id="ab5b3e38ba9d5ef7aab309c28d51e11cb"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::getBoundingBox" ref="ab5b3e38ba9d5ef7aab309c28d51e11cb" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const <a class="el" href="classirr_1_1core_1_1aabbox3d.html">core::aabbox3d</a>&lt;<a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a>&gt;&amp; irr::scene::SAnimatedMesh::getBoundingBox </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns an axis aligned bounding box of the mesh. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A bounding box of this mesh is returned. </dd></dl>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_mesh.html#ada6ecee9cbebed8bb67fd92872552ea0">irr::scene::IMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00089">89</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00175">Box</a>.</p>

</div>
</div>
<a class="anchor" id="a1e9a9929d7b5f943294031b41769d123"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::getFrameCount" ref="a1e9a9929d7b5f943294031b41769d123" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="namespaceirr.html#a0416a53257075833e7002efd0a18e804">u32</a> irr::scene::SAnimatedMesh::getFrameCount </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Gets the frame count of the animated mesh. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Amount of frames. If the amount is 1, it is a static, non animated mesh. </dd></dl>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_animated_mesh.html#a2ec99aba081e9f37802e8ea9cd65629b">irr::scene::IAnimatedMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00041">41</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>, and <a class="el" href="irr_array_8h_source.html#l00368">irr::core::array&lt; T, TAlloc &gt;::size()</a>.</p>

</div>
</div>
<a class="anchor" id="a132d5f643fe02b57480d945e8d5be2d2"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::getMesh" ref="a132d5f643fe02b57480d945e8d5be2d2" args="(s32 frame, s32 detailLevel=255, s32 startFrameLoop=&#45;1, s32 endFrameLoop=&#45;1)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classirr_1_1scene_1_1_i_mesh.html">IMesh</a>* irr::scene::SAnimatedMesh::getMesh </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceirr.html#ac66849b7a6ed16e30ebede579f9b47c6">s32</a>&#160;</td>
          <td class="paramname"><em>frame</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceirr.html#ac66849b7a6ed16e30ebede579f9b47c6">s32</a>&#160;</td>
          <td class="paramname"><em>detailLevel</em> = <code>255</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceirr.html#ac66849b7a6ed16e30ebede579f9b47c6">s32</a>&#160;</td>
          <td class="paramname"><em>startFrameLoop</em> = <code>-1</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceirr.html#ac66849b7a6ed16e30ebede579f9b47c6">s32</a>&#160;</td>
          <td class="paramname"><em>endFrameLoop</em> = <code>-1</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the <a class="el" href="classirr_1_1scene_1_1_i_mesh.html" title="Class which holds the geometry of an object.">IMesh</a> interface for a frame. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">frame,:</td><td>Frame number as zero based index. The maximum frame number is <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a1e9a9929d7b5f943294031b41769d123" title="Gets the frame count of the animated mesh.">getFrameCount()</a> - 1; </td></tr>
    <tr><td class="paramname">detailLevel,:</td><td>Level of detail. 0 is the lowest, 255 the highest level of detail. Most meshes will ignore the detail level. </td></tr>
    <tr><td class="paramname">startFrameLoop,:</td><td>start frame </td></tr>
    <tr><td class="paramname">endFrameLoop,:</td><td>end frame </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The animated mesh based on a detail level. </dd></dl>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_animated_mesh.html#adccb39fee83bed36a464cf7b96f3a0ca">irr::scene::IAnimatedMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00069">69</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="irr_array_8h_source.html#l00385">irr::core::array&lt; T, TAlloc &gt;::empty()</a>, and <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>.</p>

</div>
</div>
<a class="anchor" id="a7ea9786952fc2822c9ca2ddb9af796f1"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::getMeshBuffer" ref="a7ea9786952fc2822c9ca2ddb9af796f1" args="(u32 nr) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classirr_1_1scene_1_1_i_mesh_buffer.html">IMeshBuffer</a>* irr::scene::SAnimatedMesh::getMeshBuffer </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceirr.html#a0416a53257075833e7002efd0a18e804">u32</a>&#160;</td>
          <td class="paramname"><em>nr</em></td><td>)</td>
          <td> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>returns pointer to a mesh buffer </p>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_mesh.html#a2cd1a04b396235101f426befba0c5b82">irr::scene::IMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00130">130</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="irr_array_8h_source.html#l00385">irr::core::array&lt; T, TAlloc &gt;::empty()</a>, and <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>.</p>

</div>
</div>
<a class="anchor" id="a5fda99ba5d2bf85703a7fee81450dfc0"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::getMeshBuffer" ref="a5fda99ba5d2bf85703a7fee81450dfc0" args="(const video::SMaterial &amp;material) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classirr_1_1scene_1_1_i_mesh_buffer.html">IMeshBuffer</a>* irr::scene::SAnimatedMesh::getMeshBuffer </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classirr_1_1video_1_1_s_material.html">video::SMaterial</a> &amp;&#160;</td>
          <td class="paramname"><em>material</em></td><td>)</td>
          <td> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns pointer to a mesh buffer which fits a material. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">material,:</td><td>material to search for </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the pointer to the mesh buffer or NULL if there is no such mesh buffer. </dd></dl>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_mesh.html#a9573dace82efb01ba1f35f9cc28a4ced">irr::scene::IMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00142">142</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="irr_array_8h_source.html#l00385">irr::core::array&lt; T, TAlloc &gt;::empty()</a>, and <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>.</p>

</div>
</div>
<a class="anchor" id="acbfd1e2b16b10daf65ffffe0769fdd41"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::getMeshBufferCount" ref="acbfd1e2b16b10daf65ffffe0769fdd41" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="namespaceirr.html#a0416a53257075833e7002efd0a18e804">u32</a> irr::scene::SAnimatedMesh::getMeshBufferCount </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>returns amount of mesh buffers. </p>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_mesh.html#a2ebed0bdae2d6537c36b0b7ac831edb8">irr::scene::IMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00121">121</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="irr_array_8h_source.html#l00385">irr::core::array&lt; T, TAlloc &gt;::empty()</a>, and <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>.</p>

</div>
</div>
<a class="anchor" id="a23f9a13007672e07c1622abd4e7f93ca"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::getMeshType" ref="a23f9a13007672e07c1622abd4e7f93ca" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="namespaceirr_1_1scene.html#a2fc85a64604521ca063f1881b5dd1c61">E_ANIMATED_MESH_TYPE</a> irr::scene::SAnimatedMesh::getMeshType </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the type of the animated mesh. </p>

<p>Reimplemented from <a class="el" href="classirr_1_1scene_1_1_i_animated_mesh.html#a227b7899a59ff22b73b953d54c8b17b7">irr::scene::IAnimatedMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00115">115</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00181">Type</a>.</p>

</div>
</div>
<a class="anchor" id="a95990a26946e43a4bdfbc1edb3ddefbb"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::recalculateBoundingBox" ref="a95990a26946e43a4bdfbc1edb3ddefbb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void irr::scene::SAnimatedMesh::recalculateBoundingBox </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Recalculates the bounding box. </p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00101">101</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="aabbox3d_8h_source.html#l00082">irr::core::aabbox3d&lt; T &gt;::addInternalBox()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00175">Box</a>, <a class="el" href="irr_array_8h_source.html#l00385">irr::core::array&lt; T, TAlloc &gt;::empty()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>, <a class="el" href="aabbox3d_8h_source.html#l00050">irr::core::aabbox3d&lt; T &gt;::reset()</a>, and <a class="el" href="irr_array_8h_source.html#l00368">irr::core::array&lt; T, TAlloc &gt;::size()</a>.</p>

<p>Referenced by <a class="el" href="_s_animated_mesh_8h_source.html#l00022">SAnimatedMesh()</a>.</p>

</div>
</div>
<a class="anchor" id="ae7a32638fe5c59007d044bbc3c170108"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::setAnimationSpeed" ref="ae7a32638fe5c59007d044bbc3c170108" args="(f32 fps)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void irr::scene::SAnimatedMesh::setAnimationSpeed </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a>&#160;</td>
          <td class="paramname"><em>fps</em></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Gets the frame count of the animated mesh. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">fps</td><td>Frames per second to play the animation with. If the amount is 0, it is not animated. The actual speed is set in the scene node the mesh is instantiated in. </td></tr>
  </table>
  </dd>
</dl>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_animated_mesh.html#a5eb1b09d96547dbd273d489e58d62658">irr::scene::IAnimatedMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00056">56</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00178">FramesPerSecond</a>.</p>

</div>
</div>
<a class="anchor" id="ab33614f8ef158c79260d555f69055bf5"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::setBoundingBox" ref="ab33614f8ef158c79260d555f69055bf5" args="(const core::aabbox3df &amp;box)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void irr::scene::SAnimatedMesh::setBoundingBox </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="namespaceirr_1_1core.html#adfc8fa01b30044c55f3332a1d6c1aa19">core::aabbox3df</a> &amp;&#160;</td>
          <td class="paramname"><em>box</em></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>set user axis aligned bounding box </p>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_mesh.html#a0aee3b5bc5d31ce996becc069f65e642">irr::scene::IMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00095">95</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00175">Box</a>.</p>

</div>
</div>
<a class="anchor" id="a415b9404cee43f2f460ebb32724d7793"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::setDirty" ref="a415b9404cee43f2f460ebb32724d7793" args="(E_BUFFER_TYPE buffer=EBT_VERTEX_AND_INDEX)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void irr::scene::SAnimatedMesh::setDirty </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceirr_1_1scene.html#a8f59a89ffef0ad8e5b2c2cb874a93e8c">E_BUFFER_TYPE</a>&#160;</td>
          <td class="paramname"><em>buffer</em> = <code>EBT_VERTEX_AND_INDEX</code></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>flags the meshbuffer as changed, reloads hardware buffers </p>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_mesh.html#a496534cd4813d520d887785720f66c9b">irr::scene::IMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00165">165</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>, and <a class="el" href="irr_array_8h_source.html#l00368">irr::core::array&lt; T, TAlloc &gt;::size()</a>.</p>

</div>
</div>
<a class="anchor" id="a69448fa91bd1c6316d11d9ae3b8b88e6"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::setHardwareMappingHint" ref="a69448fa91bd1c6316d11d9ae3b8b88e6" args="(E_HARDWARE_MAPPING newMappingHint, E_BUFFER_TYPE buffer=EBT_VERTEX_AND_INDEX)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void irr::scene::SAnimatedMesh::setHardwareMappingHint </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceirr_1_1scene.html#ac7d8ee8d77da75f2580bb9bb17231c27">E_HARDWARE_MAPPING</a>&#160;</td>
          <td class="paramname"><em>newMappingHint</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceirr_1_1scene.html#a8f59a89ffef0ad8e5b2c2cb874a93e8c">E_BUFFER_TYPE</a>&#160;</td>
          <td class="paramname"><em>buffer</em> = <code>EBT_VERTEX_AND_INDEX</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>set the hardware mapping hint, for driver </p>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_mesh.html#a1de908b8e67c28bdac546e8599043dfe">irr::scene::IMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00158">158</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>, and <a class="el" href="irr_array_8h_source.html#l00368">irr::core::array&lt; T, TAlloc &gt;::size()</a>.</p>

</div>
</div>
<a class="anchor" id="aefe38066b9c38c6d4ea522b5d988769e"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::setMaterialFlag" ref="aefe38066b9c38c6d4ea522b5d988769e" args="(video::E_MATERIAL_FLAG flag, bool newvalue)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void irr::scene::SAnimatedMesh::setMaterialFlag </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceirr_1_1video.html#a8a3bc00ae8137535b9fbc5f40add70d3">video::E_MATERIAL_FLAG</a>&#160;</td>
          <td class="paramname"><em>flag</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>newvalue</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set a material flag for all meshbuffers of this mesh. </p>

<p>Implements <a class="el" href="classirr_1_1scene_1_1_i_mesh.html#a56e034b671f52653d6c91e0ffa42febd">irr::scene::IMesh</a>.</p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00151">151</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>References <a class="el" href="_s_animated_mesh_8h_source.html#l00172">Meshes</a>, and <a class="el" href="irr_array_8h_source.html#l00368">irr::core::array&lt; T, TAlloc &gt;::size()</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="ac166483f08d27bfb0a3fe0d99505e0d9"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::Box" ref="ac166483f08d27bfb0a3fe0d99505e0d9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classirr_1_1core_1_1aabbox3d.html">core::aabbox3d</a>&lt;<a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a>&gt; <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#ac166483f08d27bfb0a3fe0d99505e0d9">irr::scene::SAnimatedMesh::Box</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The bounding box of this mesh. </p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00175">175</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>Referenced by <a class="el" href="_s_animated_mesh_8h_source.html#l00089">getBoundingBox()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00101">recalculateBoundingBox()</a>, and <a class="el" href="_s_animated_mesh_8h_source.html#l00095">setBoundingBox()</a>.</p>

</div>
</div>
<a class="anchor" id="aed69ad14633b84c753f187780dddea80"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::FramesPerSecond" ref="aed69ad14633b84c753f187780dddea80" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespaceirr.html#a0277be98d67dc26ff93b1a6a1d086b07">f32</a> <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#aed69ad14633b84c753f187780dddea80">irr::scene::SAnimatedMesh::FramesPerSecond</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Default animation speed of this mesh. </p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00178">178</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>Referenced by <a class="el" href="_s_animated_mesh_8h_source.html#l00048">getAnimationSpeed()</a>, and <a class="el" href="_s_animated_mesh_8h_source.html#l00056">setAnimationSpeed()</a>.</p>

</div>
</div>
<a class="anchor" id="ad88fa7c6204a2fc9c6497fb20585ce31"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::Meshes" ref="ad88fa7c6204a2fc9c6497fb20585ce31" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classirr_1_1core_1_1array.html">core::array</a>&lt;<a class="el" href="classirr_1_1scene_1_1_i_mesh.html">IMesh</a>*&gt; <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#ad88fa7c6204a2fc9c6497fb20585ce31">irr::scene::SAnimatedMesh::Meshes</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>All meshes defining the animated mesh. </p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00172">172</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>Referenced by <a class="el" href="_s_animated_mesh_8h_source.html#l00078">addMesh()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00041">getFrameCount()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00069">getMesh()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00130">getMeshBuffer()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00121">getMeshBufferCount()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00101">recalculateBoundingBox()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00165">setDirty()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00158">setHardwareMappingHint()</a>, <a class="el" href="_s_animated_mesh_8h_source.html#l00151">setMaterialFlag()</a>, and <a class="el" href="_s_animated_mesh_8h_source.html#l00032">~SAnimatedMesh()</a>.</p>

</div>
</div>
<a class="anchor" id="a019a57c0722c651a6caf970e9814aabd"></a><!-- doxytag: member="irr::scene::SAnimatedMesh::Type" ref="a019a57c0722c651a6caf970e9814aabd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespaceirr_1_1scene.html#a2fc85a64604521ca063f1881b5dd1c61">E_ANIMATED_MESH_TYPE</a> <a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html#a019a57c0722c651a6caf970e9814aabd">irr::scene::SAnimatedMesh::Type</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The type of the mesh. </p>

<p>Definition at line <a class="el" href="_s_animated_mesh_8h_source.html#l00181">181</a> of file <a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a>.</p>

<p>Referenced by <a class="el" href="_s_animated_mesh_8h_source.html#l00115">getMeshType()</a>.</p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="_s_animated_mesh_8h_source.html">SAnimatedMesh.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespaceirr.html">irr</a>      </li>
      <li class="navelem"><a class="el" href="namespaceirr_1_1scene.html">scene</a>      </li>
      <li class="navelem"><a class="el" href="structirr_1_1scene_1_1_s_animated_mesh.html">SAnimatedMesh</a>      </li>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Defines</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>


    <li class="footer">
<a href="http://irrlicht.sourceforge.net" target="_blank">Irrlicht 
Engine</a> Documentation &copy; 2003-2012 by Nikolaus Gebhardt. Generated on Sun Nov 17 2013 20:18:47 for Irrlicht 3D Engine by
<a href="http://www.doxygen.org/index.html" target="_blank">Doxygen</a> 1.7.5.1 </li>
   </ul>
 </div>


</body>
</html>