Click or drag to resize

RenderingPipelineRenderSceneDataObjectInstanceDataInit Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Init(
	ref Matrix4F transformRelative,
	ref Vector3F previousFramePositionChange,
	ref ColorValue color,
	float lodValue,
	float visibilityDistance,
	bool receiveDecals,
	float motionBlurFactor,
	uint cullingByCameraDirectionData
)

Parameters

transformRelative
Type: NeoAxisMatrix4F
previousFramePositionChange
Type: NeoAxisVector3F
color
Type: NeoAxisColorValue
lodValue
Type: SystemSingle
visibilityDistance
Type: SystemSingle
receiveDecals
Type: SystemBoolean
motionBlurFactor
Type: SystemSingle
cullingByCameraDirectionData
Type: SystemUInt32
See Also