FreeWRL / FreeX3D 4.3.0
EntityStateUpdatePdu Struct Reference

Data Fields

struct EntityInformationFamilyPdu myEntityInformationFamilyPdu
 
struct EntityID entityID
 This field shall identify the entity issuing the PDU.
 
char padding1
 Padding.
 
unsigned char numberOfArticulationParameters
 How many articulation parameters are in the variable length list.
 
struct Vector3Float entityLinearVelocity
 Describes the speed of the entity in the world.
 
struct Vector3Double entityLocation
 describes the location of the entity in the world
 
struct Orientation entityOrientation
 describes the orientation of the entity, in euler angles
 
int entityAppearance
 a series of bit flags that are used to help draw the entity, such as smoking, on fire, etc.
 
void * articulationParameters
 

Detailed Description

Definition at line 1640 of file DIS.h.

Field Documentation

◆ articulationParameters

void* EntityStateUpdatePdu::articulationParameters

Definition at line 1656 of file DIS.h.

◆ entityAppearance

int EntityStateUpdatePdu::entityAppearance

a series of bit flags that are used to help draw the entity, such as smoking, on fire, etc.

Definition at line 1655 of file DIS.h.

◆ entityID

struct EntityID EntityStateUpdatePdu::entityID

This field shall identify the entity issuing the PDU.

Definition at line 1643 of file DIS.h.

◆ entityLinearVelocity

struct Vector3Float EntityStateUpdatePdu::entityLinearVelocity

Describes the speed of the entity in the world.

Definition at line 1649 of file DIS.h.

◆ entityLocation

struct Vector3Double EntityStateUpdatePdu::entityLocation

describes the location of the entity in the world

Definition at line 1651 of file DIS.h.

◆ entityOrientation

struct Orientation EntityStateUpdatePdu::entityOrientation

describes the orientation of the entity, in euler angles

Definition at line 1653 of file DIS.h.

◆ myEntityInformationFamilyPdu

struct EntityInformationFamilyPdu EntityStateUpdatePdu::myEntityInformationFamilyPdu

Definition at line 1641 of file DIS.h.

◆ numberOfArticulationParameters

unsigned char EntityStateUpdatePdu::numberOfArticulationParameters

How many articulation parameters are in the variable length list.

Definition at line 1647 of file DIS.h.

◆ padding1

char EntityStateUpdatePdu::padding1

Padding.

Definition at line 1645 of file DIS.h.


The documentation for this struct was generated from the following file: