UNPKG

@tresjs/cientos

Version:

Collection of useful helpers and fully functional, ready-made abstractions for Tres

8 lines (7 loc) 231 B
import * as THREE from 'three'; interface Size { width: number; height: number; } export declare const calculateScaleFactor: (point3: THREE.Vector3, radiusPx: number, camera: THREE.Camera, size: Size) => number; export {};