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

#include <MOD_lineart.h>

Public Attributes

double gloc [3]
 
double fbcoord [4]
 
int index
 
char flag
 

Detailed Description

Definition at line 112 of file MOD_lineart.h.

Member Data Documentation

◆ fbcoord

double LineartVert::fbcoord[4]

◆ flag

char LineartVert::flag

Intersection data flag is here, when LRT_VERT_HAS_INTERSECTION_DATA is set, size of the struct is extended to include intersection data. See eLineArtVertFlags.

Definition at line 124 of file MOD_lineart.h.

Referenced by lineart_triangle_intersect().

◆ gloc

double LineartVert::gloc[3]

◆ index

int LineartVert::index

Definition at line 117 of file MOD_lineart.h.

Referenced by lineart_geometry_object_load(), and lineart_triangle_cull_single().


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