mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-12-28 10:25:34 +01:00
Fixed hill shading for transparent structures a bit. Still not optimal.
This commit is contained in:
@@ -136,6 +136,12 @@ func (s *Span) Len() int {
|
||||
return n
|
||||
}
|
||||
|
||||
func (s *Span) Top() int32 {
|
||||
for ; s.Next != nil; s = s.Next {
|
||||
}
|
||||
return s.To
|
||||
}
|
||||
|
||||
func (s *Span) String() string {
|
||||
var buf bytes.Buffer
|
||||
first := true
|
||||
|
||||
Reference in New Issue
Block a user