Home
last modified time | relevance | path

Searched refs:cullCenter (Results 1 – 3 of 3) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DRenderObject_inline.h32 return ((this->getFollowCameraPosition() - core->cullCenter).getSquaredLength2D() < cullRadiusSqr); in isOnScreen()
H A DCore.h1171 Vector cullCenter; variable
H A DCore.cpp4072 screenCenter = cullCenter = cameraPos + Vector(400.0f*invGlobalScale,300.0f*invGlobalScale); in updateCullData()