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

Public Attributes

floatdensity
 
float squared_radius
 
floatpoint_data_life
 
floatpoint_data_velocity
 
floatpoint_data_color
 
floatvec
 
floatcol
 
float softness
 
short falloff_type
 
short noise_influence
 
floatage
 
struct CurveMappingdensity_curve
 
float velscale
 

Detailed Description

Definition at line 475 of file texture_pointdensity.c.

Member Data Documentation

◆ age

float* PointDensityRangeData::age

Definition at line 486 of file texture_pointdensity.c.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ col

float* PointDensityRangeData::col

Definition at line 482 of file texture_pointdensity.c.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ density

float* PointDensityRangeData::density

Definition at line 476 of file texture_pointdensity.c.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ density_curve

struct CurveMapping* PointDensityRangeData::density_curve

Definition at line 487 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ falloff_type

short PointDensityRangeData::falloff_type

Definition at line 484 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ noise_influence

short PointDensityRangeData::noise_influence

Definition at line 485 of file texture_pointdensity.c.

Referenced by init_pointdensityrangedata().

◆ point_data_color

float* PointDensityRangeData::point_data_color

Definition at line 480 of file texture_pointdensity.c.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ point_data_life

float* PointDensityRangeData::point_data_life

◆ point_data_velocity

float* PointDensityRangeData::point_data_velocity

◆ softness

float PointDensityRangeData::softness

Definition at line 483 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ squared_radius

float PointDensityRangeData::squared_radius

Definition at line 477 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ vec

float* PointDensityRangeData::vec

Definition at line 481 of file texture_pointdensity.c.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ velscale

float PointDensityRangeData::velscale

Definition at line 488 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().


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