3D graphics for web application

I need to create a web application that, among other things, includes the following tasks

  • Download 3D models from the database.
  • Display a 3D model.
  • Perform inverse kinematic calculations to generate a sequence of steps to move the model from initial to final.
  • Real-time animation display.

The application was originally intended for a PC-based application on Qt / OpenGL, but we are exploring whether it can be implemented as an Internet-based application.

My web development knowledge is still limited.

What would be the recommended approach / technology to come up with a solution for this?

Thank!!

Update: Preferred platforms Independent solutions. The application should run on Mac and Windows computers.

+3
10

webapp, Papervision3D (http://papervision3d.org/) - ( , ).

+4

Java, , , .

java 3d

+4
+3

webgl . , opengl ( ).

+2

, , , HTML, .

, Flash, (, http://www.flashsandy.org/), 3D-.

Silverlight, .NET/# ( ).

- -.

+1
+1

. :

  • ActiveX ( , Win32).
  • .NET(Silverlight) (Win32, OSX, * nix Moonlight, DirectX/Direct3D)
  • Java, OpenGL.
  • , . .

, , . : , 3D-. , , 3D ( , ).

, (.. MESA3D). , , 30 Mesa, 5fps , 6 , . .

0

Java, JVM, OpenGl - lwjgl ( ) jogl.

- Jake2: http://bytonic.de/html/jake2_webstart.html

0

Adobe Shockwave 3D . , , Flash ( papervision3d , YMMV).

0

, Flash, , . Apple, , -, Unity. (, Flash), .

http://unity3d.com/gallery/developer-profiles/web-games/

0
source

All Articles