VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDecalProjectorLineRenderer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
15 
17 
18 namespace makVrv
19 {
20  class DtDe;
22 
25 
27  template <>
28  inline const char* creatorTypeName<DtDecalProjectorLineRenderer>(void) { return "DtDecalProjectorLineRendererCreator"; }
29 
34  {
36 
37  public:
38 
40 
43 
46  const DtDecalProjectorLineRenderer &other) = delete;
47 
50  const DtDecalProjectorLineRenderer &other) = delete;
51 
52  public:
53 
56  virtual const unsigned int topologyPointCount() const override;
57 
58  protected:
59 
63  };
64 }
A class responsible for rendering decal projectors for a camera context.
Definition: DtDecalProjectorRenderer.h:93
A class responsible for rendering line decal projectors for a camera context.
Definition: DtDecalProjectorLineRenderer.h:33
friend DtDecalProjectorLineRendererCreator
Definition: DtDecalProjectorLineRenderer.h:35
DtVirtualBaseClassCreator< DtDecalProjectorLineRenderer > DtDecalProjectorLineRendererCreator
creator
Definition: DtDecalProjectorLineRenderer.h:21
Contains the makVrv::DtDecalProjectorRenderer class declaration.
Variadic templated creator class for defining a DtVirtualBaseClass creator that is automatically regi...
Definition: DtVirtualBaseClassCreator.h:22
#define DT_DLL_VRVGRAPHICS
Contains DLL export macros.
Definition: vrvGraphics.h:19
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
const char * creatorTypeName< DtDecalProjectorLineRenderer >(void)
template specialization for the creator (pass the class being created to the creatorTypeName template...
Definition: DtDecalProjectorLineRenderer.h:28

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)