Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ convertToVertexData
Method
convertToVertexData
Engine/source/ts/tsMesh.cpp:3093–3099 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3091
}
3092
3093
void TSMesh::convertToVertexData()
3094
{
3095
if (!mVertexData.isReady())
3096
{
3097
_convertToVertexData(mVertexData, verts, norms);
3098
}
3099
}
3100
3101
void TSSkinMesh::convertToVertexData()
3102
{
Callers
1
initVertexFeatures
Method · 0.80
Calls
1
isReady
Method · 0.45
Tested by
no test coverage detected