home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / CAMERA / CAMS / COMCAMS.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  767 b   |  44 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMCamS.r 1.2 1997/04/09 01:14:39 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMCAMS.rsc";
  13.  
  14. resource 'COMP' (130) {
  15.     'came',
  16.     'COca',
  17.     "Spheric Camera",
  18.     "COM Examples",
  19.     0x30103,
  20.     "3.1.3",
  21.     "Toolkit COM Example",
  22.     9
  23. };
  24.  
  25. data 'GUID' (130) {
  26.     $"9F33 8E00 3A02 101C 885F 0402 1C00 7002"            /* ü3é.:...à_....p. */
  27.     $"3689 0000 6E9C 101C B801 0402 1C00 7002"            /* 6â..nú..∏.....p. */
  28. };
  29.  
  30. resource 'pMAP' (130) {
  31.     {    /* array TypeArray: 2 elements */
  32.         /* [1] */
  33.         'ZOOM',
  34.         'shrt',
  35.         interpolate,
  36.         "Zoom",
  37.         /* [2] */
  38.         'ANGL',
  39.         'shrt',
  40.         interpolate,
  41.         "Angle",
  42.     }
  43. };
  44.