Package org.jzy3d.plot3d.rendering.scene
Class Decomposition
java.lang.Object
org.jzy3d.plot3d.rendering.scene.Decomposition
-
Method Summary
Modifier and TypeMethodDescriptiongetDecomposition(List<? extends Drawable> drawables) getDecomposition(Composite input) getPolygonDecomposition(List<? extends Drawable> drawables) getPolygonDecomposition(Composite input)
-
Method Details
-
getPolygonDecomposition
-
getDecomposition
Decompose all input drawable that are of typeCompositeinto a list of non decomposableDrawables. Note that- A
Drawable.isDisplayed()=false will be skipped and neither decomposed, neither in output list - A
=false will be kept but not decomposed as object with wireframe only or boundary only do not need a decomposition for rendering properly with alpha.
invalid @link
Drawable#isFaceDisplayed()
- A
-
getDecomposition
-
getPolygonDecomposition
-