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

« back to all changes in this revision

Viewing changes to extern/qdune/svm/ImageTextures.h

  • 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:
1
 
//---------------------------------------------------------------------------------------
2
 
// Handles image based textures, including environment & shadow maps
3
 
//---------------------------------------------------------------------------------------
4
 
 
5
 
#ifndef _IMAGETEXTURES_H
6
 
#define _IMAGETEXTURES_H
7
 
 
8
 
#include "ri.h"
9
 
 
10
 
#include "QDRender.h"
11
 
__BEGIN_QDRENDER
12
 
 
13
 
void getTextureColor(RtColor col, const char* texname, float st[8], float A);
14
 
void getTextureFloat(RtFloat& fval, const char* texname, float st[8], float A);
15
 
float getShadowFactor(const char* texname, float st[8], const RtPoint& wldP, float* samples, float* blur, float* bias);
16
 
 
17
 
__END_QDRENDER
18
 
 
19
 
#endif // _IMAGETEXTURES_H