CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.71k stars 307 forks source link

Remove minFilter and magFilter #240

Closed lilleyse closed 3 years ago

lilleyse commented 4 years ago

Fixes https://github.com/CesiumGS/obj2gltf/issues/239

This lets the runtime engine use the filtering modes they prefer. From the glTF spec:

Default Filtering Implementation Note: When filtering options are defined, runtime must use them. Otherwise, it is free to adapt filtering to performance or quality goals.