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

Function PushTransform

lobster/src/graphics.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99Value PushTransform(VM &vm, const float4x4 &forward, const float4x4 &backward, const Value &body) {
100 if (body.True()) vm.PushAnyAsString(otransforms);
101 AppendTransform(forward, backward);
102 return body;
103}
104
105void PopTransform(VM &vm) {
106 vm.PopAnyFromString(otransforms);

Callers 2

AddVRFunction · 0.85
AddGraphicsFunction · 0.85

Calls 3

AppendTransformFunction · 0.85
PushAnyAsStringMethod · 0.80
TrueMethod · 0.45

Tested by

no test coverage detected