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

Public Attributes

float last_hit_co [3][3]
 
bool is_init [3]
 

Detailed Description

Data which is localized to each computed chunk (i.e. thread-safe, and with continuous subset of index range).

Definition at line 88 of file MOD_weightvgproximity.c.

Member Data Documentation

◆ is_init

bool Vert2GeomDataChunk::is_init[3]

Definition at line 91 of file MOD_weightvgproximity.c.

Referenced by vert2geom_task_cb_ex().

◆ last_hit_co

float Vert2GeomDataChunk::last_hit_co[3][3]

Definition at line 90 of file MOD_weightvgproximity.c.

Referenced by vert2geom_task_cb_ex().


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