Skip to content

GLTF to J3O Texture Filtering Issue #544

Open
@JohnLKkk

Description

@JohnLKkk

see:https://hub.jmonkeyengine.org/t/gltf-to-j3o-texture-filtering-issue/47197
It is normal for the SDK to directly preview gltf files, and the results are consistent with gltfViewer. J3o should also be consistent with these gltfViewers, rather than forcibly converting to nearest neighbor filtering.

And, most gltf importers use Linear as the default filtering option (users can adjust to nearest individually, but Linear is the default priority), as discussed in the post: "Lets say many new users try it out, and they do not even know about this “hidden” setting and they might think this is engine issue(i mean they might think thats how engine work)."
This is just my personal suggestion, based on the texture filtering configurations in actual game projects I have worked on.
The advantages of linear filtering (trilinear):

  1. Saves texture bandwidth (optimizes texture cache)
  2. Smooths visuals
    I really can't think of any advantages of nearest neighbor filtering, except for achieving pixelated material effects like in MC. It doesn't seem to have many advantages, so why does j3o default to nearest neighbor filtering? If anyone knows, please tell me, thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions