VR-Vantage 2.3 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtMaterial.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
15 
16 #include <ostream>
17 
18 namespace makVrv
19 {
29  {
30  public:
32  DtMaterial();
33 
35  ~DtMaterial();
36 
37  public:
40 
43 
46 
49 
52 
56  //("AO" ); 0 (myHasEffectMap0.x)
57  //("SPR"); 1 (myHasEffectMap0.y)
58  //("REF"); 2 (myHasEffectMap0.z)
59  //("GLS"); 3 (myHasEffectMap0.w)
60 
61  //("EMS"); 4 (myHasEffectMap1.x)
62  //("MTL"); 5 (myHasEffectMap1.y)
65  };
66 
68  typedef std::vector<DtMaterial> VectorMaterials;
69 
70  DT_DLL_VRVINDIRECTRENDERING std::ostream& operator << (std::ostream& o, const DtMaterial& material);
71 }


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)