Skip to content

Commit

Permalink
第十周,第六次实验报告
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Jihong committed Nov 9, 2023
1 parent 3ddc3c4 commit 3149e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/week11_seventh/_4_3/BezierSurfaceMerging.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public BezierThreeOrderSurfaceface(float[][][] P, Appearance app) {
PZ[i][j] = P[i][j][2];
P4[i][j] = P[i][j][3];
}
//计算曲面上点的坐标值
//计算曲面上点的坐标值
for (i = 0; i < n0 + 1; i++)
for (j = 0; j < n0 + 1; j++) {
UU[0][0] = 1.f;
Expand Down

0 comments on commit 3149e6a

Please sign in to comment.