Blender V2.61 - r43446
Public Attributes

MVBHRay Struct Reference

#include <kernel_mbvh.h>

List of all members.

Public Attributes

float3 P
float u
float3 idir
float v
float t
int index
int object
float3 origP
float3 origD
float tmax

Detailed Description

Definition at line 33 of file kernel_mbvh.h.


Member Data Documentation

Definition at line 39 of file kernel_mbvh.h.

Referenced by mbvh_get_intersection(), and mbvh_triangle_intersect().

Definition at line 40 of file kernel_mbvh.h.

Referenced by mbvh_get_intersection(), and mbvh_triangle_intersect().

Definition at line 43 of file kernel_mbvh.h.

Referenced by mbvh_instance_pop(), and mbvh_instance_push().

Definition at line 42 of file kernel_mbvh.h.

Referenced by mbvh_instance_pop(), and mbvh_instance_push().

float MVBHRay::t

Definition at line 44 of file kernel_mbvh.h.

Referenced by mbvh_instance_pop(), and mbvh_instance_push().

float MVBHRay::u

Definition at line 35 of file kernel_mbvh.h.

Referenced by mbvh_get_intersection(), and mbvh_triangle_intersect().

float MVBHRay::v

Definition at line 37 of file kernel_mbvh.h.

Referenced by mbvh_get_intersection(), and mbvh_triangle_intersect().


The documentation for this struct was generated from the following file: