home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / GRAPHICS / rayshade.lzh / y.tab.h < prev   
Text File  |  1990-09-29  |  1KB  |  65 lines

  1. #define tINT 257
  2. #define tFLOAT 258
  3. #define tSTRING 259
  4. #define tADAPTIVE 260
  5. #define tAPERTURE 261
  6. #define tBACKGROUND 262
  7. #define tBLOTCH 263
  8. #define tBOX 264
  9. #define tBUMP 265
  10. #define tCONE 266
  11. #define tCYL 267
  12. #define tDIRECTIONAL 268
  13. #define tENDDEF 269
  14. #define tEXTENDED 270
  15. #define tEYEP 271
  16. #define tFBM 272
  17. #define tFBMBUMP 273
  18. #define tFOCALDIST 274
  19. #define tFOG 275
  20. #define tFOV 276
  21. #define tGLOSS 277
  22. #define tGRID 278
  23. #define tHEIGHTFIELD 279
  24. #define tJITTERED 280
  25. #define tLIGHT 281
  26. #define tLIST 282
  27. #define tLOOKP 283
  28. #define tMARBLE 284
  29. #define tMAXDEPTH 285
  30. #define tMIST 286
  31. #define tOBJECT 287
  32. #define tOUTFILE 288
  33. #define tPLANE 289
  34. #define tPOINT 290
  35. #define tPOLY 291
  36. #define tROTATE 292
  37. #define tSAMPLES 293
  38. #define tSCALE 294
  39. #define tSCREEN 295
  40. #define tSPHERE 296
  41. #define tSTARTDEF 297
  42. #define tSUPERQ 298
  43. #define tSURFACE 299
  44. #define tRESOLUTION 300
  45. #define tTHRESH 301
  46. #define tTRANSLATE 302
  47. #define tTRANSFORM 303
  48. #define tTRIANGLE 304
  49. #define tUP 305
  50. #define tENDFILE 306
  51. #define tTEXTURE 307
  52. #define tCHECKER 308
  53. #define tWOOD 309
  54. #define tCONTRAST 310
  55. #define tCUTOFF 311
  56. typedef union {
  57.     char *c;
  58.     int i;
  59.     double d;
  60.     Vector v;
  61.     Color col;
  62.     struct Texture *text;
  63. } YYSTYPE;
  64. extern YYSTYPE yylval;
  65.