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.
IRS_Update.c
/******************************************************************************\ |
Module: IRS_Update.c |
Purpose: update metahandler functions |
Author: Sun-Inn Shih |
Copyright (C) 1993-96 Apple Computer, Inc. All rights reserved. |
\*****************************************************************************/ |
#include <QD3D.h> |
#include "IRS_Update.h" |
/* |
* IRS_Update_Matrix_localToFrustum |
*/ |
TQ3Status IRS_Update_Matrix_localToFrustum( |
TQ3ViewObject pView, |
irsData *irsdata, |
TQ3Matrix4x4 *pData) |
{ |
irsdata->localToFrustum = *pData; |
return kQ3Success; |
} |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14