Blender  V3.3
Public Attributes | List of all members
Ray Struct Reference

#include <types.h>

Public Attributes

float3 P
 
float3 D
 
float tmin
 
float tmax
 
float time
 
RaySelfPrimitives self
 
float dP
 
float dD
 

Detailed Description

Definition at line 523 of file kernel/types.h.

Member Data Documentation

◆ D

float3 Ray::D

◆ dD

float Ray::dD

Definition at line 534 of file kernel/types.h.

Referenced by OSLRenderServices::trace(), and Camera::world_to_raster_size().

◆ dP

float Ray::dP

Definition at line 533 of file kernel/types.h.

Referenced by OSLRenderServices::trace(), and Camera::world_to_raster_size().

◆ P

float3 Ray::P

Definition at line 524 of file kernel/types.h.

Referenced by kernel_embree_setup_ray(), and OSLRenderServices::trace().

◆ self

RaySelfPrimitives Ray::self

◆ time

float Ray::time

Definition at line 528 of file kernel/types.h.

Referenced by kernel_embree_setup_ray(), and OSLRenderServices::trace().

◆ tmax

float Ray::tmax

◆ tmin

float Ray::tmin

Definition at line 526 of file kernel/types.h.

Referenced by kernel_embree_setup_ray(), and OSLRenderServices::trace().


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