Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |
Returns true if the movie is a QuickTime VR movie, false otherwise.
void SetPanAngle(float angle)Gets and sets the QuickTime VR movie's pan angle (in degrees).
void SetTiltAngle(float angle)Gets and sets the QuickTime VR movie's tilt angle (in degrees).
void SetFieldOfView(float fov)Gets and sets the QuickTime VR movie's field of view (in degrees).
int GetNodeCount()Returns the number of nodes in a QuickTime VR movie.
int GetNodeID()Returns the ID of the current node in a QuickTime VR movie.
void SetNodeID(int id)Sets the current node (by ID) in a QuickTime VR movie (i.e., it goes to the node with the specified ID).
Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |