9 lines
112 B
Go
9 lines
112 B
Go
package uniform
|
|
|
|
import "zworld/plugins/math/mat4"
|
|
|
|
type Object struct {
|
|
Model mat4.T
|
|
Textures [4]uint32
|
|
}
|