Bug in Property Constants in ChaseCamera

Hi,

I guess someone forgot to change the strings after a copy+paste:

    public static final String PROP_INITIALSPHERECOORDS = "sphereCoords";

    public static final String PROP_DAMPINGK = "sphereCoords";

    public static final String PROP_SPRINGK = "sphereCoords";



???



https://jme.dev.java.net/source/browse/jme/src/com/jme/input/ChaseCamera.java?rev=1.10&view=auto&content-type=text/vnd.viewcvs-markup



Is this class actually supposed to be used ? (it seams at least the properties weren't used by anyone yet ?)



thx & cya

  Herbert Poul

  http://hpoul.sphene.net

nice catch - fixed in cvs.  It's a brand new system, introduced for the next jme release (version dot ten aka .10) so the more people that test it out now, the better.  The in-progress RenControlEditor should weed out a lot of these issues as it comes along in development.