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

Method IsSphereVisible

trinity/TriFrustum.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121bool TriFrustum::IsSphereVisible( const Vector4* sphere, bool cullBackPlane ) const
122{
123 return IsSphereVisible( *reinterpret_cast<const Vector3*>( sphere ), sphere->w, cullBackPlane );
124}
125
126// ---------------------------------------------------------------------------
127bool TriFrustum::IsSphereVisible( const Vector3& center, float radius, bool cullBackPlane ) const

Callers 15

AddPointLightMethod · 0.80
AddLightMethod · 0.80
SetLODMethod · 0.80
UpdateVisibilityMethod · 0.80
IsVisibleMethod · 0.80
MergeLODMethod · 0.80
PerformFrustumCullingMethod · 0.80
UpdateVisibilityMethod · 0.80
IsVisibleMethod · 0.80
UpdateVisibilityMethod · 0.80
UpdateVisibilityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected