You are here: Start » FIL.NET » FIS.SurfaceNormalsImage Method
FIS.SurfaceNormalsImage Method
Computes a normals image for a surface
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceNormalsImage ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, float inScale, FilNet.Image outNormalsImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inScale | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outNormalsImage | FilNet.Image |
Function Overrides
- SurfaceNormalsImage(Surface, Single, Image)
- SurfaceNormalsImage(Surface, NullableRef<Region>, Single, Image, Region)
- SurfaceNormalsImage(Surface, NullableRef<Region>, Single, Image, NullableRef<Region>)