A structure to describe a seat within a room. More...
#include <immersitech.h>
Public Attributes | |
int | id |
imm_position | position |
imm_heading | heading |
A structure to describe a seat within a room.
A participant in a room can occupy one seat which is located in a position. Its heading describes the direction it will automatically turn to face the center point of the room.
id | A unique identifier for this seat. |
position | The position of the seat in three-dimensional space. |
heading | The direction a participant will face when they are placed in this seat. |
imm_heading imm_seat::heading |
int imm_seat::id |
imm_position imm_seat::position |