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

From AgentCubes
Jump to navigation Jump to search
imported>Andri
imported>Repenning
Line 1: Line 1:
[[image:First person view condition.png|150px]]
+
[[Image:First person view condition.png|150px|First person view condition.png]]  
  
<table cellpadding="10" cellspacing="0" border="0" width="100%">
+
{| cellpadding="10" cellspacing="0" border="0" width="100%"
<tr>
+
|-
<td align="left" valign="top" width="80"><b>Definition:</b></td>
+
| align="left" valign="top" width="80" | '''Definition:'''
<td align="left" valign="top" width="100%">The <strong>First-person-view</strong> condition checks if the world is currently in first-person camera mode, and not in World-View mode. If the world is in first-person camera mode, the condition is true. Otherwise, the condition is false.</td>
+
| 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.
</tr>
+
|-
<tr>
+
| align="left" valign="top" width="80" | '''Parameters:'''
<td align="left" valign="top" width="80"><b>Parameters:</b></td>
+
| align="left" valign="top" width="100%" | -
<td align="left" valign="top" width="100%">none</td>
+
|-
</tr>
+
| align="left" valign="top" width="80" | '''Example:'''
<tr>
+
| 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.&nbsp;
<td align="left" valign="top" width="80"><b>Example:</b></td>
+
|}
<td align="left" valign="top" width="100%">???which example???
 
[[Image:First person view condition example.png|500px]]</td>
 
</tr>
 
 
 
</table>
 
  
 
[[Category:AgentCubes_Conditions]]
 
[[Category:AgentCubes_Conditions]]

Revision as of 02:44, 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: -
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.