gwnavruntime/collision/indexedmeshvisualgeometrybuilder.h Source File

indexedmeshvisualgeometrybuilder.h
Go to the documentation of this file.
1 /*
2 * Copyright 2016 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 
8 
9 
10 
11 #pragma once
12 
15 
16 namespace Kaim
17 {
18 
19 class BlobAggregate;
20 
21 class IndexedMeshVisualGeometryBuilder : public IVisualGeometryBuilder
22 {
23 public:
24  IndexedMeshVisualGeometryBuilder(BlobAggregate* aggregrate);
25  ~IndexedMeshVisualGeometryBuilder();
26  virtual void DoBuild();
27 
28 private:
29  Ptr<BlobAggregate> m_aggregrate;
30 };
31 
32 
33 }
34 
35 
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17