home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / iritsm3s.zip / irit / viewobj.h < prev    next >
C/C++ Source or Header  |  1992-01-28  |  812b  |  23 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 InteractPolyObject(ObjectStruct *PObj, RealType *UpdateGlblMat);
  15. void UpdateInteractHandleInput(void);
  16.  
  17. void ViewGeomObject(ObjectStruct *PObj);
  18.  
  19. void ViewSetClosed(RealType *Closed);
  20. void ViewSetNormals(RealType *Active, RealType *Size, RealType *Color);
  21.  
  22. #endif    /* VIEW_OBJ_GH */
  23.