|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QTVRInstance | |
quicktime.std.movies | |
quicktime.vr |
Uses of QTVRInstance in quicktime.std.movies |
Methods in quicktime.std.movies with parameters of type QTVRInstance | |
static AtomContainer |
AtomContainer.fromQTVRInstanceWorld(QTVRInstance ins)
The QTVRGetVRWorld function returns an atom container that contains general scene information about the QuickTime VR movie specified, as well as a list of all the nodes in that movie. |
static AtomContainer |
AtomContainer.fromQTVRInstanceNode(QTVRInstance ins,
int nodeID)
You can use the QTVRGetNodeInfo function to get the node information atom container that describes a node and all the hot spots in the node. |
Uses of QTVRInstance in quicktime.vr |
Methods in quicktime.vr with parameters of type QTVRInstance | |
int |
QTVREnteringNode.execute(QTVRInstance vr,
int nodeID)
This method is called by MoviesTask when a user is entering a new node in a VR movie. |
int |
QTVRLeavingNode.execute(QTVRInstance vr,
int fromNodeID,
int toNodeID,
boolean[] cancel)
This method is called by MoviesTask when a user is leaving a node in a VR movie. |
int |
QTVRMouseOverHotSpot.execute(QTVRInstance vr,
int hotSpotID,
int flags)
This method is called by MoviesTask when a user is over a hot spot in a VR movie. |
int |
QTVRImagingComplete.execute(QTVRInstance inst,
QDGraphics qd)
This method is called by MoviesTask when a QTVRInstance has completed rendering and is ready to be blitted to the screen. |
boolean |
QTVRInterceptor.execute(QTVRInstance vr,
QTVRInterceptRecord qtvrMsg)
This method is called by MoviesTask when a user is entering a new node in a VR movie. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |