First-person-view Condition

From AgentCubes
Jump to navigation Jump to search

First person view condition.png

Definition: True if the world is in first-person camera mode. False if the world is in bird's eye camera mode.
Parameters: none
Example: If you want to program a cursor controlled character which can be controlled by the user in first person and bird's eye camera mode. You will likely need to differentiate in which camera mode you are to implement relative or absolute rotation.