From 5a7db88f59a910cd9c1dc48bbc083bfd3f36bdf5 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 20 Jul 2003 17:59:57 +0000 Subject: - added patches for shaders in the stub... displist.c calls it. Bad Bad! --- source/blender/blenkernel/bad_level_call_stubs/stubs.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3