[Feat] Support for Accessors for mesh
in SimpleMeshLayer and scenegraph
in ScenegraphLayer
#9251
Labels
mesh
in SimpleMeshLayer and scenegraph
in ScenegraphLayer
#9251
Target Use Case
In many complex visualizations, the need to dynamically adjust the 3D models (meshes or scenegraphs) per feature arises based on data attributes. Currently, the
mesh
property inSimpleMeshLayer
and thescenegraph
property inScenegraphLayer
only accept a constant value, limiting users to one fixed mesh or scenegraph for the entire layer. The ability to define these properties as accessors (i.e., functions that return a mesh or scenegraph based on each individual feature’s attributes) would enhance flexibility, enabling richer, data-driven 3D visualizations.Proposal
Enhance the
SimpleMeshLayer
andScenegraphLayer
to support accessors for themesh
andscenegraph
properties, respectively. This would allow users to define these properties as functions that take a feature as input and return a specific mesh or scenegraph based on its attributes.The text was updated successfully, but these errors were encountered: