|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
net.jinx.video.Plane.getMaterial()
this class has been internally redesigned; please use the getColoration() method instead. |
|
net.jinx.video.Sphere.getMaterial()
this class has been internally redesigned; please use the getColoration() method instead. |
|
net.jinx.video.model.VertexUtil.reduce(float[][])
This is unneeded, unless you really want to reduce memory usage as much as possible. This method simply takes too long to be worth it except on the most memory constrained hardware. |
|
net.jinx.video.Plane.setMaterial(Material)
this class has been internally redesigned; please use the setColoration(Coloration) method instead. |
|
net.jinx.video.Sphere.setMaterial(Material)
this class has been internally redesigned; please use the setColoration(Coloration) method instead. |
Deprecated Constructors | |
---|---|
net.jinx.video.Sphere(double, int, int)
this is only here for backwards compatibility with previous versions. This simply type-casts radius to a float and calls Sphere(float,int,int). |
|
net.jinx.db.XMLHierarchy()
use either the SimpleHierarchy or MemoryHierarchy classes in this package instead, depending on if you need commit/rollback ability or not. If all you need is the very basic capability this constructor once provided, use SimpleHierarchy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |