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

#include <DNA_node_types.h>

Public Attributes

NodeTexBase base
 
short point_source
 
char _pad [2]
 
int particle_system
 
float radius
 
int resolution
 
short space
 
short interpolation
 
short color_source
 
short ob_color_source
 
char vertex_attribute_name [64]
 
PointDensity pd
 
int cached_resolution
 
char _pad2 [4]
 

Detailed Description

Definition at line 964 of file DNA_node_types.h.

Member Data Documentation

◆ _pad

char NodeShaderTexPointDensity::_pad[2]

Definition at line 967 of file DNA_node_types.h.

◆ _pad2

char NodeShaderTexPointDensity::_pad2[4]

Definition at line 980 of file DNA_node_types.h.

◆ base

NodeTexBase NodeShaderTexPointDensity::base

Definition at line 965 of file DNA_node_types.h.

◆ cached_resolution

int NodeShaderTexPointDensity::cached_resolution

Definition at line 979 of file DNA_node_types.h.

◆ color_source

short NodeShaderTexPointDensity::color_source

Definition at line 973 of file DNA_node_types.h.

Referenced by node_shader_init_tex_pointdensity().

◆ interpolation

short NodeShaderTexPointDensity::interpolation

Definition at line 972 of file DNA_node_types.h.

◆ ob_color_source

short NodeShaderTexPointDensity::ob_color_source

Definition at line 974 of file DNA_node_types.h.

Referenced by node_shader_buts_tex_pointdensity().

◆ particle_system

int NodeShaderTexPointDensity::particle_system

Definition at line 968 of file DNA_node_types.h.

◆ pd

PointDensity NodeShaderTexPointDensity::pd

◆ point_source

short NodeShaderTexPointDensity::point_source

Definition at line 966 of file DNA_node_types.h.

Referenced by node_shader_buts_tex_pointdensity().

◆ radius

float NodeShaderTexPointDensity::radius

Definition at line 969 of file DNA_node_types.h.

Referenced by node_shader_init_tex_pointdensity().

◆ resolution

int NodeShaderTexPointDensity::resolution

Definition at line 970 of file DNA_node_types.h.

Referenced by node_shader_init_tex_pointdensity().

◆ space

short NodeShaderTexPointDensity::space

Definition at line 971 of file DNA_node_types.h.

Referenced by node_shader_init_tex_pointdensity().

◆ vertex_attribute_name

char NodeShaderTexPointDensity::vertex_attribute_name[64]

Vertex attribute layer for color source, MAX_CUSTOMDATA_LAYER_NAME.

Definition at line 976 of file DNA_node_types.h.


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