Blender  V2.93
Public Attributes | List of all members
LocalIntersection Struct Reference

#include <kernel_types.h>

Public Attributes

Ray ray
 
float3 weight [LOCAL_MAX_HITS]
 
int num_hits
 
struct Intersection hits [LOCAL_MAX_HITS]
 
float3 Ng [LOCAL_MAX_HITS]
 

Detailed Description

Definition at line 1083 of file kernel_types.h.

Member Data Documentation

◆ hits

struct Intersection LocalIntersection::hits[LOCAL_MAX_HITS]

◆ Ng

float3 LocalIntersection::Ng[LOCAL_MAX_HITS]

Definition at line 1089 of file kernel_types.h.

Referenced by subsurface_scatter_disk().

◆ num_hits

int LocalIntersection::num_hits

Definition at line 1087 of file kernel_types.h.

Referenced by subsurface_random_walk(), and subsurface_scatter_disk().

◆ ray

Ray LocalIntersection::ray

◆ weight

float3 LocalIntersection::weight[LOCAL_MAX_HITS]

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