Skip to content

View Brekel Point Cloud Pro .bin files

mika edited this page Oct 7, 2023 · 4 revisions

Viewer

See example scene "PointCloudTools/Demos/PointCloudViewer/Scenes/Sample-AnimatedPointCloudPlayer.scene"

Exporting from Brekel PointCloud

API (public methods)

  • public int GetPointCount() : returns current frame point count, or -1 if points array is null
  • public Vector3 GetPointPosition(int index) : returns given point position from array
  • public void SetPointSize(float newSize) : set material/shader pointsize
  • public void ToggleCloud(bool state) : enable/disable drawing
  • public float? GetPointSize() : return current material shader _Size variable
  • public int GetTotalPointCount() : total animation point count
  • public bool IsLoading() : returns true if file is still loading
  • public bool IsReady() : returns true if viewer is ready to be played