MCPcopy Create free account
hub / github.com/aardappel/treesheets / AppendTransform

Function AppendTransform

lobster/src/glsystem.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34GeometryCache *geomcache = nullptr;
35
36void AppendTransform(const float4x4 &forward, const float4x4 &backward) {
37 otransforms.object2view *= forward;
38 otransforms.view2object = backward * otransforms.view2object;
39}
40
41int SetBlendMode(BlendMode mode) {
42 static BlendMode curblendmode = BLEND_NONE;

Callers 2

VREyeFunction · 0.85
PushTransformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected