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

FX 8 3D: ES2 pipe needs to handle user set culling mode

    XMLWordPrintable

Details

    Description

      Need to compute the determinant of transform matrix to determine the need to flip of culling mode

      ES2Context:

          void setCullingMode(long nativeHandle, int cullingMode) {
              // TODO: 3D - compute determinant whenever projViewTx or worldTx changes.
              cullingMode = 0;
              glContext.setCullingMode(nativeHandle, cullingMode);
          }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              Imported: