Uses of Class
org.jzy3d.plot3d.primitives.vbo.drawable.SphereVBO.VBOSphereMeshBuilder
Packages that use SphereVBO.VBOSphereMeshBuilder
- 
Uses of SphereVBO.VBOSphereMeshBuilder in org.jzy3d.plot3d.primitives.vbo.drawable
Fields in org.jzy3d.plot3d.primitives.vbo.drawable with type parameters of type SphereVBO.VBOSphereMeshBuilderModifier and TypeFieldDescriptionprotected static Map<SphereVBO.SphereKey,SphereVBO.VBOSphereMeshBuilder> SphereVBO.buildersMethods in org.jzy3d.plot3d.primitives.vbo.drawable that return SphereVBO.VBOSphereMeshBuilderModifier and TypeMethodDescriptionSphereVBO.getBuilder(double radius, int stacks, int slices) Allows retrieving or creating a sphere builder for this combination of parameters.