Browse Source

Geometry: tmp fix for NaN error

lviguier 9 tháng trước cách đây
mục cha
commit
6bffafafea
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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");