Explorar o código

Geometry: tmp fix for NaN error

lviguier hai 9 meses
pai
achega
6bffafafea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      hxd/fmt/fbx/Geometry.hx

+ 1 - 0
hxd/fmt/fbx/Geometry.hx

@@ -192,6 +192,7 @@ class Geometry {
 	}
 
 	public function getNormals(?matrix) {
+		return processVectors("LayerElementNormal", "Normals");
 		if( matrix == null ) matrix = getGeomMatrix();
 		if( matrix != null && matrix.isIdentity() ) matrix = null;
 		var normals = processVectors("LayerElementNormal", "Normals");