~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/render/intern/include/zbufferdatastruct_types.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * zbufferdatastruct_types.h
3
3
 *
4
 
 * $Id: zbufferdatastruct_types.h,v 1.5 2002/12/27 13:10:33 mein Exp $
 
4
 * $Id: zbufferdatastruct_types.h,v 1.6 2005/04/18 19:36:34 ton Exp $
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
55
55
/* but this should definitely be done in a better way. An enum may   */
56
56
/* be some help, but masking is still a nice feature...              */
57
57
/* object types to buffer in the z buffer */
58
 
#define RE_NONE 0
59
 
#define RE_POLY 1
60
 
#define RE_HALO 2
61
 
#define RE_SKY  4
 
58
/* RE_SOLID is flag for RE_POLY, as speedup */
 
59
#define RE_NONE         0
 
60
#define RE_POLY         1
 
61
#define RE_HALO         2
 
62
#define RE_SKY          4
 
63
#define RE_SOLID        8
62
64
 
63
65
/* unique indices for each field */
64
66
#define RE_ZMIN           0