Return a pointer to the colors data
| 378 | |
| 379 | // Return a pointer to the colors data |
| 380 | inline void* Mesh::getColorsPointer() { |
| 381 | return &(mColors[0]); |
| 382 | } |
| 383 | |
| 384 | // Return a pointer to the tangents data |
| 385 | inline void* Mesh::getTangentsPointer() { |
nothing calls this directly
no outgoing calls
no test coverage detected