Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ setModelMatrix
Function
setModelMatrix
src/cinder/gl/wrapper.cpp:409–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
407
}
408
409
void setModelMatrix( const ci::mat4 &m )
410
{
411
auto ctx = context();
412
ctx->getModelMatrixStack().back() = m;
413
}
414
415
void setViewMatrix( const ci::mat4 &m )
416
{
Callers
4
renderSceneToFbo
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
ScopedModelMatrix
Function · 0.85
Calls
2
back
Method · 0.80
context
Function · 0.70
Tested by
2
draw
Method · 0.68
draw
Method · 0.68