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 3022491 commit 1426d0e
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 @@ -67,7 +67,7 @@ public BranchGroup createBranchGroupSceneGraph() {
mousetranslate.setTransformGroup(transformgroup);
BranchGroupRoot.addChild(mousetranslate);
mousetranslate.setSchedulingBounds(bounds);
//定义第一个Bezier曲面的16个控制顶点
//定义第一个Bezier曲面的16个控制顶点
float[][][] P1 = {{{-0.8f, 0.9f, -0.4f, 1.f},
{-0.2f, 0.8f, -0.5f, 1.f},
{0.2f, 0.9f, -0.4f, 1.f},
Expand Down

0 comments on commit 1426d0e

Please sign in to comment.