D | SkyFactory.java | 142 …public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture nor… in createSky() argument 143 return createSky(assetManager, west, east, north, south, up, down, normalScale, 10); in createSky() 146 …public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture nor… in createSky() argument 153 Image westImg = west.getImage(); in createSky() 199 …public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture nor… in createSky() argument 200 return createSky(assetManager, west, east, north, south, up, down, Vector3f.UNIT_XYZ); in createSky()
|