Home
last modified time | relevance | path

Searched refs:Collision (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/bullet/
H A DConfig.in8 Bullet is a Collision Detection and Rigid Body Dynamics
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp57 parameters.debugOptions & MapDebugOptions::Collision), in GeometryTile()
61 showCollisionBoxes(parameters.debugOptions & MapDebugOptions::Collision) { in GeometryTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmode.hpp38 Collision = 1 << 4, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp722 else if (impl->debugOptions & MapDebugOptions::Collision) in cycleDebugOptions()
725 impl->debugOptions = impl->debugOptions | MapDebugOptions::Collision; in cycleDebugOptions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.cpp239 pair.second->setShowCollisionBoxes(parameters.debugOptions & MapDebugOptions::Collision); in update()
H A Drenderer_impl.cpp397 …RenderSymbolLayer>(), parameters.projMatrix, parameters.debugOptions & MapDebugOptions::Collision); in render()