Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Revert eye
Browse files Browse the repository at this point in the history
  • Loading branch information
hawl1 authored Apr 6, 2024
1 parent 1ce9d42 commit 821fb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion func.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
)

var (
eye = fauxgl.V(-0.75, 0.85, -2)
eye = fauxgl.V(0.75, 0.85, 2)
center = fauxgl.V(0, 0.06, 0)
up = fauxgl.V(0, 1, 0)
light = fauxgl.V(0, 6, -4).Normalize()
Expand Down

0 comments on commit 821fb5f

Please sign in to comment.