Skip to main content

@novorender/api / DeviationLabel

Interface: DeviationLabel

Defined in: @novorender/src/web_app/buffer_inspect.ts:5

Deviation label with pixel position and deviation value as string.

Properties​

deviation​

deviation: string;

Defined in: @novorender/src/web_app/buffer_inspect.ts:7

Deviation value with up to 3 decimals.


deviationValue​

deviationValue: number;

Defined in: @novorender/src/web_app/buffer_inspect.ts:9

Deviation value.


position​

position: vec2;

Defined in: @novorender/src/web_app/buffer_inspect.ts:11

X,y pixel position