I have task to create program for manipulation with 3d content on the web. When I said 3d content i mean on 3d map (witch i have and it is something like *.sdm) which i should load into browser and work some basic operation with it (rotate screen, change camera etc...).
Because i am totaly n00b i want to ask a couple of questions: 1. How to load maps into browser. Just for notice that my map have sdm extension. Is this possible? 2. What i should use for represent 3d content. I am thinking of GLGE framework for webGL, if it is possible of course
What should be the most painless and the most effective way to do this? Maybe i was totally wrong when choose webGL?