Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
fogleman committed Feb 6, 2017
1 parent 1003579 commit 64b9fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clipping.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func ClipTriangle(t *Triangle) []*Triangle {
}

func ClipLine(l *Line) *Line {
// TODO: interpolate vertex attributes when clipped
w1 := l.V1.Output
w2 := l.V2.Output
for _, plane := range clipPlanes {
Expand Down

0 comments on commit 64b9fe8

Please sign in to comment.