~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

Viewing changes to source/blender/radiosity/intern/source/radfactors.c

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
    formfactors.c       nov/dec 1992
31
31
 
32
 
    $Id: radfactors.c 14444 2008-04-16 22:40:48Z hos $
 
32
    $Id: radfactors.c 16827 2008-09-29 17:08:11Z campbellbarton $
33
33
 
34
34
 *************************************** */
35
35
 
53
53
#include "RE_render_ext.h"       /* for `RE_zbufferall_radio and RE_zbufferall_radio */
54
54
 
55
55
/* locals */
56
 
void rad_setmatrices(RadView *vw);
57
 
void clearsubflagelem(RNode *rn);
58
 
void setsubflagelem(RNode *rn);
 
56
static void rad_setmatrices(RadView *vw);
 
57
static void clearsubflagelem(RNode *rn);
 
58
static void setsubflagelem(RNode *rn);
59
59
 
60
60
RadView hemitop, hemiside;
61
61
 
254
254
        /* } */
255
255
}
256
256
 
257
 
void rad_setmatrices(RadView *vw)           /* for hemi's */
 
257
static void rad_setmatrices(RadView *vw)            /* for hemi's */
258
258
{
259
259
        float up1[3], len, twist;
260
260
 
628
628
        }
629
629
}
630
630
 
631
 
void setsubflagelem(RNode *rn)
 
631
static void setsubflagelem(RNode *rn)
632
632
{
633
633
        
634
634
        if(rn->down1) {
640
640
        }
641
641
}
642
642
 
643
 
void clearsubflagelem(RNode *rn)
 
643
static void clearsubflagelem(RNode *rn)
644
644
{
645
645
        
646
646
        if(rn->down1) {