public class Model3d extends Position
Modifier and Type | Field and Description |
---|---|
float |
maxScale |
float |
minScale |
ArrayList<Object3d> |
obj |
boolean |
persp |
Constructor and Description |
---|
Model3d(Applet app,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
addObject(Object3d o) |
void |
computeMatrix() |
int |
getHight() |
int |
getWidth() |
boolean |
param(String name,
boolean defaultValue) |
float |
param(String name,
float defaultValue) |
int |
param(String name,
int defaultValue) |
String |
param(String name,
String defaultValue) |
public float minScale
public float maxScale
public boolean persp
public Model3d(Applet app, int width, int height)
public boolean param(String name, boolean defaultValue)
public int param(String name, int defaultValue)
public float param(String name, float defaultValue)
public int addObject(Object3d o)
public void computeMatrix()
public int getWidth()
public int getHight()
SCaVis 1.0 ©