Home
last modified time | relevance | path

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

/dports/science/jmol/jmol-14.32.7/src/org/jmol/g3d/
H A DGraphics3D.java253 private boolean haveTranslucentObjects; field in Graphics3D
340 haveTranslucentObjects = true; in checkTranslucent()
371 haveTranslucentObjects = wasScreened = false; in beginRendering()
415 if (!haveTranslucentObjects || !currentlyRendering) in setPass2()
592 public boolean haveTranslucentObjects() { in haveTranslucentObjects() method in Graphics3D
593 return haveTranslucentObjects; in haveTranslucentObjects()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolRendererInterface.java253 public abstract boolean haveTranslucentObjects(); in haveTranslucentObjects() method
/dports/science/jmol/jmol-14.32.7/src/org/jmol/export/
H A DExport3D.java719 public boolean haveTranslucentObjects() { in haveTranslucentObjects() method in Export3D