one.empty3.library.core.script.InterpretePolyMapDef Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of empty3-library-generic Show documentation
Show all versions of empty3-library-generic Show documentation
3D rendering engine. Plus modeling. Expected glsl textures 3d and 2d rendering
/*
* Copyright (c) 2016. Tous les fichiers dans ce programme sont soumis à la License Publique Générale GNU créée par la Free Softxware Association, Boston.
* La plupart des licenses de parties tièrces sont compatibles avec la license principale.
* Les parties tierces peuvent être soumises à d'autres licenses.
* Montemedia : Creative Commons
* ECT : Tests à valeur artistique ou technique.
* La partie RayTacer a été honteusement copiée sur le Net. Puis traduite en Java et améliorée.
* Java est une marque de la société Oracle.
*
* Pour le moment le programme est entièrement accessible sans frais supplémentaire. Get the sources, build it, use it, like it, share it.
*/
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
//package one.empty3.library.core.script;
//
//import one.empty3.library.Point3D;
//import one.empty3.library.PolyMap;
//
//import java.util.ArrayList;
//
///*__
// * @author Se7en
// */
//public class InterpretePolyMapDef implements Interprete {
//
// private String rep;
// private int position;
//
// public InterpretePolyMapDef() {
// }
//
// public InterpreteConstants constant() {
// throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
// }
//
// public int getPosition() {
// return position;
// }
//
// public Object interprete(String text, int pos) throws InterpreteException {
// InterpretesBase ib;
// ArrayList pattern;
// ib = new InterpretesBase();
//
// pattern = new ArrayList();
// pattern.add(ib.BLANK);
// pattern.add(ib.LEFTPARENTHESIS);
// pattern.add(ib.BLANK);
// pattern.add(ib.DECIMAL);
// pattern.add(ib.BLANK);
// pattern.add(ib.DECIMAL);
// pattern.add(ib.BLANK);
// ib.compile(pattern);
// ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy