unitycoder / PointCloudConverter

PointCloud converter (commandline and GUI) for Point Cloud Viewer & Tools (Unity plugin)
GNU Lesser General Public License v2.1
22 stars 5 forks source link

add option to remap intensity colors #22

Closed unitycoder closed 7 months ago

unitycoder commented 1 year ago

using gradient texture or values, so that no need to use remap-texture in shader. (although more flexible as a shader, could still add that shader also)

unitycoder commented 7 months ago

yeah, probably better to do in shader remap.. (use gradient shaders in the viewer).