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 5916de0 commit 54a0b91
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 @@ -155,7 +155,7 @@ public BezierThreeOrderSurfaceface(float[][][] P, Appearance app) {
{0.f, 3.f, -6.f, 3.f},
{0.f, 0.f, 3.f, -3.f},
{0.f, 0.f, 0.f, 1.f}};
//定义Bezier曲面的u、v参数分割点坐标数组
//定义Bezier曲面的u、v参数分割点坐标数组
float[][][] UV = new float[n0 + 1][n0 + 1][2];
//定义U、V矩阵数组
float[][] UU = new float[1][4];
Expand Down

0 comments on commit 54a0b91

Please sign in to comment.