Blender V4.3
LineartData::_geom Struct Reference

#include <MOD_lineart.hh>

Public Attributes

ListBase vertex_buffer_pointers
 
ListBase line_buffer_pointers
 
ListBase triangle_buffer_pointers
 
ListBase triangle_adjacent_pointers
 
ListBase intersecting_vertex_buffer
 

Detailed Description

Definition at line 327 of file MOD_lineart.hh.

Member Data Documentation

◆ intersecting_vertex_buffer

ListBase LineartData::_geom::intersecting_vertex_buffer

Definition at line 336 of file MOD_lineart.hh.

◆ line_buffer_pointers

◆ triangle_adjacent_pointers

ListBase LineartData::_geom::triangle_adjacent_pointers

This one's memory is not from main pool and is free()ed after culling stage.

Definition at line 334 of file MOD_lineart.hh.

Referenced by lineart_geometry_object_load(), and lineart_main_free_adjacent_data().

◆ triangle_buffer_pointers

◆ vertex_buffer_pointers


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