gwnavruntime/collision/heightfieldvisualgeometrybuilder.h Source File

heightfieldvisualgeometrybuilder.h
Go to the documentation of this file.
1 /*
2 * Copyright 2015 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 // primary contact: JAPA - secondary contact: NOBODY
8 #ifndef GwNav_HeightFieldVisualGeometryBuilder_H
9 #define GwNav_HeightFieldVisualGeometryBuilder_H
10 
13 
14 namespace Kaim
15 {
16 
17 class HeightField;
18 
19 class HeightFieldVisualGeometryBuilder : public IVisualGeometryBuilder
20 {
21 public:
22  HeightFieldVisualGeometryBuilder(HeightField* heightfield);
23  ~HeightFieldVisualGeometryBuilder();
24 
25  virtual void DoBuild();
26 private:
27  Ptr<HeightField> m_heightfield;
28 };
29 
30 
31 }
32 
33 
34 #endif //GwNav_HeightFieldBlobVisualRepresentation_H
Definition: gamekitcrowddispersion.h:20