注意这句话:
The flyCam class field gives you access to an AppState that extends the default camera in com.jme3.app.SimpleApplication with more features.
flyCam
com.jme3.app.SimpleApplication
也就是说flyCam只是对cam进行了一定的封装,实现其他的功能
JME的flyCam和cam的区别
原文:http://www.cnblogs.com/qrlozte/p/4123812.html