Skip to main content

@novorender/web_app / PickOptions

Interface: PickOptions

Extra pick options.

Properties

async?

readonly optional async: boolean;

True to wait for the pick buffers to be available, false to return whatever is in the current pick buffer synchronously.

Remarks

The latter option is more error prone, but useful for e.g. mouse hover operations.

Defined in

@novorender/core3d/context.ts:1282


pickCameraPlane?

readonly optional pickCameraPlane: boolean;

Return pick without depth.

Defined in

@novorender/core3d/context.ts:1284


pickOutline?

readonly optional pickOutline: boolean;

Return only picked pixels with clipping outline.

Defined in

@novorender/core3d/context.ts:1286


sampleDiscRadius?

readonly optional sampleDiscRadius: number;

The radius of the sample disc (0 yields a single pixel).

Defined in

@novorender/core3d/context.ts:1278