UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 269 B
/** * * @param {SingleChannelSampler3D} source * @param {Sampler2D} output * @param {number} z_index */ export function scs3d_read_2d_slice(source: SingleChannelSampler3D, output: Sampler2D, z_index: number): void; //# sourceMappingURL=scs3d_read_2d_slice.d.ts.map