I am trying to render a simple cube but it is always rendered as a square when I tilt the globe it is just flat.(works fine in ArcGlobe).Any idea?
Thanks
string name = "Cube";
string category = "3D Geometric Primitives";
string fileName = "3D Basic.ServerStyle";
....
IStyleGalleryItem styleGalleryItem = symbologyStyleClass.GetItem(i);
symbol = (ISymbol)styleGalleryItem.Item;