Project

General

Profile

« Previous | Next » 

Revision b455eb48

Added by Leszek Koltunski over 7 years ago

Rename various classes; fix a bug in Around the World.

View differences:

src/main/java/org/distorted/library/DistortedFramebuffer.java
31 31
 * <p>
32 32
 * User is able to create either Framebuffers from objects already constructed outside
33 33
 * of the library (the first constructor; primary use case: the screen) or an offscreen
34
 * FBOs (used by the DistortedNode, but also can be used by external users of the library)
34
 * FBOs (used by the DistortedObjectTree, but also can be used by external users of the library)
35 35
 * <p>
36 36
 * Also, keep all objects created in a static LinkedList. The point: we need to be able to mark
37 37
 * Framebuffers for deletion, and delete all marked objects later at a convenient time (that's

Also available in: Unified diff