pro3d-space / PRo3D

PRo3D, short for Planetary Robotics 3D Viewer, is an interactive 3D visualization tool allowing planetary scientists to work with high-resolution 3D reconstructions of planetary surfaces.
http://pro3d.space/
GNU Affero General Public License v3.0
38 stars 2 forks source link

Multitexture support #347

Closed haraldsteinlechner closed 1 year ago

haraldsteinlechner commented 1 year ago
haraldsteinlechner commented 1 year ago

some progress on this issue.

It is now possible to load multiple opc layers and choose among them for texturing. image Additionally it is also possible to use two textures simultaneously and use a transfer function for mapping information (e.g. reconstruction parameters such as accuracy or instrument data). image Here elevations are colored using a spectral color map which allows to filter out areas with raised elevations: image Here low accuracy reconstruction is colored using a plasma color scheme: image

This is yet rather experimental, generalization an cleanup still to go.

haraldsteinlechner commented 1 year ago

added documentation here: https://github.com/pro3d-space/PRo3D/blob/features/multitexture2/docs/Feature-Multitexture.md PR is ready to go: https://github.com/pro3d-space/PRo3D/pull/348