VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSilverLiningFogParameters.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 
12 #include <vrvOsg/vrvOsg.h>
13 
14 #include <vrvMath/DtVector4.h>
15 
16 namespace makVrv
17 {
20  {
21  public:
24  public:
26  double myDensity;
27  double myVisibility;
30  double myCameraDepth;
32  };
33 }
intermediate structure for computing and returning fog parameters
Definition: DtSilverLiningFogParameters.h:19
4 dimensional vector
bool myOverridden
Definition: DtSilverLiningFogParameters.h:31
double myCameraDepth
CameraDepth is the depth of the camera when under water, it is used to modify the color and intensity...
Definition: DtSilverLiningFogParameters.h:30
double myDensity
Definition: DtSilverLiningFogParameters.h:26
double myVisibility
Definition: DtSilverLiningFogParameters.h:27
Contains DLL export macros.
Vector4_32 myFogColor
Definition: DtSilverLiningFogParameters.h:25

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)