Project

General

Profile

« Previous | Next » 

Revision 9e7b6dbd

Added by Leszek Koltunski over 5 years ago

Redefine the Vertex Region from (x,y,r,unused) to (x,y,z,r). This takes into account the 'Z', which makes it possible to warp only one side of a 3D Mesh like Sphere.

Also corresponding changes in applications.

View differences:

src/main/java/org/distorted/examples/movingeffects/MovingEffectsRenderer.java
125 125
       }
126 126
     catch(Exception ex)
127 127
       {
128
       android.util.Log.e("Renderer", ex.getMessage() );
128
       android.util.Log.e("MovingEffects", ex.getMessage() );
129 129
       }
130 130
     }
131 131

  

Also available in: Unified diff