VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFxDebugDrawCallbackInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvFx/vrvFx.h>
13 
14 class bdiFarPosition;
15 class bdiMat4f;
16 class bdiVec4fArray;
17 class bdiVec3fArray;
18 
19 namespace makVrv
20 {
24  {
25  public:
28 
30  virtual void drawDebugLines(const bdiFarPosition& eyePoint, const bdiMat4f& geocentricMatrix,
31  bdiVec3fArray& verts, bdiVec4fArray& colors) = 0;
32 
34  virtual void systemShutDown() = 0;
35  };
36 }
#define DT_DLL_VRVFX
Definition: vrvFx.h:20
Contains DLL export macros.
DtFxDebugDrawCallbackInterface()
CTOR.
Definition: DtFxDebugDrawCallbackInterface.h:27
A simple interface for allowing the qt particle editor to draw lines at the right time...
Definition: DtFxDebugDrawCallbackInterface.h:23

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)