#include <J3DVertex.h>
◆ J3DVertexBuffer()
J3DVertexBuffer::J3DVertexBuffer |
( |
| ) |
|
|
inline |
◆ ~J3DVertexBuffer()
J3DVertexBuffer::~J3DVertexBuffer |
( |
| ) |
|
◆ allocTransformedVtxNrmArray()
s32 J3DVertexBuffer::allocTransformedVtxNrmArray |
( |
| ) |
|
◆ allocTransformedVtxPosArray()
s32 J3DVertexBuffer::allocTransformedVtxPosArray |
( |
| ) |
|
◆ copyLocalVtxArray()
s32 J3DVertexBuffer::copyLocalVtxArray |
( |
u32 |
flag | ) |
|
◆ copyLocalVtxNrmArray()
s32 J3DVertexBuffer::copyLocalVtxNrmArray |
( |
u32 |
flag | ) |
|
◆ copyLocalVtxPosArray()
s32 J3DVertexBuffer::copyLocalVtxPosArray |
( |
u32 |
flag | ) |
|
◆ frameInit()
void J3DVertexBuffer::frameInit |
( |
| ) |
|
|
inline |
◆ getCurrentVtxNrm()
void * J3DVertexBuffer::getCurrentVtxNrm |
( |
| ) |
|
|
inline |
◆ getCurrentVtxPos()
void * J3DVertexBuffer::getCurrentVtxPos |
( |
| ) |
|
|
inline |
◆ getTransformedVtxNrm()
void * J3DVertexBuffer::getTransformedVtxNrm |
( |
int |
idx | ) |
|
|
inline |
◆ getTransformedVtxPos()
void * J3DVertexBuffer::getTransformedVtxPos |
( |
int |
idx | ) |
|
|
inline |
◆ getVertexData()
◆ getVtxNrmArrayPointer()
void * J3DVertexBuffer::getVtxNrmArrayPointer |
( |
int |
index | ) |
|
|
inline |
◆ getVtxPosArrayPointer()
void * J3DVertexBuffer::getVtxPosArrayPointer |
( |
int |
index | ) |
|
|
inline |
◆ init()
void J3DVertexBuffer::init |
( |
| ) |
|
◆ setArray()
void J3DVertexBuffer::setArray |
( |
| ) |
const |
◆ setCurrentVtxCol()
void J3DVertexBuffer::setCurrentVtxCol |
( |
GXColor * |
pVtxCol | ) |
|
|
inline |
◆ setCurrentVtxNrm()
void J3DVertexBuffer::setCurrentVtxNrm |
( |
void * |
pVtxNrm | ) |
|
|
inline |
◆ setCurrentVtxPos()
void J3DVertexBuffer::setCurrentVtxPos |
( |
void * |
pVtxPos | ) |
|
|
inline |
◆ setVertexData()
◆ swapTransformedVtxNrm()
void J3DVertexBuffer::swapTransformedVtxNrm |
( |
| ) |
|
|
inline |
◆ swapTransformedVtxPos()
void J3DVertexBuffer::swapTransformedVtxPos |
( |
| ) |
|
|
inline |
◆ swapVtxNrmArrayPointer()
void J3DVertexBuffer::swapVtxNrmArrayPointer |
( |
| ) |
|
|
inline |
◆ swapVtxPosArrayPointer()
void J3DVertexBuffer::swapVtxPosArrayPointer |
( |
| ) |
|
|
inline |
◆ mCurrentVtxCol
GXColor* J3DVertexBuffer::mCurrentVtxCol |
|
private |
◆ mCurrentVtxNrm
void* J3DVertexBuffer::mCurrentVtxNrm |
|
private |
◆ mCurrentVtxPos
void* J3DVertexBuffer::mCurrentVtxPos |
|
private |
◆ mTransformedVtxNrmArray
void* J3DVertexBuffer::mTransformedVtxNrmArray[2] |
|
private |
◆ mTransformedVtxPosArray
void* J3DVertexBuffer::mTransformedVtxPosArray[2] |
|
private |
◆ mVtxColArray
GXColor* J3DVertexBuffer::mVtxColArray[2] |
|
private |
◆ mVtxData
◆ mVtxNrmArray
void* J3DVertexBuffer::mVtxNrmArray[2] |
|
private |
◆ mVtxPosArray
void* J3DVertexBuffer::mVtxPosArray[2] |
|
private |
The documentation for this class was generated from the following files: