VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCore
DtEntityStateEnums.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
namespace
makVrv
13
{
15
enum class
DtEmbarkation
16
{
17
Unembarked
= 0,
18
EmbarkationPending
,
19
Embarked
20
};
21
24
enum class
DtEmbarkationMode
25
{
26
EntityOrientation
= 0,
// Fixed Offset With Parent Orientation
27
// Heading/pitch/roll of entity affects each point in attached object.
28
WorldOrientation
,
// Fixed Offset And Altitude
29
// attached object is maintained at a specific north/east distance, and a fixed altitude in the world, regardless of entity orientation.
30
// Altitude does not change as entity altitude changes.
31
EntityHeadingOnly
// Fixed Offset And Parent Heading
32
// Entity pitch and roll is ignored, but heading is used. Offset object is always at the same angle from entity, but does not change if the entity rolls and pitches.
33
// Altitude of attached graphic changes as entity altitude changes.
34
};
35
}
makVrv::DtEmbarkationMode::EntityOrientation
makVrv::DtEmbarkation::Embarked
makVrv::DtEmbarkationMode::EntityHeadingOnly
makVrv::DtEmbarkation::Unembarked
makVrv::DtEmbarkationMode
DtEmbarkationMode
Embarkation mode Currently only used by environmentals.
Definition:
DtEntityStateEnums.h:24
makVrv::DtEmbarkationMode::WorldOrientation
makVrv::DtEmbarkation
DtEmbarkation
Used for embarkation in the DtEntityStateListener.
Definition:
DtEntityStateEnums.h:15
makVrv::DtEmbarkation::EmbarkationPending
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
)