VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTritonImGuiHelper.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvTriton/vrvTriton.h>
13 
14 namespace osg
15 {
16  class StateSet;
17  class RenderInfo;
18 }
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtTritonDrawable;
24  class DtTritonManager;
25 
27  {
28  public:
30  virtual ~DtTritonImGuiHelper();
31 
32  void updateImguiAndConstantsOffOfImgui(DtTritonManager& tritonManager);
33  void updateImguiHeightMapDebugOverlay(DtTritonDrawable* tritonDrawable, bool needUpdate, osg::RenderInfo& renderInfo);
34  };
35 
36 }
Contains DLL export macros.
#define DT_DLL_VRVTRITON
Definition: vrvTriton.h:19
Definition: DtTritonManager.h:48
An OSG Drawable representing Triton&#39;s infinite ocean. /ingroup vrvTriton.
Definition: DtTritonDrawable.h:62
Definition: DtTritonImGuiHelper.h:26

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)