Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetTransform
Method
SetTransform
Source/Graphics/drawbatch.cpp:506–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
504
}
505
506
void DrawBatch::SetTransform(const mat4 &_transform) {
507
transform = _transform;
508
inv_transpose_transform = mat3(transform.GetInverseTranspose());
509
}
Callers
14
RenderText
Method · 0.45
GetLetterPosXY
Method · 0.45
GetCursorPos
Method · 0.45
CreatePhysicsSkeleton
Method · 0.45
MakeBulletObject
Method · 0.45
Moved
Method · 0.45
Update
Method · 0.45
UpdateCollisionObjects
Method · 0.45
ASSetBoneTransform
Function · 0.45
CreatePhysicsShape
Method · 0.45
UpdatePhysicsTransform
Method · 0.45
UpdateCollisionShape
Method · 0.45
Calls
2
mat3
Class · 0.85
GetInverseTranspose
Method · 0.80
Tested by
no test coverage detected