Alchemist0823 / three.quarks

Three.quarks is a general purpose particle system / VFX engine for three.js

Home Page:https://quarks.art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ktx2 Gpu compressed format for particel textures

arpu opened this issue · comments

commented

Hello

would it be possible to ad ktx2 for the particel textures?

Never hear of it. Will check it. What advantage does ktx2 provide?

commented

ktx2 is container for basisu gpu compressed texture format work on all plattforms ios android desktop

if browser supports it, this library supports it. the library load texture from url or uncompressed base64 image.

actually, https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_texture_ktx.html. as long as you load with KTXLoader you will be available to use it.