From 5787b02edcbea90fecf7dcc8eadc6ffbf2606ef3 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 19 Apr 2005 08:25:10 +0000 Subject: [PATCH] very last bits for beta --- app/Base.java | 2 +- build/shared/revisions.txt | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/Base.java b/app/Base.java index 44455603d..b704411b6 100644 --- a/app/Base.java +++ b/app/Base.java @@ -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, diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index e5b697547..8abb3c66a 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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