Skip to main content

@novorender/api / OutlineSample

Interface: OutlineSample

Defined in: @novorender/src/core3d/context.ts:1660

Deviation sampled from screen

Properties

position

readonly position: ReadonlyVec3;

Defined in: @novorender/src/core3d/context.ts:1666

World space position of underlying pixel.


x

readonly x: number;

Defined in: @novorender/src/core3d/context.ts:1662

x coordinate in pixel space


y

readonly y: number;

Defined in: @novorender/src/core3d/context.ts:1664

y coordinate in pixel space