#include <GteMesh.h>
Public Member Functions | |
MeshDescription const & | GetDescription () const |
Mesh (MeshDescription const &description, std::vector< MeshTopology > const &validTopologies) | |
Mesh (Mesh const &)=delete | |
Mesh & | operator= (Mesh const &)=delete |
void | Update () |
virtual | ~Mesh () |
Protected Member Functions | |
Vector3< Real > & | Bitangent (uint32_t i) |
void | ComputeIndices () |
Vector3< Real > & | DPDU (uint32_t i) |
Vector3< Real > & | DPDV (uint32_t i) |
Vector3< Real > & | Normal (uint32_t i) |
Vector3< Real > & | Position (uint32_t i) |
Vector3< Real > & | Tangent (uint32_t i) |
Vector2< Real > & | TCoord (uint32_t i) |
virtual void | UpdateFrame () |
virtual void | UpdateNormals () |
virtual void | UpdatePositions () |
Protected Attributes | |
Vector3< Real > * | mBitangents |
size_t | mBitangentStride |
MeshDescription | mDescription |
Vector3< Real > * | mDPDUs |
size_t | mDPDUStride |
Vector3< Real > * | mDPDVs |
size_t | mDPDVStride |
std::vector< Matrix< 3, 2, Real > > | mDTU |
Vector3< Real > * | mNormals |
size_t | mNormalStride |
Vector3< Real > * | mPositions |
size_t | mPositionStride |
Vector3< Real > * | mTangents |
size_t | mTangentStride |
Vector2< Real > * | mTCoords |
size_t | mTCoordStride |
std::vector< Matrix< 2, 2, Real > > | mUTU |
gte::Mesh< Real >::Mesh | ( | MeshDescription const & | description, |
std::vector< MeshTopology > const & | validTopologies | ||
) |
|
inline |
Reimplemented in gte::RectanglePatchMesh< Real >.
Reimplemented in gte::RectanglePatchMesh< Real >.
Reimplemented in gte::RevolutionMesh< Real >, gte::TubeMesh< Real >, and gte::RectanglePatchMesh< Real >.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |