tofu

Making something with OpenGL in Go
Log | Files | Refs

commit 6d47c34842bf994589f25d6f1d99823d7fc9d10d
parent 5b96d576e8246136082a29fbda54d97824f207aa
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sun, 17 Nov 2024 10:18:06 +0900

delete unnecessary face

Diffstat:
Mcmd/sample/main.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmd/sample/main.go b/cmd/sample/main.go @@ -104,7 +104,6 @@ var object = &tofu.Object{ tofu.Vec2{0.0, 1.0}, }, Faces: []tofu.Face{ - {[3]tofu.VertexIndex{{0, 0, 0}, {1, 0, 0}, {2, 0, 2}}}, {[3]tofu.VertexIndex{{0, 0, 0}, {1, 0, 1}, {2, 0, 2}}}, {[3]tofu.VertexIndex{{0, 0, 0}, {2, 0, 2}, {3, 0, 3}}}, {[3]tofu.VertexIndex{{0, 1, 0}, {1, 1, 1}, {5, 1, 2}}},