Blender V2.61 - r43446
Functions

occlusion.h File Reference

Go to the source code of this file.

Functions

void make_occ_tree (struct Render *re)
void free_occ (struct Render *re)
void sample_occ (struct Render *re, struct ShadeInput *shi)
void cache_occ_samples (struct Render *re, struct RenderPart *pa, struct ShadeSample *ssamp)
void free_occ_samples (struct Render *re, struct RenderPart *pa)

Detailed Description

Definition in file occlusion.h.


Function Documentation

void cache_occ_samples ( struct Render re,
struct RenderPart pa,
struct ShadeSample ssamp 
)
void free_occ ( struct Render re)

Definition at line 1745 of file occlusion.c.

References NULL, occ_free_tree(), and Render::occlusiontree.

Referenced by RE_Database_Free().

void free_occ_samples ( struct Render re,
struct RenderPart pa 
)
void make_occ_tree ( struct Render re)
void sample_occ ( struct Render re,
struct ShadeInput shi 
)