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