|
Blender
V2.59
|
#include <rayintersection.h>
Public Attributes | |
| int | size |
| struct RayObject * | stack [RE_RAY_LCTS_MAX_SIZE] |
Definition at line 51 of file rayintersection.h.
| int LCTSHint::size |
Definition at line 52 of file rayintersection.h.
Referenced by bvh_dfs_make_hint(), bvh_hint_bb(), MakeCursor::App::changesize(), MakeCursor::App::doit(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().
| struct RayObject* LCTSHint::stack[RE_RAY_LCTS_MAX_SIZE] |
Definition at line 53 of file rayintersection.h.
Referenced by bvh_dfs_make_hint(), and bvh_hint_bb().