1234567891011121314 |
- 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.4738033728196456,
- distanceFromCharactor: 3.5
- }
- }
|