Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8102145

FX 8 3D: Material needs to consider non-power of texture (NPOT)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P3 P3
    • 8
    • 8
    • javafx

      Issues:
      1) Texture coords are specified by user.
      2) Texture dimension is unknown at mesh creation.
      3) Mesh can be referred to by multiple textures or update with different textures.

      Possible Solutions (listed by Kevin):
      1) Only support 3D on system that is NPOT capable, i. e. system without NPOT support will not run 3D.
      2) Expose NPOT support as a ConditionalFeature (such that if NPOT support was false, we would not accept a texture that was not power-of-two).
      3) To compensate in SW, but that will be expensive and complex (and almost certainly out of scope for FX 8 given all of the other things we need to do).

            yaow Yao Wang (Inactive)
            ckyang Chien Yang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: