Nyall Dawson
|
acbeebe32a
|
[pointclouds] Expose option to set point size for 2d point cloud renders
|
2020-11-19 15:49:43 +01:00 |
|
Nyall Dawson
|
4e13ad5555
|
Spelling, dox
|
2020-11-16 19:38:07 +10:00 |
|
Nyall Dawson
|
0d3ccf7040
|
Move setting for maximum screen error to QgsPointCloudRenderer, expose in GUI
|
2020-11-16 19:38:07 +10:00 |
|
Nyall Dawson
|
bf8ccad89e
|
Add contrast enhancement options for point cloud RGB renderer
|
2020-11-16 19:38:07 +10:00 |
|
Nyall Dawson
|
5158922428
|
Default to a RGB renderer for point clouds with Red/Green/Blue attributes present
|
2020-11-13 02:59:05 +10:00 |
|
Nyall Dawson
|
948a7dc9bc
|
Move some common code to base class
|
2020-11-13 02:59:05 +10:00 |
|
Nyall Dawson
|
3ca572c0e3
|
2D RGB Renderer for point clouds
|
2020-11-13 02:59:05 +10:00 |
|
Nyall Dawson
|
1feccd1ea1
|
Add more methods to QgsPointCloudRenderer class
|
2020-11-13 02:59:05 +10:00 |
|
Nyall Dawson
|
1a2d6ec5d5
|
Add scale, offset and counter for points rendered to QgsPointCloudRenderContext
|
2020-11-13 02:59:05 +10:00 |
|
Nyall Dawson
|
abbd634b44
|
API shell for QgsPointCloudRenderer 2d point cloud renderer
|
2020-11-13 02:59:05 +10:00 |
|
Nyall Dawson
|
5924ff7cf5
|
Move guts of qgspointcloudrenderer.* to qgspointcloudlayerrenderer.*
|
2020-11-13 02:59:05 +10:00 |
|
Peter Petrik
|
29113a89c1
|
fix some checks and building
|
2020-10-27 05:29:14 +10:00 |
|
Nyall Dawson
|
d7e8c6c8b8
|
QgsMapLayerRenderer subclasses aren't exposed to python
|
2020-10-27 05:29:14 +10:00 |
|
Nyall Dawson
|
4e94abc31f
|
Rename QgsPointCloudRenderer to QgsPointCloudLayerRenderer
This follow the pattern of QgsVectorLayerRenderer, QgsRasterLayerRenderer,
etc and disambiguates the layer renderer from the 2d renderer
itself.
|
2020-10-27 05:29:14 +10:00 |
|
Nyall Dawson
|
b78583e940
|
Remove write/readXml from QgsPointCloudRenderer -- these don't belong in a QgsMapLayerRenderer subclass
|
2020-10-27 05:29:14 +10:00 |
|
Nyall Dawson
|
40ff7127d0
|
Mark QgsPointCloudRendererConfig as private for now
|
2020-10-27 05:29:14 +10:00 |
|
Peter Petrik
|
8536c564fb
|
add ept provider
|
2020-10-27 05:29:14 +10:00 |
|
Peter Petrik
|
b796dbb07b
|
add some basic skelet for point cloud data providers
|
2020-10-27 05:29:14 +10:00 |
|
Peter Petrik
|
b7e8071831
|
some stubs for 3d classes
|
2020-10-27 05:29:14 +10:00 |
|
Martin Dobias
|
da969e8595
|
Fixed few bugs + minor rendering improvements
- using a color ramp to render points
- only rendering nodes that intersect the map extent
|
2020-10-27 05:29:14 +10:00 |
|
Peter Petrik
|
8a42c5759f
|
port the basic renderer from Martin's prototype
|
2020-10-27 05:29:14 +10:00 |
|
Peter Petrik
|
de6f4d6ad8
|
hook point cloud layer type to the rest of the code
|
2020-10-27 05:29:14 +10:00 |
|