Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ InitPositionTransformer
Function
InitPositionTransformer
src/Core/Graphics/PositionTransformers.cpp:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void InitPositionTransformer()
63
{
64
Transformers[
"Parallax"
] = Parallax;
65
Transformers[
"Camera"
] = Camera;
66
Transformers[
"Position"
] = Position;
67
}
68
} // namespace obe::Graphics
Callers
1
InitEngine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected