/***************************************************************************** * "Irit" - the 3d polygonal solid modeller. * * * * Written by: Gershon Elber Ver 0.2, Mar. 1990 * ****************************************************************************** * General, visible to others, definitions of View Object module. * *****************************************************************************/ #ifndef VIEW_OBJ_GH #define VIEW_OBJ_GH /* Prototypes for the View Object module: */ void InteractPolyObject(ObjectStruct *PObj, RealType *UpdateGlblMat); void UpdateInteractHandleInput(void); void ViewGeomObject(ObjectStruct *PObj); void ViewSetClosed(RealType *Closed); void ViewSetNormals(RealType *Active, RealType *Size, RealType *Color); #endif /* VIEW_OBJ_GH */