Create: Difference between revisions
No edit summary Tags: Reverted Visual edit: Switched |
No edit summary Tag: Reverted |
||
Line 9: | Line 9: | ||
<code>take camera</code> changes the camera perspective to be from the point of view of the agent executing the code. | <code>take camera</code> changes the camera perspective to be from the point of view of the agent executing the code. | ||
{{#var:take camera}} can be useful for | {{#var:take camera}} can be useful for implementing interactive games from the first-person perspective. | ||
==Related Blocks== | ==Related Blocks== | ||
Revision as of 18:53, 8 August 2022
take camera
is a code block part of the agents drawer.
Usage
take camera
changes the camera perspective to be from the point of view of the agent executing the code.
take camera
can be useful for implementing interactive games from the first-person perspective.