Skip to content

Commit b2b4a21

Browse files
committed
refactor: update grid creation comments in AI industry assessment visualization for clarity
1 parent 3331d14 commit b2b4a21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

documents/AI-Knowledge/Transformer/AI-Industry-Assessment.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,8 @@ <h4>决策结果说明</h4>
621621
return label;
622622
}
623623

624-
// 创建网格 - 只显示正数区域(已隐藏)
624+
// 创建网格 - 三个坐标面的方格参考线
625625
function createGrid(size) {
626-
// 注释掉网格创建代码以隐藏参考线
627-
/*
628626
// XY平面网格(底面)
629627
const xyGridHelper = new THREE.GridHelper(size, size, colors.grid, colors.grid);
630628
xyGridHelper.position.y = 0;
@@ -641,7 +639,6 @@ <h4>决策结果说明</h4>
641639
xzGridHelper.rotation.z = Math.PI / 2;
642640
xzGridHelper.position.y = 0;
643641
scene.add(xzGridHelper);
644-
*/
645642
}
646643

647644
// 创建坐标轴刻度

0 commit comments

Comments
 (0)