Package com.deadtroll.controller

Examples of com.deadtroll.controller.Trab03Controller


    glDrawable = drawable;
    gl = drawable.getGL();
    glu = new GLU();
    glut = new GLUT();
    glDrawable.setGL(new DebugGL(gl));
    controller = new Trab03Controller();
    renderer = new Renderer();
   
    controller.setModoCursor(Trab03Controller.MODO_SELECAO_VERTICES);
    controller.setModoTransformacao(Trab03Controller.MODO_TRANSFORMACAO_TRANSLACAO);
   
View Full Code Here

TOP

Related Classes of com.deadtroll.controller.Trab03Controller

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.