VR-Forces 4.8 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvPostProcessor
DtGridCell.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2020 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
6
#pragma once
7
11
12
#include <
vrvPostProcessor/vrvPostProcessor.h
>
13
14
namespace
makVrv
15
{
16
class
DtDropParticle;
17
19
struct
DtGridCell
20
{
21
public
:
23
DtGridCell
();
24
25
DtDropParticle
*
drop
;
26
float
affinityForWater
;
27
};
28
}
makVrv::DtGridCell::affinityForWater
float affinityForWater
Definition:
DtGridCell.h:26
makVrv::DtGridCell::drop
DtDropParticle * drop
Definition:
DtGridCell.h:25
makVrv::DtGridCell
Internal struct for one cell of our grid of glass properties.
Definition:
DtGridCell.h:19
makVrv::DtDropParticle
Local class for a single drop particle on the screen.
Definition:
DtDropParticle.h:29
vrvPostProcessor.h
Contains DLL export macros.
makVrv::DtGridCell::DtGridCell
DtGridCell()
default CTOR.
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)