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

#include <BKE_subdiv_modifier.h>

Public Attributes

SubdivSettings settings
 
struct Subdivsubdiv
 
bool set_by_draw_code
 
bool has_gpu_subdiv
 
int resolution
 
bool use_optimal_display
 
bool calc_loop_normals
 
bool use_loop_normals
 
int stats_totvert
 
int stats_totedge
 
int stats_totpoly
 
int stats_totloop
 

Detailed Description

Definition at line 30 of file BKE_subdiv_modifier.h.

Member Data Documentation

◆ calc_loop_normals

bool SubsurfRuntimeData::calc_loop_normals

◆ has_gpu_subdiv

bool SubsurfRuntimeData::has_gpu_subdiv

◆ resolution

int SubsurfRuntimeData::resolution

◆ set_by_draw_code

bool SubsurfRuntimeData::set_by_draw_code

Definition at line 36 of file BKE_subdiv_modifier.h.

Referenced by BKE_subsurf_modifier_subdiv_descriptor_ensure().

◆ settings

SubdivSettings SubsurfRuntimeData::settings

◆ stats_totedge

int SubsurfRuntimeData::stats_totedge

Definition at line 47 of file BKE_subdiv_modifier.h.

Referenced by draw_subdiv_create_requested_buffers(), and stats_mesheval().

◆ stats_totloop

int SubsurfRuntimeData::stats_totloop

Definition at line 49 of file BKE_subdiv_modifier.h.

Referenced by draw_subdiv_create_requested_buffers(), and stats_mesheval().

◆ stats_totpoly

int SubsurfRuntimeData::stats_totpoly

Definition at line 48 of file BKE_subdiv_modifier.h.

Referenced by draw_subdiv_create_requested_buffers(), and stats_mesheval().

◆ stats_totvert

int SubsurfRuntimeData::stats_totvert

Definition at line 46 of file BKE_subdiv_modifier.h.

Referenced by draw_subdiv_create_requested_buffers(), and stats_mesheval().

◆ subdiv

struct Subdiv* SubsurfRuntimeData::subdiv

◆ use_loop_normals

bool SubsurfRuntimeData::use_loop_normals

◆ use_optimal_display

bool SubsurfRuntimeData::use_optimal_display

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