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

FX 8 3D: Change mesh arrays to observable arrays

XMLWordPrintable

      Main idea of this issue is to improve TriangleMesh API up to the following form:

      public class TriangleMesh {
          ObservableFloatList getPoints();
          ObservableFloatList getTexCoords();
          ObservableIntList getFaces();
          ObservableIntList getSmoothingGroups();
      }

      The open question is what would be those ObservableFloatList and ObservableIntList.

        1. bugRT-29696.patch
          96 kB
        2. bugRT-29696.patch
          55 kB
        3. bugRT-29696-2.patch
          106 kB
        4. bugRT-29696-3.patch
          105 kB
        5. diff.diff
          101 kB

            mrkam Alexander Kuznetcov (Inactive)
            ckyang Chien Yang (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: