VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTexturedLineSegmentInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
7 
8 #pragma once
9 #include <vrvCore/vrvCore.h>
11 
12 namespace makVrv
13 {
14  class DtTextureInterface;
15 
19  {
20  public:
23 
26 
27  public:
31  virtual void setTextureParameters(DtTextureInterface* texture,
32  float left = 0.0f, float right = 1.0f,
33  float bottom = 0.0f, float top = 1.0f) = 0;
34  };
35 }
Interface for a texture. Used to pass in a texture to vrvGraphics.
Definition: DtTextureInterface.h:24
An interface for a single line segment.
Definition: DtLineSegmentInterface.h:23
Contains the makVrv::DtLineSegmentInterface class declaration.
An interface for a textured single line segment.
Definition: DtTexturedLineSegmentInterface.h:18
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains DLL export macros.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)