Return the pointer to the start of the vertices array * @return A pointer to the start of the vertex array of the mesh */
| 116 | * @return A pointer to the start of the vertex array of the mesh |
| 117 | */ |
| 118 | RP3D_FORCE_INLINE const unsigned char* VertexArray::getStart() const { |
| 119 | return mStart; |
| 120 | } |
| 121 | |
| 122 | } |
| 123 |