|
Blender
V2.59
|
Go to the source code of this file.
Functions | |
| static int | RE_rayobject_empty_intersect (RayObject *o, Isect *is) |
| static void | RE_rayobject_empty_free (RayObject *o) |
| static void | RE_rayobject_empty_bb (RayObject *o, float *min, float *max) |
| static float | RE_rayobject_empty_cost (RayObject *o) |
| static void | RE_rayobject_empty_hint_bb (RayObject *o, RayHint *hint, float *min, float *max) |
| RayObject * | RE_rayobject_empty_create () |
Variables | |
| static RayObjectAPI | empty_api |
| static RayObject | empty_raytree = { &empty_api, {0, 0} } |
Definition in file rayobject_empty.cpp.
| static void RE_rayobject_empty_bb | ( | RayObject * | o, |
| float * | min, | ||
| float * | max | ||
| ) | [static] |
Definition at line 50 of file rayobject_empty.cpp.
| static float RE_rayobject_empty_cost | ( | RayObject * | o | ) | [static] |
Definition at line 55 of file rayobject_empty.cpp.
| RayObject* RE_rayobject_empty_create | ( | void | ) |
Definition at line 76 of file rayobject_empty.cpp.
References RE_rayobject_unalignRayAPI.
Referenced by makeraytree_single().
| static void RE_rayobject_empty_free | ( | RayObject * | o | ) | [static] |
Definition at line 46 of file rayobject_empty.cpp.
| static void RE_rayobject_empty_hint_bb | ( | RayObject * | o, |
| RayHint * | hint, | ||
| float * | min, | ||
| float * | max | ||
| ) | [static] |
Definition at line 60 of file rayobject_empty.cpp.
Definition at line 41 of file rayobject_empty.cpp.
RayObjectAPI empty_api [static] |
{
RE_rayobject_empty_intersect,
NULL,
NULL,
RE_rayobject_empty_free,
RE_rayobject_empty_bb,
RE_rayobject_empty_cost,
RE_rayobject_empty_hint_bb
}
Definition at line 63 of file rayobject_empty.cpp.
RayObject empty_raytree = { &empty_api, {0, 0} } [static] |
Definition at line 74 of file rayobject_empty.cpp.