VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfObjectAttachEnums.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2023 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
9 {
10  EntityOrientation = 0, // Heading/pitch/roll of entity affects each point in attached object.
11  WorldOrientation, // attached object is maintained at a specific north/east distance, and a fixed altitude in the world, regardless of entity orientation.
12  // Altitude does not change as entity altitude changes.
13  EntityHeadingOnly // 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.
14  // Altitude of attached graphic changes as entity altitude changes.
15 };
DtVrfObjectAttachMode
Definition: vrfObjectAttachEnums.h:8

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)