Home
last modified time | relevance | path

Searched refs:cullingBox_ (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DOctree.h79 const BoundingBox& GetCullingBox() const { return cullingBox_; } in GetCullingBox()
138 BoundingBox cullingBox_; variable
H A DOctree.cpp146 …insertHere = !drawable->IsOccludee() || cullingBox_.IsInside(box) != INSIDE || CheckDrawableFit(bo… in InsertDrawable()
230cullingBox_ = BoundingBox(worldBoundingBox_.min_ - halfSize_, worldBoundingBox_.max_ + halfSize_); in Initialize()
237 Intersection res = query.TestOctant(cullingBox_, inside); in GetDrawablesInternal()
263 float octantDist = query.ray_.HitDistance(cullingBox_); in GetDrawablesInternal()
290 float octantDist = query.ray_.HitDistance(cullingBox_); in GetDrawablesOnlyInternal()