1234567891011121314151617 |
- 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.6,
- distanceFromCharactor: 3.5
- },
- sceneCode: "testApp",
- userId: "testUser",
- roomId: "8888",
- }
|