MCPcopy 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
506void DrawBatch::SetTransform(const mat4 &_transform) {
507 transform = _transform;
508 inv_transpose_transform = mat3(transform.GetInverseTranspose());
509}

Callers 14

RenderTextMethod · 0.45
GetLetterPosXYMethod · 0.45
GetCursorPosMethod · 0.45
CreatePhysicsSkeletonMethod · 0.45
MakeBulletObjectMethod · 0.45
MovedMethod · 0.45
UpdateMethod · 0.45
ASSetBoneTransformFunction · 0.45
CreatePhysicsShapeMethod · 0.45
UpdateCollisionShapeMethod · 0.45

Calls 2

mat3Class · 0.85
GetInverseTransposeMethod · 0.80

Tested by

no test coverage detected