public class Viewer2D
extends PApplet
This class is designed for tests only. It's not a required part of that package. Same code can be found at example pde
The Idea of this code is a presentation of 3D in an non GL Environment because some platforms don't support P2D or P3D of Processing. Note that 2D has no Textures
This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author
| Modifier and Type | Field and Description |
|---|---|
(package private) ColladaModel[] |
models |
(package private) boolean[] |
modelsEnabled |
| Constructor and Description |
|---|
Viewer2D() |
| Modifier and Type | Method and Description |
|---|---|
private void |
colorManipulations() |
void |
draw() |
void |
keyPressed() |
static void |
main(java.lang.String[] args) |
void |
mouseDragged() |
void |
settings() |
void |
setup() |
private void |
shapeManipulations() |
boolean[] modelsEnabled
ColladaModel[] models
public void settings()
public void setup()
public void draw()
public void mouseDragged()
public void keyPressed()
private void colorManipulations()
private void shapeManipulations()
public static void main(java.lang.String[] args)