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

Public Attributes

const CustomDatavertex_data
 
CustomData vertex_data_storage
 
bool vertex_data_storage_allocated
 
int vertex_indices [4]
 

Detailed Description

Definition at line 143 of file subdiv_mesh.c.

Member Data Documentation

◆ vertex_data

const CustomData* VerticesForInterpolation::vertex_data

Definition at line 147 of file subdiv_mesh.c.

Referenced by subdiv_vertex_data_interpolate(), and vertex_interpolation_init().

◆ vertex_data_storage

CustomData VerticesForInterpolation::vertex_data_storage

◆ vertex_data_storage_allocated

bool VerticesForInterpolation::vertex_data_storage_allocated

Definition at line 158 of file subdiv_mesh.c.

Referenced by vertex_interpolation_end(), and vertex_interpolation_init().

◆ vertex_indices

int VerticesForInterpolation::vertex_indices[4]

Definition at line 161 of file subdiv_mesh.c.

Referenced by subdiv_vertex_data_interpolate(), and vertex_interpolation_init().


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