MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getTangentsPointer

Method getTangentsPointer

testbed/opengl-framework/src/Mesh.h:385–387  ·  view source on GitHub ↗

Return a pointer to the tangents data

Source from the content-addressed store, hash-verified

383
384// Return a pointer to the tangents data
385inline void* Mesh::getTangentsPointer() {
386 return &(mTangents[0]);
387}
388
389// Return a pointer to the UV texture coordinates data
390inline void* Mesh::getUVTextureCoordinatesPointer() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected