Hello,
I'm looking at creating a forest of trees in my 3D scene. To do this I have created a feature layer with a simple render and applied an extrusion. But the extrusion apply 1 block of color where as I'd like to apply a picture to wrap the extrusion.
Next, I've used a PictureMarkerSymbol and SimpleRenderer; this is close to the effect I would like but PictureMarkerSymbol resizes with the zoom and I would like the trees to be fixed size.
I have also tried ModelSceneSymbol for a 3d object but this causes the .net application to crash.
I like to have a similar effect to the trees in (https://doc.arcgis.com/en/arcgis-online/reference/scene-layers.htm).
Are you able to provide any advice?