Skip to content

Commit

Permalink
fix test :)
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed Aug 17, 2024
1 parent e4a0355 commit eae4183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test/glsdf3test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var PremadePrimitives = []glbuild.Shader3D{
mustShader(gsdf.NewBoxFrame(1, 1.2, 2.2, .2)),
mustShader(gsdf.NewBox(1, 1.2, 2.2, 0.3)),
mustShader(gsdf.NewTorus(3, .5)), // Negative normal?
mustShader(gsdf.NewTriangularPrism(1, 3)),
mustShader(gsdf.NewTriangularPrism(1, 2)),
mustShader(gsdf.NewCylinder(1, 3, .1)),
mustShader(threads.Screw(5, threads.ISO{ // Negative normal.
D: 1,
Expand Down

0 comments on commit eae4183

Please sign in to comment.