From: <edi...@us...> - 2003-12-11 18:11:50
|
Update of /cvsroot/jrman/drafts/src/org/jrman/parser In directory sc8-pr-cvs1:/tmp/cvs-serv27524/src/org/jrman/parser Modified Files: Parser.java Log Message: Fixing some problems during last commit in Parser and MainFrame Index: Parser.java =================================================================== RCS file: /cvsroot/jrman/drafts/src/org/jrman/parser/Parser.java,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** Parser.java 11 Dec 2003 15:08:06 -0000 1.69 --- Parser.java 11 Dec 2003 18:11:47 -0000 1.70 *************** *** 90,937 **** public class Parser { ! private final static String KEYWORD_PREFIX= "org.jrman.parser.keywords.Keyword"; ! private static Color3f tmpColor= new Color3f(); ! private boolean inAreaLightSource; ! private String beginName; [...1995 lines suppressed...] ! String twrap, ! String filter, ! int swidth, ! int twidth) { ! try { ! MipMap.makeMipMap( ! picturename, ! texturename, ! MipMap.Mode.getNamed(swrap), ! MipMap.Mode.getNamed(twrap), ! filter, ! swidth, ! twidth); ! } catch (IOException e) { ! throw new IllegalArgumentException( ! "Can't create texture: " + picturename); ! } ! } } |