Inspired by this video: http://www.youtube.com/user/mresri#p/a/u/0/KjcDWG8nV1g
What are some good OpenGL resources for use with ArcEngine? C# ArcEngine 10
|
Inspired by this video: http://www.youtube.com/user/mresri#p/a/u/0/KjcDWG8nV1g What are some good OpenGL resources for use with ArcEngine? C# ArcEngine 10 |
||||
|
|
|
I haven't done any 3D stuff so did not know the answer to this, but I did some research: The sample in the video is based on ArcGIS Explorer and in ArcGIS Explorer 500 it seems to be possible to do custom drawing using OpenGL. But in later versions it has been removed according to this forum post and this forum post. The way suggested to do this in ArcGIS Explorer is to use graphics to do custom drawing. ArcGIS Engine has nothing to do with ArcGIS Explorer, Engine is based on ArcObjects (COM) and Explorer has it's own objects and SDK (.Net), so checking out the concepts in the documentation for Engine brings up the following sample How to draw a bitmap element using OpenGL. |
|||
|
|