scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
130 stars 32 forks source link

Support for changing a PointCloud's pointRadius #590

Open kephale opened 1 year ago

kephale commented 1 year ago

I was looking at https://github.com/scenerygraphics/sciview/issues/334 and added PointCloud's pointRadius to sciview's Properties, but it doesn't actually change the visual: https://github.com/scenerygraphics/sciview/commit/a17d4ee09d673660c81b2287dbe3bb83e964e7ac

I tried messing around with an extension function that would refill the PointCloud.texcoords but it didnt do anything. Am I missing something or do we need something to refresh PointClouds after changing their pointRadius