|
Blender V4.5
|
#include <types.h>
Public Attributes | |
| float3 | P |
| float3 | D |
| float | tmin |
| float | tmax |
| float | time |
| float | dP |
| float | dD |
| RaySelfPrimitives | self |
Definition at line 716 of file kernel/types.h.
| float3 Ray::D |
Definition at line 718 of file kernel/types.h.
Referenced by kernel_embree_setup_ray(), kernel_path_mnee_sample(), mnee_newton_solver(), mnee_path_contribution(), OSLRenderServices::trace(), and Camera::world_to_raster_size().
| float Ray::dD |
Definition at line 725 of file kernel/types.h.
Referenced by kernel_path_mnee_sample(), mnee_newton_solver(), mnee_path_contribution(), OSLRenderServices::trace(), and Camera::world_to_raster_size().
| float Ray::dP |
Definition at line 724 of file kernel/types.h.
Referenced by kernel_path_mnee_sample(), mnee_newton_solver(), mnee_path_contribution(), OSLRenderServices::trace(), and Camera::world_to_raster_size().
| float3 Ray::P |
Definition at line 717 of file kernel/types.h.
Referenced by kernel_embree_setup_ray(), kernel_path_mnee_sample(), mnee_newton_solver(), mnee_path_contribution(), and OSLRenderServices::trace().
| RaySelfPrimitives Ray::self |
Definition at line 728 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(), kernel_embree_filter_occluded_volume_all_func_impl(), kernel_embree_is_self_intersection(), kernel_path_mnee_sample(), mnee_newton_solver(), mnee_path_contribution(), and OSLRenderServices::trace().
| float Ray::time |
Definition at line 721 of file kernel/types.h.
Referenced by kernel_embree_setup_ray(), kernel_path_mnee_sample(), mnee_newton_solver(), mnee_path_contribution(), and OSLRenderServices::trace().
| float Ray::tmax |
Definition at line 720 of file kernel/types.h.
Referenced by kernel_embree_setup_ray(), kernel_path_mnee_sample(), mnee_newton_solver(), mnee_path_contribution(), and OSLRenderServices::trace().
| float Ray::tmin |
Definition at line 719 of file kernel/types.h.
Referenced by kernel_embree_setup_ray(), kernel_path_mnee_sample(), mnee_newton_solver(), mnee_path_contribution(), and OSLRenderServices::trace().