MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~Frustum

Method ~Frustum

Engine/source/EtRendering/GraphicsTypes/Frustum.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 m_Corners = FrustumCorners();
28}
29Frustum::~Frustum()
30{
31}
32
33//create transforms to prevent transforming every triangle into world space
34void Frustum::SetCullTransform(mat4 objectWorld)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected