Project

General

Profile

« Previous | Next » 

Revision ef02f5e0

Added by Leszek Koltunski about 3 years ago

Bugfixes as a result of the Samsung Galaxy J4+ investigation:

1) By default, switch off transform feedback in the main program.
Create a new API 'needTransformFeedback()' to call if someone still needs TF in the main program.
2) lower the default max number of vertex effects to 30.
3) lower the default max number of Components of a Mesh to 100.

View differences:

src/main/java/org/distorted/examples/meshfile/MeshFileRenderer.java
134 134
      VertexEffectRotate.enable();
135 135
      VertexEffectDeform.enable();
136 136

  
137
      DistortedLibrary.needTransformFeedback();
137 138
      DistortedLibrary.onSurfaceCreated(mView.getContext(), this);
138 139
      }
139 140

  

Also available in: Unified diff