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
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
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.