UNPKG

@tresjs/cientos

Version:

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

9 lines (8 loc) 232 B
/** * NOTE: Source: * https://threejs.org/docs/?q=material#api/en/materials/Material.transparent */ declare const imageMaterialImpl: typeof import('three').ShaderMaterial & { key: string; }; export default imageMaterialImpl;