Click or drag to resize

CubemapProcessingGetOrGenerate Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool GetOrGenerate(
	string sourceFileName,
	bool forceUpdate,
	int specifiedSize,
	out string envFileName,
	out Vector4F[] irradiance,
	out string error
)

Parameters

sourceFileName
Type: SystemString
forceUpdate
Type: SystemBoolean
specifiedSize
Type: SystemInt32
envFileName
Type: SystemString
irradiance
Type: NeoAxisVector4F
error
Type: SystemString

Return Value

Type: Boolean
See Also