mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
very last bits for beta
This commit is contained in:
@@ -51,7 +51,7 @@ import processing.core.*;
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 85;
|
||||
static final String VERSION_NAME = "0085 Alpha";
|
||||
static final String VERSION_NAME = "0085 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
@@ -7,15 +7,13 @@ releases will be super crusty.
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
ABOUT REV 0085 - 19 april 2005
|
||||
|
||||
could this be beta?
|
||||
ABOUT REV 0085 - 19 april 2005 - beta
|
||||
|
||||
- camera() was missing from PGraphics
|
||||
|
||||
- tweaks to openStream() for image loading
|
||||
|
||||
- basic triangle (but not line) clipping in P3D from simon (!)
|
||||
- basic triangle and line clipping in P3D from simon (!)
|
||||
|
||||
- finalized the faq listing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user