settings.js 312 B

1234567891011121314
  1. export default {
  2. video: {
  3. frameRate: 30, // 帧/s
  4. width: 1728, //1920,
  5. height: 720, //1080
  6. },
  7. rotateVideoFrame: 60, // 帧
  8. walkVidoeSpeed: 1, // m/s
  9. camera: {
  10. fov: Math.PI / 2,
  11. height: 1.4738033728196456,
  12. distanceFromCharactor: 3.5
  13. }
  14. }