VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
debugDrawCommonLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 #pragma once
9 
11 #include <matrix/vlVector.h>
12 
13 namespace makVrv
14 {
15  class DtDe;
16  class DtChannel;
17  class DtObserver;
18 }
19 namespace osg
20 {
21  class Vec3d;
22 }
23 
24 
25 namespace makVrf
26 {
30  {
31  public:
32  //CTOR
34  //DTOR
35  virtual ~DtDebugDrawCommonLogic();
37  virtual double maxQueryDistance() const;
38  virtual void setMaxQueryDistance(double value);
39 
40  protected:
41 
43  virtual bool frustumCoordinates(DtVector& topLeftCorner, DtVector& topRightCorner,
44  DtVector& bottomLeftCorner, DtVector& bottomRightCorner);
45 
47  virtual void frustumVectors(DtVector& topLeft, DtVector& topRight,
48  DtVector& bottomLeft, DtVector& bottomRight, DtVector& centerPoint,
49  double& farClipPlane, osg::Vec3d& rht_out, osg::Vec3d& newForward_out);
50 
54  };
55 }
Contains makVrf::DtDebugDrawCommonLogic class. This class contain the common function for DtDebugDraw...
Definition: debugDrawCommonLogic.h:29
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
double myMaxQueryDistance
Max distance of the query (in meters) to limit the number of polygons.
Definition: debugDrawCommonLogic.h:53
makVrv::DtDe & myDe
Definition: debugDrawCommonLogic.h:51
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)