Added models and updated documentation
This commit is contained in:
@@ -88,7 +88,7 @@ function load(){
|
||||
}
|
||||
|
||||
function loaded(){
|
||||
if ( navigator.userAgent.indexOf("WebKit") == -1){
|
||||
/*if ( navigator.userAgent.indexOf("WebKit") == -1){
|
||||
var worker = new Worker("loader.js");
|
||||
|
||||
worker.onmessage = function(event){
|
||||
@@ -99,11 +99,11 @@ function loaded(){
|
||||
|
||||
worker.postMessage(request.responseText);
|
||||
|
||||
}else{
|
||||
}else{*/
|
||||
file = new CTM.File( new CTM.Stream(request.responseText) );
|
||||
webGLStart();
|
||||
document.getElementById("progress").innerHTML = "";
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
function webGLStart(){
|
||||
|
||||
Reference in New Issue
Block a user