Project

General

Profile

« Previous | Next » 

Revision 8ca9f899

Added by Leszek Koltunski about 7 years ago

Introduce Renderable to the Tree.

View differences:

src/main/java/org/distorted/library/DistortedRenderable.java
25 25
import java.util.LinkedList;
26 26

  
27 27
///////////////////////////////////////////////////////////////////////////////////////////////////
28

  
29
abstract class DistortedRenderable
28
/**
29
 * Abstract class which represents a Renderable Object, i.e. something that we can take an skin our Mesh with.
30
 * <p>
31
 * Currently a DistortedTexture or a DistortedFramebuffer are Renderables.
32
 */
33
public abstract class DistortedRenderable
30 34
  {
31 35
  static final int FAILED_TO_CREATE = -1;
32 36
  static final int NOT_CREATED_YET  = -2;

Also available in: Unified diff