|
arsa
2.7
|
モデル More...
#include <EffekseerRendererGL.h>
Classes | |
| struct | InternalModel |
Public Member Functions | |
| Model (void *data, int32_t size) | |
| ~Model () | |
| Destructor. More... | |
Public Member Functions inherited from Effekseer::Model | |
| Model (void *data, int32_t size) | |
| Constructor. More... | |
| Vertex * | GetVertexes (int32_t index=0) const |
| int32_t | GetVertexCount (int32_t index=0) |
| Face * | GetFaces (int32_t index=0) const |
| int32_t | GetFaceCount (int32_t index=0) |
| int32_t | GetFrameCount () const |
| int32_t | GetModelCount () |
| int32_t | GetVertexSize () const |
| Emitter | GetEmitter (IRandObject *g, int32_t time, CoordinateSystem coordinate, float magnification) |
| Emitter | GetEmitterFromVertex (IRandObject *g, int32_t time, CoordinateSystem coordinate, float magnification) |
| Emitter | GetEmitterFromVertex (int32_t index, int32_t time, CoordinateSystem coordinate, float magnification) |
| Emitter | GetEmitterFromFace (IRandObject *g, int32_t time, CoordinateSystem coordinate, float magnification) |
| Emitter | GetEmitterFromFace (int32_t index, int32_t time, CoordinateSystem coordinate, float magnification) |
Public Attributes | |
| InternalModel * | InternalModels = nullptr |
| int32_t | ModelCount |
Additional Inherited Members | |
Static Public Attributes inherited from Effekseer::Model | |
| static const int32_t | Version = 1 |
Protected Attributes inherited from Effekseer::Model | |
| int32_t | m_vertexSize = sizeof(Vertex) |
モデル
Definition at line 649 of file EffekseerRendererGL.h.
|
virtual |
Destructor.
Reimplemented from Effekseer::Model.
| InternalModel* EffekseerRendererGL::Model::InternalModels = nullptr |
Definition at line 673 of file EffekseerRendererGL.h.
| int32_t EffekseerRendererGL::Model::ModelCount |
Definition at line 674 of file EffekseerRendererGL.h.
1.8.15