web-based application and 3D model
Hi, all expert,
I am working on a new web-based project created using java then using GWT convert it to javascript.
My problem is that we have a 3D model created using some other tool and now we want to combine it to our web application, when user click a button, it will be loaded, and wish we can communicate each other. I have several questions:
1: This 3D model is very complicated and need several minutes to load it and all its geometry data comes from database, to load it, it sould be a .exe file or .dll file?
2: do we run this 3D model in server or in client side?, if in server side, I think it will be very slow, if let user download it to local computer when user first run it, how to handel the data? download the database together with the 3D project to local, in this case, the data is not unique?
any idea is very appreciated. Thanks advance.
Andraw
|