Blender  V2.93
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 504 of file texture_pointdensity.c.

Member Data Documentation

◆ age

float* PointDensityRangeData::age

Definition at line 515 of file texture_pointdensity.c.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ col

float* PointDensityRangeData::col

Definition at line 511 of file texture_pointdensity.c.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ density

float* PointDensityRangeData::density

Definition at line 505 of file texture_pointdensity.c.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ density_curve

struct CurveMapping* PointDensityRangeData::density_curve

Definition at line 516 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ falloff_type

short PointDensityRangeData::falloff_type

Definition at line 513 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ noise_influence

short PointDensityRangeData::noise_influence

Definition at line 514 of file texture_pointdensity.c.

Referenced by init_pointdensityrangedata().

◆ point_data_color

float* PointDensityRangeData::point_data_color

Definition at line 509 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 512 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ squared_radius

float PointDensityRangeData::squared_radius

Definition at line 506 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ vec

float* PointDensityRangeData::vec

Definition at line 510 of file texture_pointdensity.c.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ velscale

float PointDensityRangeData::velscale

Definition at line 517 of file texture_pointdensity.c.

Referenced by density_falloff(), and init_pointdensityrangedata().


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