Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/SurfaceCtrl/
H A DObject3D.h114 Object3D& ShowLight(bool b = true)noexcept{showLight = b; return *this;}
129 bool GetShowLight()const noexcept{return showLight;} in GetShowLight()
213 bool showLight = true; variable
H A DObject3D.cpp27 showLight = true; in Object3D()
56 showLight = obj.showLight; in operator =()
100 showLight = obj.showLight; in operator =()
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDrawModelViewer.h348 bool getShowLightDir(void) const { return flags.showLight != false; } in getShowLightDir()
589 virtual void showLight(void);
891 bool showLight:1; member
H A DLDrawModelViewer.cpp216 flags.showLight = false; in LDrawModelViewer()
2974 showLight(); in drawToClipPlaneUsingStencil()
3094 showLight(); in drawToClipPlaneUsingDestinationAlpha()
3132 showLight(); in drawToClipPlaneUsingNoEffect()
3665 void LDrawModelViewer::showLight(void) in showLight() function in LDrawModelViewer
3667 if (flags.showLight) in showLight()
3852 showLight(); in drawModel()
4570 flags.showLight = true; in mouseDown()
4582 if (value != flags.showLight) in setShowLightDir()
4584 flags.showLight = value; in setShowLightDir()
[all …]
/dports/databases/grass7/grass-7.8.6/gui/wxpython/nviz/
H A Dwxnviz.py133 self.showLight = False
1866 if self.showLight:
H A Dtools.py2087 self._display.showLight = True
3172 self._display.showLight = event.IsChecked()