org.jzy3d.plot3d.primitives.axes
Class FeedbackBufferAxeBox
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.axes.AxeBox
-
- org.jzy3d.plot3d.primitives.axes.FeedbackBufferAxeBox
-
- All Implemented Interfaces:
- IAxe
public class FeedbackBufferAxeBox extends AxeBox implements IAxe
ThisAxeBoximplementation was the first to appear in Jzy3d. It computes hidden faces via methodgetHiddenQuadsusing the OpenGL feedback buffer, which seems to fail on some laptop GPU. (especially Lenovo notepads).
-
-
Constructor Summary
Constructors Constructor and Description FeedbackBufferAxeBox(BoundingBox3d bbox)FeedbackBufferAxeBox(BoundingBox3d bbox, IAxeLayout layout)
-
Method Summary
-
Methods inherited from class org.jzy3d.plot3d.primitives.axes.AxeBox
addAnnotation, cullingDisable, cullingEnable, dispose, doTransform, draw, drawAxisLabel, drawAxisTickNumericLabel, drawAxisTicks, drawFace, drawGrid, drawTickLine, drawTicksAndLabels, drawTicksAndLabelsX, drawTicksAndLabelsY, drawTicksAndLabelsZ, getAnnotations, getAxisTicks, getBoxBounds, getCenter, getLayout, getScale, getSpaceTransformer, getTextRenderer, getView, getWholeBounds, isX, isXDisplayed, isY, isYDisplayed, isZ, isZDisplayed, layoutHorizontal, layoutVertical, setAnnotations, setAxe, setLineWidth, setScale, setSpaceTransformer, setTextRenderer, setView, updateHiddenQuads
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jzy3d.plot3d.primitives.axes.IAxe
dispose, draw, getAnnotations, getBoxBounds, getCenter, getLayout, getScale, getSpaceTransformer, setAnnotations, setAxe, setScale, setSpaceTransformer
-
-
-
-
Constructor Detail
-
FeedbackBufferAxeBox
public FeedbackBufferAxeBox(BoundingBox3d bbox)
-
FeedbackBufferAxeBox
public FeedbackBufferAxeBox(BoundingBox3d bbox, IAxeLayout layout)
-
-
DMelt 3.0 © DataMelt by jWork.ORG