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:
authorTon Roosendaal <ton@blender.org>2004-06-26 22:03:57 +0400
committerTon Roosendaal <ton@blender.org>2004-06-26 22:03:57 +0400
commit263d0823d3fb28088dd5e0042deb7f27676a125c (patch)
treeb7ee325d7f03d2b0c874fb78023a155d51e65c05 /source/blender/radiosity/extern
parent2a6c8a2797ab3f629d6ab7c36e5e33cc3f7af9d3 (diff)
Changes in code to allow double sided energy, but it's not possible
to activate it. Added comment in code how to enable it for those who like to play (search for translu) What doesnt work - according to me not satisfying - is fact that radiosity hemicubes alias badly on short distances, so interior light doesn't spread well.
Diffstat (limited to 'source/blender/radiosity/extern')
-rw-r--r--source/blender/radiosity/extern/include/radio_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/radiosity/extern/include/radio_types.h b/source/blender/radiosity/extern/include/radio_types.h
index 4d5e56d7a15..910b50e4373 100644
--- a/source/blender/radiosity/extern/include/radio_types.h
+++ b/source/blender/radiosity/extern/include/radio_types.h
@@ -70,6 +70,7 @@ typedef struct RadView {
#define RAD_SHOOT 2
#define RAD_SUBDIV 4
#define RAD_BACKFACE 8
+#define RAD_TWOSIDED 16
typedef struct RNode { /* length: 76 */