MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / HasAnyLODInitialized

Method HasAnyLODInitialized

Source/Engine/Content/Assets/Model.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool Model::HasAnyLODInitialized() const
97{
98 return LODs.HasItems() && LODs.Last().HasAnyMeshInitialized();
99}
100
101bool Model::Intersects(const Ray& ray, const Matrix& world, Real& distance, Vector3& normal, Mesh** mesh, int32 lodIndex)
102{

Callers

nothing calls this directly

Calls 3

HasAnyMeshInitializedMethod · 0.80
HasItemsMethod · 0.45
LastMethod · 0.45

Tested by

no test coverage detected