org.jzy3d.demos.vbo.scatter
Class DemoScatterVBO
- java.lang.Object
-
- org.jzy3d.demos.vbo.scatter.DemoScatterVBO
-
public class DemoScatterVBO extends java.lang.ObjectShows a scatter built with Vertex Buffer Object, an efficient way of storing geometry in GPU at program startup. In contrast, drawable object that are neither of typeDrawableVBOorCompileableCompositewill require that processor to send drawing instructions to the GPU at each rendering call, thus implying useless work for geometry that should not change in shape or color over time. One can easily derive fromVBOBuilderListCoord3dto support its own datamodel rather than jzy3dCoord3delements.
-
-
Field Summary
Fields Modifier and Type Field and Description static intMILION
-
Constructor Summary
Constructors Constructor and Description DemoScatterVBO()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
DMelt 3.0 © DataMelt by jWork.ORG