Deprecated API


Contents
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).