doom3-gpl
Doom 3 GPL source release
|
#include <Surface_SweptSpline.h>
Protected Member Functions | |
void | GetFrame (const idMat3 &previousFrame, const idVec3 dir, idMat3 &newFrame) |
Protected Member Functions inherited from idSurface | |
void | GenerateEdgeIndexes (void) |
int | FindEdge (int v1, int v2) const |
Protected Attributes | |
idCurve_Spline< idVec4 > * | spline |
idCurve_Spline< idVec4 > * | sweptSpline |
Protected Attributes inherited from idSurface | |
idList< idDrawVert > | verts |
idList< int > | indexes |
idList< surfaceEdge_t > | edges |
idList< int > | edgeIndexes |
Definition at line 40 of file Surface_SweptSpline.h.
ID_INLINE idSurface_SweptSpline::idSurface_SweptSpline | ( | void | ) |
Definition at line 65 of file Surface_SweptSpline.h.
ID_INLINE idSurface_SweptSpline::~idSurface_SweptSpline | ( | void | ) |
Definition at line 75 of file Surface_SweptSpline.h.
Definition at line 85 of file Surface_SweptSpline.h.
|
protected |
Definition at line 84 of file Surface_SweptSpline.cpp.
void idSurface_SweptSpline::SetSpline | ( | idCurve_Spline< idVec4 > * | spline | ) |
Definition at line 38 of file Surface_SweptSpline.cpp.
Definition at line 64 of file Surface_SweptSpline.cpp.
void idSurface_SweptSpline::SetSweptSpline | ( | idCurve_Spline< idVec4 > * | sweptSpline | ) |
Definition at line 50 of file Surface_SweptSpline.cpp.
void idSurface_SweptSpline::Tessellate | ( | const int | splineSubdivisions, |
const int | sweptSplineSubdivisions | ||
) |
Definition at line 146 of file Surface_SweptSpline.cpp.
|
protected |
Definition at line 54 of file Surface_SweptSpline.h.
|
protected |
Definition at line 55 of file Surface_SweptSpline.h.