Difference between revisions of "First-person-view Condition"

From AgentCubes
Jump to navigation Jump to search
imported>Repenning
imported>Repenning
 
Line 3: Line 3:
 
{| cellpadding="10" cellspacing="0" border="0" width="100%"
 
{| cellpadding="10" cellspacing="0" border="0" width="100%"
 
|-
 
|-
| align="left" valign="top" width="80" | '''Definition:'''
+
| align="left" valign="top" width="80" | '''Definition:'''  
 
| align="left" valign="top" width="100%" | True if the world is in first-person camera mode. False if the world is in bird's eye camera mode.
 
| align="left" valign="top" width="100%" | True if the world is in first-person camera mode. False if the world is in bird's eye camera mode.
 
|-
 
|-
| align="left" valign="top" width="80" | '''Parameters:'''
+
| align="left" valign="top" width="80" | '''Parameters:'''  
| align="left" valign="top" width="100%" | -
+
| align="left" valign="top" width="100%" | none
 
|-
 
|-
| align="left" valign="top" width="80" | '''Example:'''
+
| align="left" valign="top" width="80" | '''Example:'''  
 
| align="left" valign="top" width="100%" | 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. 
 
| align="left" valign="top" width="100%" | 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. 
 
|}
 
|}
  
 
[[Category:AgentCubes_Conditions]]
 
[[Category:AgentCubes_Conditions]]

Latest revision as of 02:46, 20 April 2012

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.