UNPKG

r3f-points-fx

Version:

React three fiber component for easily creating high performance particles meshes. Makes particles morphing from one arrangement to another a piece of cake.

4 lines (3 loc) 190 B
import * as THREE from 'three'; declare const computePositionDataTexture: (count: number, mesh: THREE.Mesh, isOrdered?: boolean) => THREE.DataTexture; export { computePositionDataTexture };