PDA

View Full Version : Web browser – HTML 5


helena35
05-18-2016, 05:49 AM
Hi all,

I have read in the webpage this sentence: Web browser – HTML 5 communication to create live forms that can display streamed 3D views and other real-time data. How can I build my project into Web browser – HTML 5?

Thanks in advance
Cheers

Jeff
05-20-2016, 02:45 AM
The vizhtml library (http://docs.worldviz.com/vizard/#vizhtml_introduction.htm) and websockets are used to communicate between Vizard and a browser. There is an example script included with Vizard (File > Quick Open: type 'htmlWebSocket'). Displaying the user view on the web page in real time does not work well due to the amount of data that needs to be sent every frame. I don't have have exact numbers but it should be possible to update the web page on a regular time interval (e.g once per second) or keep the Vizard window size quite small and stream more frames per second.