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, float inScale, FilNet.Image outNormalsImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inScale | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outNormalsImage | FilNet.Image |
Function Overrides
- SurfaceNormalsImage(Surface, NullableRef<Region>, Single, Image)
- SurfaceNormalsImage(Surface, NullableRef<Region>, Single, Image, Region)
- SurfaceNormalsImage(Surface, NullableRef<Region>, Single, Image, NullableRef<Region>)


