Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
IRShell.h
/******************************************************************************\ |
Module: IRShell.h |
Purpose: Interactive rendering plug-in shell for QD3D |
Author: Sun-Inn Shih |
Copyright (C) 1993-96 Apple Computer, Inc. All rights reserved. |
\*****************************************************************************/ |
#ifndef _IRSHELL_H_ |
#define _IRSHELL_H_ |
#include <stdio.h> |
struct irsData |
{ |
TQ3Matrix4x4 localToFrustum ; |
float XScale ; |
float YScale ; |
float XOffset ; |
float YOffset ; |
} ; |
extern irsData* gdata; |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14