#include <GU_Surfacer.h>
Public Member Functions | |
| GU_Surfacer (GU_Detail &gdp, const UT_Vector3 &pos, const UT_Vector3 &size, int xdivs, int ydivs, int zdivs, bool do_normals) | |
| virtual | ~GU_Surfacer () |
| void | addCell (int x, int y, int z, const fpreal density[8], const UT_Vector3 gradient[8]) |
Protected Member Functions | |
| virtual void | pointAdded (GEO_Point *pt, int idx0, int idx1, fpreal u) |
| virtual void | polygonAdded (GEO_PrimPoly *poly) |
Definition at line 28 of file GU_Surfacer.h.
| GU_Surfacer::GU_Surfacer | ( | GU_Detail & | gdp, | |
| const UT_Vector3 & | pos, | |||
| const UT_Vector3 & | size, | |||
| int | xdivs, | |||
| int | ydivs, | |||
| int | zdivs, | |||
| bool | do_normals | |||
| ) |
| virtual GU_Surfacer::~GU_Surfacer | ( | ) | [virtual] |
| void GU_Surfacer::addCell | ( | int | x, | |
| int | y, | |||
| int | z, | |||
| const fpreal | density[8], | |||
| const UT_Vector3 | gradient[8] | |||
| ) |
| virtual void GU_Surfacer::pointAdded | ( | GEO_Point * | pt, | |
| int | idx0, | |||
| int | idx1, | |||
| fpreal | u | |||
| ) | [inline, protected, virtual] |
Definition at line 44 of file GU_Surfacer.h.
| virtual void GU_Surfacer::polygonAdded | ( | GEO_PrimPoly * | poly | ) | [inline, protected, virtual] |
Definition at line 46 of file GU_Surfacer.h.
1.5.9