Changing default value for controlDir. It is now SpatialToCamera instead of CameraToSpatial.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9718 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
e83b15028b
commit
a498a1cdc9
@ -64,7 +64,7 @@ public class CameraControl extends AbstractControl {
|
|||||||
SpatialToCamera;
|
SpatialToCamera;
|
||||||
}
|
}
|
||||||
private Camera camera;
|
private Camera camera;
|
||||||
private ControlDirection controlDir = ControlDirection.CameraToSpatial;
|
private ControlDirection controlDir = ControlDirection.SpatialToCamera;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor used for Serialization.
|
* Constructor used for Serialization.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user