I have a related question. Is there a way to display Grasshopper’s Annotation Dot in ShapeDiver’s? Or is there a ShapeDiver equivalent to Grasshopper’s Annotation Dot?
I tried passing the Annotation Dot as gITF 2.0 Display with no success. I also tried passing it as Geometry, but it seems the ShapeDiver Output does not accept the Geometry parameter.
The reason you do not see it is that you are building a custom App using the App Builder components. The attributes visualization mode in the App Builder is still in beta. Like for other parameters and widgets, there will soon be a component in Grasshopper for adding the attributes module.
For now, it is already possible to add this widget using a JSON object. I adapted the tutorial example you posted above to show how it works with App Builder components. Note that the JSON object I am using is generating the default settings for the attributes widget; if you need to tweak something specific like the gradient color or restrict which attributes are displayed, let me know and I will adapt the example.
it is fully dark on the first toggle, if disable/enable it is gray-ish and more legible, but if there are any controls that we could have on display of the gltf whilte attrbiute visualisation on, it would be helpful
hi @mathieu1 , is there any available setting in gh to display the attribute values on click in the app builder? so that it has the same behavior as the model viewer
Hello! Has there been a new release with components for attributes in App Builder? or is it still worth using the JSON that you dropped eralier? Thanks in advance!
We do not yet have a planned release schedule for the attribute visualization components. It makes sense to start working with the beta json objects for the time being. Please use this thread if you have questions as you implement this in your App.