D | SkyFactory.java | 142 …tManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Textu… in createSky() argument 143 return createSky(assetManager, west, east, north, south, up, down, normalScale, 10); in createSky() 146 …tManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Textu… in createSky() argument 156 Image southImg = south.getImage(); in createSky() 199 …tManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Textu… in createSky() argument 200 return createSky(assetManager, west, east, north, south, up, down, Vector3f.UNIT_XYZ); in createSky()
|