Package org.jzy3d.io
Interface IGLLoader<T extends Drawable>
-
- All Known Implementing Classes:
CubeVBOBuilder,MatlabVBOLoader,OBJFileLoader,ShaderMeshVBOBuilder,ShaderWaterfallVBOBuilder,SphereVBO.VBOSphereMeshBuilder,VBOBuilder,VBOBuilderListCoord3d
public interface IGLLoader<T extends Drawable>Defines a loader that requires a GL context.- Author:
- Martin Pernollet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(IPainter painter, T drawable)
-