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
vrvIndirectRendering
DtLodId.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvIndirectRendering/vrvIndirectRendering.h
>
13
14
namespace
makVrv
15
{
23
class
DT_DLL_VRVINDIRECTRENDERING
DtLodId
24
{
25
public
:
27
DtLodId
();
28
30
virtual
int
id(
void
)
const
;
32
virtual
void
setId(
int
id
);
34
protected
:
35
int
myId
;
36
};
37
}
makVrv::DtLodId::myId
int myId
Definition:
DtLodId.h:35
vrvIndirectRendering.h
Dll export defines.
DT_DLL_VRVINDIRECTRENDERING
#define DT_DLL_VRVINDIRECTRENDERING
Definition:
vrvIndirectRendering.h:19
makVrv::DtLodId
Notion of an lod; essentially an id A 'model' is made up of multiple lods, each with an unique id wit...
Definition:
DtLodId.h:23
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
)