浏览代码

Geometry: tmp fix for NaN error

lviguier 9 月之前
父节点
当前提交
6bffafafea
共有 1 个文件被更改,包括 1 次插入0 次删除
  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");