UNPKG

@takram/three-atmosphere

Version:
3 lines (2 loc) 155 B
import { Vector3, DataTexture, Vector2 } from 'three'; export declare function sampleTexture(texture: DataTexture, uv: Vector2, result: Vector3): Vector3;