Added recommendations on Mario scene

This commit is contained in:
Thomas FORGIONE
2015-04-16 12:23:47 +02:00
parent deb976b97b
commit dd5ad7f45a
4 changed files with 172 additions and 69 deletions

View File

@@ -16,14 +16,14 @@ function toString(variable) {
}
// Test with THREE.Vector3
t = [0,1];
f = [new THREE.Vector3(0,0,0), new THREE.Vector3(1,1,1)];
fp = [new THREE.Vector3(0,1,2), new THREE.Vector3(0,0,0)];
// t = [0,1];
// f = [new THREE.Vector3(0,0,0), new THREE.Vector3(1,1,1)];
// fp = [new THREE.Vector3(0,1,2), new THREE.Vector3(0,0,0)];
// Test with doubles
// t = [0,1];
// f = [0,1];
// fp = [-1,-1]0;
t = [0,1];
f = [0,1];
fp = [-1,-1];
var hermite = new Hermite.Polynom(t, f, fp);