You are here: Start » AVL.NET » AVS.SurfaceNormalsImage Method

AVS.SurfaceNormalsImage Method

Computes a normals image for a surface

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceNormalsImage
(
	AvlNet.Surface inSurface,
	NullableRef<AvlNet.Region> inRoi,
	float inScale,
	AvlNet.Image outNormalsImage
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.Surface
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inScalefloat<0.0f, INF>1.0fDefault value: 1.0f.
outNormalsImageAvlNet.Image

Function Overrides

See also