tags:

views:

45

answers:

2

Any ideas how to create 3d graphics in a web browser. I want to create a simle 3d model of my city.

I know about google earth but I want my own website.

Thanks in advance

+1  A: 

You can use O3D or Flash 10. Both require your users to install an add-on.

jeffamaphone
Do o3d libraries support skatchup models?
Constantine
The first hit when I search google for "o3d sketchup" seems to indicate it is possible. Are you even trying?http://code.google.com/apis/o3d/docs/sketchupmodels.html
jeffamaphone
A: 

You could write a Java applet using Java3D (one possibility). See http://java.sun.com/javase/technologies/desktop/java3d/. You'd pretty much be starting from scratch though. If there's any way that the Google Earth could meet your needs, that would probably be your best bet.

Jon