mirror of
https://github.com/bloeys/assimp-go.git
synced 2025-12-29 08:28:20 +00:00
Nodes implementation
This commit is contained in:
2
main.go
2
main.go
@ -47,7 +47,7 @@ func main() {
|
||||
for i := 0; i < len(ts); i++ {
|
||||
t := ts[i]
|
||||
|
||||
fmt.Printf("T(%v): Name=%v, Hint=%v, Width=%v, Height=%v, NumTexels=%v", i, t.Filename, t.FormatHint, t.Width, t.Height, len(t.Data))
|
||||
fmt.Printf("T(%v): Name=%v, Hint=%v, Width=%v, Height=%v, NumTexels=%v\n", i, t.Filename, t.FormatHint, t.Width, t.Height, len(t.Data))
|
||||
|
||||
if t.FormatHint == "png" {
|
||||
decodePNG(t.Data)
|
||||
|
||||
Reference in New Issue
Block a user