Project

General

Profile

« Previous | Next » 

Revision 715e7726

Added by Leszek Koltunski over 5 years ago

Rename MeshObject to MeshBase.

View differences:

src/main/java/org/distorted/library/main/DistortedOutputSurface.java
23 23
import android.opengl.Matrix;
24 24

  
25 25
import org.distorted.library.effect.EffectQuality;
26
import org.distorted.library.mesh.MeshObject;
26
import org.distorted.library.mesh.MeshBase;
27 27

  
28 28
import java.util.ArrayList;
29 29

  
......
921 921
 *
922 922
 * @param surface InputSurface to initialize our child Node with.
923 923
 * @param effects DistortedEffects to initialize our child Node with.
924
 * @param mesh MeshObject to initialize our child Node with.
924
 * @param mesh MeshBase to initialize our child Node with.
925 925
 * @return the newly constructed child Node, or null if we couldn't allocate resources.
926 926
 */
927
  public DistortedNode attach(DistortedSurface surface, DistortedEffects effects, MeshObject mesh)
927
  public DistortedNode attach(DistortedSurface surface, DistortedEffects effects, MeshBase mesh)
928 928
    {
929 929
    DistortedNode node = new DistortedNode(surface,effects,mesh);
930 930
    mJobs.add(new Job(ATTACH,node));

Also available in: Unified diff