WorldSetBackgroundSkybox Methode

Setzt die Skybox für den 3D-Hintergrund

Definition

Namensraum: KWEngine3
Assembly: KWEngine3 (in KWEngine3.dll) Version: 3.0.3.3+9a9e88f019eaacd916cb2b78ae1bc0e2d2a8db08
C#
public void SetBackgroundSkybox(
	string filename,
	float rotationY = 0f,
	SkyboxType type = SkyboxType.CubeMap
)

Parameter

filename  String
Dateiname inkl. relativem Pfad
rotationY  Single  (Optional)
Startrotation des Hintergrunds um die Y-Achse (Standard: 0)
type  SkyboxType  (Optional)
Typ der Skybox [CubeMap oder Gleichwinkelbild (Equirectangular), Standard: CubeMap]

Siehe auch