Open electronstudio opened 3 years ago
Texture is the canonical name. Texture2d is a type alias for it. Confusingly opposite way from Camera and Camera3d.
I don’t know a good way to support aliases in Java… ?
Hello! Does this mean that Texture should be used in place of Texture2D?
That's what I've been doing.
Investigate why Texture works but Texture2D doesn't.