UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

3 lines (2 loc) 145 B
import { Object3D, Vector2 } from 'three'; export declare function coreParticlesInitParticlesUVs(object: Object3D, texturesSize: Vector2): void;