HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_MikkT Class Reference

#include <GU_MikkT.h>

Static Public Member Functions

static bool computeTangentsBasic (const GU_Detail *gdp, const GA_PrimitiveGroup *group, const UT_StringHolder &uvattrname, const GA_RWHandleV3 &tangents, const GA_RWHandleV3 &bitangents, const GA_RWHandleF &signs)
 
static bool computeTangentsBasic (const GU_Detail *gdp, const GA_PrimitiveGroup *group, const GA_PointGroup *ptgroup, const UT_StringHolder &uvattrname, const GA_RWHandleV3 &tangents, const GA_RWHandleV3 &bitangents, const GA_RWHandleF &signs)
 

Detailed Description

Definition at line 246 of file GU_MikkT.h.

Member Function Documentation

static bool GU_MikkT::computeTangentsBasic ( const GU_Detail gdp,
const GA_PrimitiveGroup group,
const UT_StringHolder uvattrname,
const GA_RWHandleV3 tangents,
const GA_RWHandleV3 bitangents,
const GA_RWHandleF signs 
)
static

Compute MikkT tangents The result of the computation will be written out to per-vertex attributes: tangents, bitangents, and signs. Not all output handles need to be valid (invalid handles will be ignored).

static bool GU_MikkT::computeTangentsBasic ( const GU_Detail gdp,
const GA_PrimitiveGroup group,
const GA_PointGroup ptgroup,
const UT_StringHolder uvattrname,
const GA_RWHandleV3 tangents,
const GA_RWHandleV3 bitangents,
const GA_RWHandleF signs 
)
static

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