~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to source/blender/makesdna/DNA_world_types.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        float horr, horg, horb;
60
60
        float zenr, zeng, zenb;
61
61
        float ambr, ambg, ambb;
62
 
        float pad2;
63
62
 
64
 
        unsigned int fastcol;
65
 
        
66
63
        /**
67
64
         * Exposure= mult factor. unused now, but maybe back later. Kept in to be upward compat.
68
65
         * New is exp/range control. linfac & logfac are constants... don't belong in
189
186
#define WOMAP_HORIZ             2
190
187
#define WOMAP_ZENUP             4
191
188
#define WOMAP_ZENDOWN   8
192
 
#define WOMAP_MIST              16 /* Deprecated */
 
189
// #define WOMAP_MIST           16 /* Deprecated */
193
190
 
194
191
/* flag */
195
192
#define WO_DS_EXPAND    (1<<0)