Package | Description |
---|---|
jadex.extension.envsupport.observer.graphics.drawable3d |
Modifier and Type | Method and Description |
---|---|
ArrayList<SpatialControl> |
Primitive3d.getControler() |
Modifier and Type | Method and Description |
---|---|
void |
Primitive3d.setControler(ArrayList<SpatialControl> controler) |
Constructor and Description |
---|
Cylinder3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialPath,
String texturePath,
double radius,
double height,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Generates a new Cylinder3d
|
Dome3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialpath,
String texturePath,
double radius,
int samples,
int planes,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Generates a new Dome3d
|
Object3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String modelPath,
String materialpath,
String texturePath,
boolean hasLightMaterials,
boolean rigDebug,
IParsedExpression drawcondition,
String shadowtype,
List<Animation> animations,
List<Materialfile> materials,
ArrayList<SpatialControl> controler)
Creates a new Polygon drawable.
|
Primitive3d(int type,
Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialPath,
String texturePath,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Initializes the drawable.
|
Text3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialpath,
String texturePath,
String text,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Creates a new Polygon drawable.
|
Torus3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialpath,
String texturePath,
double innerRadius,
double outerRadius,
int circleSamples,
int radialSamples,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Creates a new Cylinder3d drawable.
|
Copyright © 2013. All Rights Reserved.