Blender V5.0
SubdivCCGMaskEvaluator Struct Reference

#include <BKE_subdiv_ccg.hh>

Public Attributes

float(* eval_mask )(SubdivCCGMaskEvaluator *mask_evaluator, int ptex_face_index, float u, float v)
void(* free )(SubdivCCGMaskEvaluator *mask_evaluator)
void * user_data

Detailed Description

Functor which evaluates mask value at a given (u, v) of given ptex face.

Definition at line 34 of file BKE_subdiv_ccg.hh.

Member Data Documentation

◆ eval_mask

float(* SubdivCCGMaskEvaluator::eval_mask) (SubdivCCGMaskEvaluator *mask_evaluator, int ptex_face_index, float u, float v)

Definition at line 35 of file BKE_subdiv_ccg.hh.

Referenced by mask_init_functions().

◆ free

void(* SubdivCCGMaskEvaluator::free) (SubdivCCGMaskEvaluator *mask_evaluator)

Free the data, not the evaluator itself.

Definition at line 41 of file BKE_subdiv_ccg.hh.

Referenced by BKE_subdiv_to_ccg_mesh(), and mask_init_functions().

◆ user_data

void* SubdivCCGMaskEvaluator::user_data

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