home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / IRITS.ZIP / VIEWOBJG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-05  |  793 b   |  21 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions of View Object module.         *
  7. *****************************************************************************/
  8.  
  9. #ifndef    VIEW_OBJ_GH
  10. #define    VIEW_OBJ_GH
  11.  
  12. /* Prototypes for the View Object module: */
  13.  
  14. void InteractGeomObject(ObjectStruct *PObj, RealType *UpdateGlblMat);
  15. void UpdateInteractHandleInput(void);
  16.  
  17. void ViewGeomObject(ObjectStruct *PObj);
  18. void ViewSetNormals(RealType *Active, RealType *Size, RealType *Color);
  19.  
  20. #endif    /* VIEW_OBJ_GH */
  21.