MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetViewPosition

Function GetViewPosition

trinity/Tr2Renderer_Blue.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 ":param asp: aspect ratio, defined as view space width divided by height." );
34
35static Vector3 GetViewPosition()
36{
37 return Tr2Renderer::GetViewPosition();
38}
39MAP_FUNCTION_AND_WRAP( "GetViewPosition", GetViewPosition, "Returns the view (camera) position as a tuple of 3 floats." );
40
41static Matrix GetProjectionTransform()

Callers 15

RenderDebugInfoMethod · 0.85
DoUpdateListsMethod · 0.85
UpdateValueMethod · 0.85
GetSortValueMethod · 0.85
GetBatchImplMethod · 0.85
GetBatchesMethod · 0.85
InitRenderPassMethod · 0.85
GetSortValueMethod · 0.85
UpdateTransformMethod · 0.85
GetSortValueMethod · 0.85
SortParticlesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected