Class PointDataProvider

java.lang.Object
gaiasky.data.group.PointDataProvider
All Implemented Interfaces:
IParticleGroupDataProvider

public class PointDataProvider extends Object implements IParticleGroupDataProvider
Generic data provider for point clouds that reads cartesian positions (XYZ) from a text file. Consider using BinaryPointDataProvider instead, which includes many more features and is more compact.