This commit is contained in:
parent
33d38beda4
commit
80718cf937
8 changed files with 14 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ public class Lesson1 extends SimpleGame {
|
|||
|
||||
Texture north = TextureManager.loadTexture(
|
||||
Lesson1.class.getClassLoader().getResource(
|
||||
"sg/data/skybox/advanced/front.png"),
|
||||
"sg/data/skybox/advanced/front.png"),
|
||||
Texture.MinificationFilter.BilinearNearestMipMap,
|
||||
Texture.MagnificationFilter.Bilinear);
|
||||
Texture south = TextureManager.loadTexture(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue