PHP Doku:: Define a viewing transformation - function.swf-lookat.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenShockwave FlashSWF Funktionenswf_lookat

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<swf_labelframe

swf_modifyobject>>

swf_lookat

(PHP 4)

swf_lookatDefine a viewing transformation

Description

void swf_lookat ( double $view_x , double $view_y , double $view_z , double $reference_x , double $reference_y , double $reference_z , double $twist )

The swf_lookat() function defines a viewing transformation by giving the viewing position (the parameters view_x, view_y, and view_z) and the coordinates of a reference point in the scene, the reference point is defined by the reference_x, reference_y , and reference_z parameters. The twist controls the rotation along with viewer's z axis.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)