SDK :
- applied changes of the core to vehicle editor git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7932 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
3b47418f4f
commit
67cf4458c7
@ -66,4 +66,9 @@ public class VehicleCreatorCameraController extends AbstractCameraController {
|
|||||||
public void setVehicle(Spatial vehicle) {
|
public void setVehicle(Spatial vehicle) {
|
||||||
this.vehicle = vehicle;
|
this.vehicle = vehicle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean useCameraControls() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user