| swf_lookat(PHP 4) swf_lookat — Define a viewing transformation Описание
   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. Список параметров
 
 Возвращаемые значенияЭта функция не возвращает значения после выполнения. Примеры
 Пример #1 A simple 3D-rotation around a text 
<?php | ||