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

FX 8 3D: Change Mesh's indexBuffer type from unsigned int to unsigned short

XMLWordPrintable

      While doing the Raspberry Pi porting work, we realized that Pi doesn't support uint indices and OpenGL ES 2 doesn't require it:

      "Indexing support with ubyte and ushort indices is supported. Support for uint indices is not required
      by OpenGL ES 2.0."

      We will have to specify that indices, points and texcoords be limited to 64K. We will need to provide method to query max. vertices in future release when we add uint for platform that support it.

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

              Created:
              Updated:
              Resolved:
              Imported: