Carbon


QTVRLinkHotSpotAtom

Header: QuickTimeVRFormat.h

struct QTVRLinkHotSpotAtom {
    UInt16 majorVersion; 
    UInt16 minorVersion; 
    UInt32 toNodeID; 
    UInt32 fromValidFlags; 
    Float32 fromPan; 
    Float32 fromTilt; 
    Float32 fromFOV; 
    QTVRFloatPoint fromViewCenter; 
    UInt32 toValidFlags; 
    Float32 toPan; 
    Float32 toTilt; 
    Float32 toFOV; 
    QTVRFloatPoint toViewCenter; 
    Float32 distance; 
    UInt32 flags; 
    UInt32 reserved1; 
    UInt32 reserved2;
};
typedef QTVRLinkHotSpotAtom QTVRLinkHotSpotAtomPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)