Blender V4.3
SampleCallbackData Struct Reference

Public Attributes

PointDensitypd
 
int resolution
 
floatmin
 
floatdim
 
floatvalues
 

Detailed Description

Definition at line 865 of file texture_pointdensity.cc.

Member Data Documentation

◆ dim

float * SampleCallbackData::dim

Definition at line 868 of file texture_pointdensity.cc.

◆ min

float* SampleCallbackData::min

Definition at line 868 of file texture_pointdensity.cc.

◆ pd

PointDensity* SampleCallbackData::pd

Definition at line 866 of file texture_pointdensity.cc.

Referenced by RE_point_density_sample().

◆ resolution

int SampleCallbackData::resolution

Definition at line 867 of file texture_pointdensity.cc.

Referenced by point_density_sample_func().

◆ values

float* SampleCallbackData::values

Definition at line 869 of file texture_pointdensity.cc.


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