|
swf_lookatDefine a viewing transformation Description
void swf_lookat
( float
$view_x
, float $view_y
, float $view_z
, float $reference_x
, float $reference_y
, float $reference_z
, float $twist
)Defines a viewing transformation by giving the viewing position and the coordinates of a reference point in the scene. Parameters
Return ValuesNo value is returned. Examples
Example #1 A simple 3D-rotation around a text
<?php |