export default { video: { frameRate: 30, // 帧/s width: 1728, //1920, height: 720, //1080 }, rotateVideoFrame: 60, // 帧 walkVidoeSpeed: 1, // m/s camera: { fov: Math.PI / 2, height: 1.5, distanceFromCharactor: 3.5 } }