new float array

beta.r3js.org
-=yb4f310 2017-11-29 22:29:21 +01:00
parent 011ae97d3e
commit df490baa34
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
// COMPILE TIME DEFINITIONS (Generated via gulp)
var __DATE__ = "Wed Nov 29 2017 22:26:34 GMT+0100 (CET)";
var __DATE__ = "Wed Nov 29 2017 22:29:16 GMT+0100 (CET)";
// END COMPILE TIME DEFINITIONS
/**
@ -13829,7 +13829,7 @@ GameLib.D3.Mesh.prototype.createInstanceGeometry = function(instanceGeometry) {
);
geometry.addAttribute('normal', new THREE.BufferAttribute( normals, 3 ));
geometry.computeFaceNormals();
geometry.computeVertexNormals();
/**

View File

@ -348,7 +348,7 @@ GameLib.D3.Mesh.prototype.createInstanceGeometry = function(instanceGeometry) {
);
geometry.addAttribute('normal', new THREE.BufferAttribute( normals, 3 ));
geometry.computeFaceNormals();
geometry.computeVertexNormals();
/**