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

XMLWordPrintable

      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);
          }

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

              Created:
              Updated:
              Resolved:
              Imported: