other.h
上传用户:jinmajixie
上传日期:2022-07-12
资源大小:435k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. #ifndef _OTHER_H_
  2. #define _OTHER_H_
  3. #include "main.h"
  4. void DrawBoundingSphere(CVector *p, float r);
  5. void DrawBoundingBox(CVector *p, float x, float y, float z);
  6. void errf(char *message, char *var=""); // write error to file
  7. void err(char *text, char *title="error");
  8. void errfi(char *txt, float nmb1=-1, float nmb2=-1, float nmb3=-1);
  9. void erri(char *txt, float nmb1=-1, float nmb2=-1, float nmb3=-1);
  10. #endif