Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenkernel/bad_level_call_stubs/stubs.c')
-rw-r--r--source/blender/blenkernel/bad_level_call_stubs/stubs.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/blender/blenkernel/bad_level_call_stubs/stubs.c b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
index 8c75e0b025a..ca18b4e2846 100644
--- a/source/blender/blenkernel/bad_level_call_stubs/stubs.c
+++ b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
@@ -87,7 +87,14 @@ ListBase editNurb;
#include "DNA_world_types.h" /* for render_types */
#include "render_types.h"
struct RE_Render R;
-float Phong_Spec(float *n, float *l, float *v, int hard){return 0;}
+
+float Phong_Spec(float *n, float *l, float *v, int hard){return 0;}
+float Blinn_Spec(float *n, float *l, float *v, float a, float b){return 0;}
+float CookTorr_Spec(float *n, float *l, float *v, int hard){return 0;}
+float Toon_Spec(float *n, float *l, float *v, float a, float b){return 0;}
+float Toon_Diff(float *n, float *l, float *v, float a, float b){return 0;}
+float OrenNayar_Diff(float *n, float *l, float *v, float a, float b){return 0;}
+
void waitcursor(int val){}
void allqueue(unsigned short event, short val){}
#define REDRAWVIEW3D 0x4010