1 / 5

WebGL

WebGL. Applications Department. Application. C lient - application written in JavaScript. It shows 3D scene, generated by server, in user ’s webbrowser

maisie
Download Presentation

WebGL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WebGL Applications Department

  2. Application • Client - application written in JavaScript. It shows 3D scene, generated by server, in user’s webbrowser • Server - application written in C++. It generates data and performs calculations of translations that were performed on objects in the user's browser

  3. Diagram Server sends data to the client, which by means of WebGL are generated in the user's webbrowser. After data visualization user can translate object. Data connected with this operation are send to the server. Server calculates new positions of vertices and sends them to the client. After that translated object is drawn.

  4. Data format Both server and client sends data in Collada schema It is well-known and easy to use data format Client and server parse received data to get needed information The file is sent in reduced form

  5. Consequences All calculations are shifted to the fast server Advantageous while generating large scenes Connection occupancy depends on amount of data that are sent

More Related