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 1426d0e commit ea86f27
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 @@ -84,7 +84,7 @@ public BranchGroup createBranchGroupSceneGraph() {
{-0.2f, 0.1f, 0.9f, 1.f},
{0.2f, 0.f, -0.8f, 1.f},
{0.8f, 0.1f, 0.9f, 1.f}}};
//定义第一个Bezier曲面外观属性
//定义第一个Bezier曲面外观属性
Appearance app1 = new Appearance();
PolygonAttributes polygona1 = new PolygonAttributes();
polygona1.setBackFaceNormalFlip(true);
Expand Down

0 comments on commit ea86f27

Please sign in to comment.