Project

General

Profile

« Previous | Next » 

Revision 24624a1a

Added by Leszek Koltunski over 5 years ago

Add support for MeshSphere (add ability to display it in the 'Effects3D' and 'Inflate' apps).
Still a bit buggy!

View differences:

src/main/java/org/distorted/examples/effects3d/Effects3DRenderer.java
93 93
      DistortedEffects regionEffects     = new DistortedEffects();
94 94

  
95 95
      MeshBase mesh    = act.getMesh();
96
      MeshFlat quad      = new MeshFlat(1,1);
96
      MeshFlat quad    = new MeshFlat(1,1);
97 97

  
98 98
      mObjWidth = mObjectTexture.getWidth();
99 99
      mObjHeight= mObjectTexture.getHeight();

Also available in: Unified diff