/****************************************************************************\ * * * THIS FILE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE * * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. * * * * In no event will the supplier be liable for any lost revenue * * or profits or other special, indirect and consequential damages, even * * if the supplier has been advised of the possibility of such damages. * * * * Users may copy or modify this file without charge, * * but are NOT authorized to license or sell it to anyone. * * * \****************************************************************************/ /****************************************************************************\ * * * If you modify this software, you should include a notice giving the * * name of the person performing the modification, the date of modification, * * and the reason for such modification. Bug reports or fixes should be sent * * to the author, who may or may not act on them as he desires: * * * * Internet: raytrace@cutmcvax.cs.curtin.edu.au * * * * Mail : School of Computer Science | Tel: 619 351 7680 * * Curtin University of Technology | Fax: 619 351 2819 * * Kent Street, Bentley * * Western Australia, 6102 * * * \****************************************************************************/ /* Copyright (c) 1991 Andrew Marriott */ #include /*#include "device.h"*/ #define FLESH 1 #define LIPS 2 #define EYELASH 3 #define TEETH 4 #define PUPIL 5 #define IRIS 6 #define FRINGE 7 #define EYEWHITE 8 #define FINISH 9 #define START 10 extern float twist; extern int pera ; extern float aspect ; extern float near ; extern float far ; extern Matrix idmat ; extern float flesh[] ; extern float lips[] ; extern float eyelash[] ; extern float teeth[] ; extern float pupil[] ; extern float iris[] ; extern float fringe[] ; extern float eyewhite[] ; extern float lightone[] ; extern float lighttwo[] ;