Welcome to reprint, reprint with the article source link ~~, I hope my experience can help you, have a problem you can click my avatar plus my wechat this article only to provide a solution to the problems encountered, for those who urgently want to achieve functional effect, I hope to be able to slightly sink down to watch, or directly watch the train of thought, The code of this article can not be used directly, the complete code is only the problem solved in this article to use the code, if directly used may have an error, as long as you modify the code can be used

Potree Three point cloud types

Different point cloud types are used in different scenarios

Description –

Three types of methods for modifying point clouds

1. When creating the point cloud file, it can be modified by code

material.shape = Potree.PointShape.SQUARE; Here print Potree.pointShape to get an object {SQUARE: 0, CIRCLE: 1, PARABOLOID: We can set the number 0,1,2 directly to the material. Shape object. We use potree.pointshape to set the material

2. Three types of point cloud style, set in all caps

1) square, square,

(2) the circle circle

③ Paraboloid

This is a paraboloid

The result is some irregular shape point cloud style use of squares and circles depending on personal situation, here is mainly the use of paraboloid if using squares and circles, the new point cloud file will overlap with the original point cloud file

When a point cloud is used with a parabola, the new point cloud file can be superimposed onto the parabola