Difference between revisions of "Viewport:lookAngles"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Viewport:lookAngles(eyex,eyey,eyez,pitch,yaw,roll)
 
Viewport:lookAngles(eyex,eyey,eyez,pitch,yaw,roll)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 17:09, 20 February 2024

Available since: Gideros 2016.10
Class: Viewport

Description

Sets up the transform matrix of this viewport taking eye position and pitch,yaw,roll angles as arguments.

Viewport:lookAngles(eyex,eyey,eyez,pitch,yaw,roll)

Parameters

eyex: (number) eye X coordinate
eyey: (number) eye Y coordinate
eyez: (number) eye Z coordinate
pitch: (number) pitch angle in degrees
yaw: (number) yaw angle in degrees
roll: (number) roll angle in degrees