Regarding installation question. (and sorry for late reply, I had to prototype a little bit before replying)
Simple answer is that I still feel that it is not mature enough to prepare 'installation package'. I think that it is early alpha version, even that it is functional.
However, if you want only to use it on you page without installation and with minimal effort, I prepared simple example how to do this using XMLHttpRequest to get the mpd file... It is available here.
Or even simpler - try the code I pasted below:
If you anyway prefer to install, I'll try to prepare such package for you and I would like to asist with installation.
Regards,
Jakub
	
	
	
	
Simple answer is that I still feel that it is not mature enough to prepare 'installation package'. I think that it is early alpha version, even that it is functional.
However, if you want only to use it on you page without installation and with minimal effort, I prepared simple example how to do this using XMLHttpRequest to get the mpd file... It is available here.
Or even simpler - try the code I pasted below:
Code:
<iframe id="renderedScene" src="http://trybikowo.pl/ldraw/index.html" 
  onload='document.getElementById("renderedScene").contentWindow.postMessage( 
   "1 15 0 24 40 1 0 0 0 1 0 0 0 1 53788.dat", 
   "http://trybikowo.pl/ldraw/" )' 
  width=640 
  height=640>
</iframe>If you anyway prefer to install, I'll try to prepare such package for you and I would like to asist with installation.
Regards,
Jakub
      
      
 