Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getProgramState
Method
getProgramState
core/3d/Mesh.cpp:585–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
backend::ProgramState* Mesh::getProgramState() const
586
{
587
return _material ? _material->_currentTechnique->_passes.at(0)->getProgramState() : nullptr;
588
}
589
590
void Mesh::calculateAABB()
591
{
Callers
5
setMaterial
Method · 0.45
create
Method · 0.45
init
Method · 0.45
afterAsyncLoad
Method · 0.45
initWithFile
Method · 0.45
Calls
1
at
Method · 0.45
Tested by
no test coverage detected