Blender  V3.3
Public Attributes | List of all members
LineartData::_geom Struct Reference

#include <MOD_lineart.h>

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 306 of file MOD_lineart.h.

Member Data Documentation

◆ intersecting_vertex_buffer

ListBase LineartData::_geom::intersecting_vertex_buffer

Definition at line 315 of file MOD_lineart.h.

◆ line_buffer_pointers

ListBase LineartData::_geom::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 313 of file MOD_lineart.h.

Referenced by lineart_geometry_object_load(), and lineart_main_free_adjacent_data().

◆ triangle_buffer_pointers

ListBase LineartData::_geom::triangle_buffer_pointers

◆ vertex_buffer_pointers

ListBase LineartData::_geom::vertex_buffer_pointers

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