|
Blender V4.3
|
#include <types.h>
Public Attributes | |
| float3 | P |
| float3 | D |
| float | tmin |
| float | tmax |
| float | time |
| float | dP |
| float | dD |
| RaySelfPrimitives | self |
Definition at line 724 of file kernel/types.h.
| float3 Ray::D |
Definition at line 726 of file kernel/types.h.
| float Ray::dD |
Definition at line 733 of file kernel/types.h.
| float Ray::dP |
Definition at line 732 of file kernel/types.h.
| float3 Ray::P |
Definition at line 725 of file kernel/types.h.
Referenced by integrator_init_from_bake(), integrator_volume_stack_update_for_subsurface(), and OSLRenderServices::trace().
| RaySelfPrimitives Ray::self |
Definition at line 736 of file kernel/types.h.
Referenced by kernel_embree_filter_intersection_func_impl(), kernel_embree_filter_occluded_local_func_impl(), kernel_embree_filter_occluded_shadow_all_func_impl(), and kernel_embree_filter_occluded_volume_all_func_impl().
| float Ray::time |
Definition at line 729 of file kernel/types.h.
| float Ray::tmax |
Definition at line 728 of file kernel/types.h.
| float Ray::tmin |
Definition at line 727 of file kernel/types.h.