Skip to main content

@novorender/web_app / DeviationSample

Interface: DeviationSample

Deviation sampled from screen

Properties

depth

readonly depth: number;

The depth/distance from the view plane.

Defined in

@novorender/core3d/context.ts:1237


deviation

readonly deviation: number;

The spatial deviation of underlying pixel.

Remarks

This only applies to point clouds with precomputed deviation data.

Defined in

@novorender/core3d/context.ts:1235


position

readonly position: ReadonlyVec3;

World space position of underlying pixel.

Defined in

@novorender/core3d/context.ts:1231


x

readonly x: number;

x coordinate in pixel space

Defined in

@novorender/core3d/context.ts:1227


y

readonly y: number;

y coordinate in pixel space

Defined in

@novorender/core3d/context.ts:1229