#include <GU_SubDivPatch.h>
Public Member Functions | |
| GU_SubDivPatchSet (const UT_PtrArray< GU_Detail * > &details, const UT_IntArray *ptattribs=0, const UT_IntArray *vtxattribs=0, bool linearcreases=true) | |
| virtual | ~GU_SubDivPatchSet () |
| void | stealPatches (UT_PtrArray< GU_SubDivPatch * > &patches) |
| void | catclark (int levels) |
Definition at line 384 of file GU_SubDivPatch.h.
| GU_SubDivPatchSet::GU_SubDivPatchSet | ( | const UT_PtrArray< GU_Detail * > & | details, | |
| const UT_IntArray * | ptattribs = 0, |
|||
| const UT_IntArray * | vtxattribs = 0, |
|||
| bool | linearcreases = true | |||
| ) |
Given a set of motion blur details, create the subdivision patch representation.
| virtual GU_SubDivPatchSet::~GU_SubDivPatchSet | ( | ) | [virtual] |
| void GU_SubDivPatchSet::catclark | ( | int | levels | ) |
Perform subdivision on the geometry. We'll modify our referenced gdps here.
| void GU_SubDivPatchSet::stealPatches | ( | UT_PtrArray< GU_SubDivPatch * > & | patches | ) |
1.5.9