Query: swf_perspective
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SWF_PERSPECTIVE(3) 1 SWF_PERSPECTIVE(3) swf_perspective - Define a perspective projection transformationSYNOPSISvoid swf_perspective (float $fovy, float $aspect, float $near, float $far)DESCRIPTIONDefines a perspective projection transformation. Note Various distortion artifacts may appear when performing a perspective projection, this is because Flash players only have a two dimensional matrix. Some are not to pretty.PARAMETERSo $fovy - A field-of-view angle in the y direction. o $aspect - The aspect ratio of the viewport that is being drawn onto. o $near - The near clipping plane. o $far - The far clipping plane.RETURN VALUESNo value is returned. PHP Documentation Group SWF_PERSPECTIVE(3)