Home
last modified time | relevance | path

Searched refs:ShowVertices (Results 1 – 4 of 4) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4GraphicsSystem.cpp158 ShowVertices=false; in Default()
310 ShowVertices=false; in DeactivateDebugOutput()
426 ShowVertices = !ShowVertices; in ToggleShowVertices()
428 FlashMessageOnOff("Entrance+Vertices", ShowVertices || ShowEntrance); in ToggleShowVertices()
H A DC4GraphicsSystem.h35 bool ShowVertices; variable
/dports/databases/grass7/grass-7.8.6/gui/wxpython/iscatt/
H A Dplots.py808 def ShowVertices(self, show): member in PolygonDrawer
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Object.cpp1999 if (::GraphicsSystem.ShowVertices) if (eDrawMode!=ODM_BaseOnly) in Draw()