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