Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
990 B

  1. #ifndef __gludefines_h_
  2. #define __gludefines_h_
  3. /**************************************************************************
  4. * *
  5. * Copyright (C) 1992, Silicon Graphics, Inc. *
  6. * *
  7. * These coded instructions, statements, and computer programs contain *
  8. * unpublished proprietary information of Silicon Graphics, Inc., and *
  9. * are protected by Federal copyright law. They may not be disclosed *
  10. * to third parties or copied or duplicated in any form, in whole or *
  11. * in part, without the prior written consent of Silicon Graphics, Inc. *
  12. * *
  13. **************************************************************************/
  14. /*
  15. * defines.h - $Revision: 1.1 $
  16. */
  17. /* culling constants */
  18. #define CULL_TRIVIAL_REJECT 0
  19. #define CULL_TRIVIAL_ACCEPT 1
  20. #define CULL_ACCEPT 2
  21. /* maximum order of a B-Spline */
  22. #define MAXORDER 24
  23. /* maximum dimension of any B-spline range space */
  24. #define MAXCOORDS 5
  25. #endif /* __gludefines_h_ */